[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: php: Build against Oniguruma 6.
From: |
guix-commits |
Subject: |
02/13: gnu: php: Build against Oniguruma 6. |
Date: |
Wed, 4 Sep 2019 19:17:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 5ec7c4a153f2d620d1d58923afefe80ca48d8ede
Author: Marius Bakke <address@hidden>
Date: Wed Sep 4 20:23:02 2019 +0200
gnu: php: Build against Oniguruma 6.
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA.
* gnu/packages/textutils.scm (oniguruma-5): Remove variable.
---
gnu/packages/php.scm | 2 +-
gnu/packages/textutils.scm | 14 --------------
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 497989b..ca7f0ee 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -364,7 +364,7 @@
("libxpm" ,libxpm)
("libxslt" ,libxslt)
("libx11" ,libx11)
- ("oniguruma" ,oniguruma-5)
+ ("oniguruma" ,oniguruma)
("openldap" ,openldap)
("openssl" ,openssl)
("pcre" ,pcre2)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 6021552..388f164 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -492,20 +492,6 @@ characteristic of this library is that different character
encoding for every
regular expression object can be specified.")
(license license:bsd-2)))
-;; PHP < 7.3.0 requires this old version. Remove once no longer needed.
-(define-public oniguruma-5
- (package
- (inherit oniguruma)
- (version "5.9.6")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/kkos/"
- "oniguruma/releases/download/v" version
- "/onig-" version ".tar.gz"))
- (sha256
- (base32
- "19s79vsclqn170mw0ajwv7j37qsbn4f1yjz3yavnhvva6c820r6m"))))))
-
(define-public antiword
(package
(name "antiword")
- branch master updated (56b1977 -> 9bf5898), guix-commits, 2019/09/04
- 01/13: gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225]., guix-commits, 2019/09/04
- 03/13: gnu: LibRaw: Update to 1.19.5., guix-commits, 2019/09/04
- 05/13: gnu: libvisio: Update to 0.1.7., guix-commits, 2019/09/04
- 07/13: gnu: talloc: Update to 2.3.0., guix-commits, 2019/09/04
- 08/13: gnu: tevent: Update to 0.10.1., guix-commits, 2019/09/04
- 02/13: gnu: php: Build against Oniguruma 6.,
guix-commits <=
- 04/13: gnu: libabw: Update to 0.1.3., guix-commits, 2019/09/04
- 06/13: gnu: tdb: Update to 1.4.2., guix-commits, 2019/09/04
- 10/13: gnu: libnl: Update to 3.5.0., guix-commits, 2019/09/04
- 11/13: gnu: varnish: Update to 6.2.1., guix-commits, 2019/09/04
- 09/13: gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197]., guix-commits, 2019/09/04
- 13/13: gnu: nginx: Update to 1.17.3 [security fixes]., guix-commits, 2019/09/04
- 12/13: gnu: miniupnpc: Update to 2.1.20190824., guix-commits, 2019/09/04