Age | Commit message (Expand) | Author |
---|---|---|
2017-06-20 | gnu: Move contents of zip module into compression module....* 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. | Arun Isaac |
2017-06-08 | gnu: php: Update to 7.1.6....* gnu/packages/php.scm (php): Update to 7.1.6. | Julien Lepiller |
2017-05-16 | gnu: php: Update to 7.1.5....* gnu/packages/php.scm (php): Update to 7.1.5. [arguments]: Remove a no longer relevant test fix. | Julien Lepiller |
2017-05-13 | gnu: php: Add '--with-mysqli' configure option....* gnu/packages/php.scm: Add '--with-mysqli' configure option. | Alex Sassmannshausen |
2017-05-13 | gnu: php: Remove '--enable-threads' configure option....* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7. | Alex Sassmannshausen |
2017-04-13 | gnu: php: Update to 7.1.4....* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> | Julien Lepiller |
2017-03-20 | gnu: php: Update to 7.1.3....* gnu/packages/php.scm (php): Update to 7.1.3. | Julien Lepiller |
2017-03-03 | gnu: php: Update to 7.1.2....* 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> | Julien Lepiller |
2017-01-06 | Merge branch 'master' into core-updates | Leo Famulari |
2016-12-09 | gnu: php: Update to 7.0.14....* gnu/packages/php.scm (php): Update to 7.0.14. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Julien Lepiller |
2016-11-26 | gnu: sqlite: Update to 3.15.1....* 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'. | Marius Bakke |
2016-11-20 | gnu: Add php....* 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> | Julien Lepiller |