aboutsummaryrefslogtreecommitdiff
path: root/gnu-system.am
AgeCommit message (Expand)Author
2014-06-22gnu: kmod: Honor $LINUX_MODULE_DIRECTORY....Ludovic Courtès
2014-06-22gnu: Add udev....Andreas Enge
2014-06-20Merge branch 'core-updates'Ludovic Courtès
2014-06-16gnu: guile-ncurses: Work around missing test files....Ludovic Courtès
2014-06-16gnu: icu4c: Fix failing test....Ludovic Courtès
2014-06-15gnu: Add cook....John Darrington
2014-06-13gnu: Add pingus....Eric Bavier
2014-06-13gnu: Add busybox....John Darrington
2014-06-05gnu: openssl: Upgrade to 1.0.1h....Mark H Weaver
2014-06-04system: Tell module-init-tools where to look for modules....Ludovic Courtès
2014-06-03gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk)....Ludovic Courtès
2014-06-02Revert "gnu: hurd: Add Hurd Minimal."...Ludovic Courtès
2014-06-01gnu: hurd: Add Hurd Minimal....Manolis Ragkousis
2014-06-01gnu: util-linux: Remove dependency on Perl....Ludovic Courtès
2014-05-31Add (gnu system install)....Ludovic Courtès
2014-05-28gnu: Make gtk-glext depend on pangox-compat and remove workaround patch...John Darrington
2014-05-28gnu: Add cssc....John Darrington
gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5027,7 +5027,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
vala
curl
gnutls ;for 'certtool'
- httpd))
+ httpd/pinned))
(propagated-inputs
;; libsoup-3.0.pc refers to all of these (except where otherwise noted)
(list brotli
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a61eb9cbf4..8d5d94ced0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -273,14 +273,14 @@
(define-public httpd
(package
(name "httpd")
- (version "2.4.52")
+ (version "2.4.57")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
- "1jgmfbazc2n9dnl7axhahwppyq25bvbvwx0lqplq76by97fgf9q1"))))
+ "0ajdz5f2w9nbmqydip2mv9m4xlnc4swmw7mqzgnrbq4mxr5bik6v"))))
(build-system gnu-build-system)
(native-inputs (list `(,pcre "bin"))) ;for 'pcre-config'
(inputs (list apr apr-util openssl perl)) ; needed to run bin/apxs
@@ -305,6 +305,21 @@ and its related documentation.")
(license license:asl2.0)
(home-page "https://httpd.apache.org/")))
+;; A package variant that may be out of date and vulnerable. Only for use in
+;; test suites and should never be referred to by a built package.
+(define-public httpd/pinned
+ (hidden-package
+ (package
+ (inherit httpd)
+ (version "2.4.52")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://apache/httpd/httpd-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "1jgmfbazc2n9dnl7axhahwppyq25bvbvwx0lqplq76by97fgf9q1")))))))
+
(define-public mod-wsgi
(package
(name "mod-wsgi")
u-system.am?id=ba948b4fa0a088f42815aa104e651c9d14d8a1ba'>gnu: soprano: Add input clucene....Andreas Enge 2014-04-25gnu: Add doxygen....Andreas Enge 2014-04-22gnu: openssl: Fixes for CVE-2010-5298 and extension checking....Mark H Weaver 2014-04-16gnu: clucene: Add patch to indicate linking with clucene-shared, not only...Andreas Enge 2014-04-15gnu: Add lftp....Ludovic Courtès 2014-04-11gnu: Add Protobuf....Ludovic Courtès 2014-04-10gnu: qemu: Remove 'qemu-with-multiple-smb-shares' package....Ludovic Courtès 2014-04-09gnu: qemu: Upgrade to 1.7.1; add virtfs support....Ludovic Courtès 2014-04-08gnu: Move help2man package to (gnu packages man) module....David Thompson 2014-04-09gnu: Add libpipeline....David Thompson 2014-04-07gnu: Add patchutils and quilt...Eric Bavier 2014-04-07gnu: python: Apply mips n32 fix to bundled libffi....Mark H Weaver 2014-04-04gnu: guile-ssh: Use libssh 0.5.5 patched for CVE-2014-0017....Ludovic Courtès 2014-04-02gnu: sqlite: Fix sqlite on systems with page size larger than 32K....Mark H Weaver 2014-03-26gnu: Add mc...Eric Bavier 2014-03-26Merge branch 'core-updates'Ludovic Courtès 2014-03-25gnu: Add cursynth...Eric Bavier 2014-03-25gnu: remove python-fix-dbm.patch...Cyril Roelandt