From 5029b0bcc4031cc379a48d2c3da6d8a17db4e64b Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 27 Jan 2018 23:56:20 +0100 Subject: gnu: glibc@2.25: Don't apply glibc-CVE-2015-5180.patch. This was mistakenly added in 67d527e35e367c9e9e89ec01cda2ce32cabd2d89 and already included in glibc 2.25. * gnu/packages/base.scm (glibc-2.25)[source](patches): Remove 'glibc-CVE-2015-5180.patch'. --- gnu/packages/base.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/packages/base.scm') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 92acbd3640..5fa00f7a2b 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -853,7 +853,6 @@ GLIBC/HURD for a Hurd host" "glibc-versioned-locpath.patch" "glibc-o-largefile.patch" "glibc-vectorized-strcspn-guards.patch" - "glibc-CVE-2015-5180.patch" "glibc-CVE-2017-1000366-pt1.patch" "glibc-CVE-2017-1000366-pt2.patch" "glibc-CVE-2017-1000366-pt3.patch")))))) -- cgit v1.2.3 From 537a17fbe89c3102b7b6d95616a7ce0b5e3ce209 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 1 Feb 2018 16:14:07 -0500 Subject: gnu: Add copyright statement for Alex Vong. This is a followup to commit 20be64dcf7d4d08e75eb56c34890420bea7882ec. * gnu/packages/base.scm: Add copyright statement. --- gnu/packages/base.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/base.scm') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 5fcfc90e56..a7ced142e2 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2014, 2015 Manolis Fragkiskos Ragkousis ;;; Copyright © 2016, 2017 Efraim Flashner ;;; Copyright © 2016 Jan Nieuwenhuizen +;;; Copyright © 2016 Alex Vong ;;; Copyright © 2017 Rene Saavedra ;;; Copyright © 2017 Mathieu Othacehe ;;; Copyright © 2017 Marius Bakke -- cgit v1.2.3