summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Collapse)Author
2017-11-24gnu: php: Update to 7.1.12.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.12.
2017-10-28gnu: Update php to 7.1.11.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.11.
2017-10-05Merge branch 'master' into stagingMarius Bakke
2017-09-29gnu: php: Update to 7.1.10.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.10.
2017-09-20gnu: gd: Remove graft for 2.2.5.Marius Bakke
* gnu/packages/gd.scm (gd): Update to 2.2.5. [source]: Remove obsolete patches. [replacement]: Remove field. (gd-2.2.5): Remove variable. * gnu/packages/patches/gd-fix-gd2-read-test.patch, gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove patches. * gnu/packages/php.scm (php)[inputs]: Replace GD-2.2.5 with GD.
2017-09-01gnu: php: Update to 7.1.9.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.9.
2017-08-31gnu: gd: Replace with 2.2.5.Marius Bakke
Fixes CVE-2017-6362 and CVE-2017-7890. * gnu/packages/gd.scm (gd)[replacement]: New field. (gd-2.2.5): New variable. * gnu/packages/php.scm (gd-for-php): Remove variable (php)[inputs]: Replace GD-FOR-PHP with GD-2.2.5. * gnu/packages/patches/gd-CVE-2017-7890.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-04gnu: php: Update to 7.1.8.Julien Lepiller
* gnu/packages/patches/gd-CVE-2017-7890.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it * gnu/packages/php.scm (php): Update to 7.1.8.
2017-06-20gnu: Move contents of zip module into compression module.Arun Isaac
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
2017-06-08gnu: php: Update to 7.1.6.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.6.
2017-05-16gnu: php: Update to 7.1.5.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.5. [arguments]: Remove a no longer relevant test fix.
2017-05-13gnu: php: Add '--with-mysqli' configure option.Alex Sassmannshausen
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
2017-05-13gnu: php: Remove '--enable-threads' configure option.Alex Sassmannshausen
* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7.
2017-04-13gnu: php: Update to 7.1.4.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-03-20gnu: php: Update to 7.1.3.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.3.
2017-03-03gnu: php: Update to 7.1.2.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.2. [inputs]: Add gnutls. [arguments]: Disable more tests in 'prepare-tests' phase. (gd-for-php): Remove variable. * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch, gnu/packages/patches/gd-fix-truecolor-format-correction.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
2016-12-09gnu: php: Update to 7.0.14.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.0.14. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: sqlite: Update to 3.15.1.Marius Bakke
* gnu/packages/databases.scm (sqlite): Update to 3.15.1. [source]: Download from sqlite.org. [home-page]: Use HTTPS. (sqlite-3.15.1): Remove. * gnu/packages/php.scm (php)[inputs]: Change 'sqlite-3.15.1' to 'sqlite'.
2016-11-20gnu: Add php.Julien Lepiller
* gnu/packages/php.scm: New file. * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch: New file. * gnu/packages/patches/gd-fix-truecolor-format-correction.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add php. (dist_patch_DATA): Add gd patches. Co-authored-by: Marius Bakke <mbakke@fastmail.com>