aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: 3e618d79f87426836a4ef4a881e95d69adef45b8 (about) (plain)
1
2
3
4
5
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm"))
msg-tooltip'>* gnu/packages/pcre.scm (pcre2/fixed): Remove variable. (pcre2)[replacement]: Remove. [source](patches): New field. * gnu/packages/php.scm (php)[inputs]: Change PCRE2/FIXED to PCRE2. Marius Bakke 2019-08-02gnu: pcre@2: Fix run-time crash [security fix]....* gnu/packages/pcre.scm (pcre2)[replacement]: New field. (pcre2/fixed): New public variable. * packages/patches/pcre2-fix-jit_match-crash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-04gnu: pcre2: Update to 10.33....* gnu/packages/pcre.scm (pcre2): Update to 10.33. Marius Bakke 2019-03-04gnu: pcre: Update to 8.43....* gnu/packages/pcre.scm (pcre): Update to 8.43. Marius Bakke 2019-02-07gnu: pcre2: Update to 10.32....* gnu/packages/pcre.scm (pcre2): Update to 10.32. Marius Bakke 2018-07-22gnu: pcre: Update to 8.42....* gnu/packages/pcre.scm (pcre): Update to 8.42. Marius Bakke 2018-07-19gnu: pcre: Install static libraries to separate output....* gnu/packages/pcre.scm (pcre)[outputs]: Add "static". [arguments]: Add 'move-static-libs' phase. Marius Bakke 2018-02-28gnu: pcre2: Update to 10.31....* gnu/packages/pcre.scm (pcre2): Update to 10.31. [source]: Remove upstreamed patches. * gnu/packages/patches/pcre2-CVE-2017-7186.patch: Delete this file... * gnu/packages/patches/pcre2-CVE-2017-8786.patch: ...and this one. * gnu/local.mk (dist_patch_DATA): Remove them. Tobias Geerinckx-Rice 2018-01-19Merge branch 'master' into core-updatesMark H Weaver 2018-01-13gnu: pcre: Use HTTPS for home pages....* gnu/packages/pcre.scm (pcre, pcre2)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2017-10-01gnu: pcre: Update to 8.41....* gnu/packages/pcre.scm (pcre): Update to 8.41. [replacement]: Remove field. [source]: Remove patch. (pcre-8.41): Remove variable. * gnu/patches/pcre-CVE-2017-7186.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner