all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob a1f7ba367d7c16b7570ecc4c3b9ae8fc2727abe6 1469 bytes (raw)
name: gnu/packages/patches/glibc-2-26-0086.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
From 2767ebd8bc34c8b632ea737296200a86f57289ad Mon Sep 17 00:00:00 2001
From: Florian Weimer <fweimer@redhat.com>
Date: Wed, 4 Oct 2017 15:49:06 +0200
Subject: [PATCH 86/90] crypt: Adjust check-local-headers.sh for nspr4 include
 directory [BZ #17956]

(cherry picked from commit 11c4f5010c58029e73e656d5df4f8f42c9b8e877)

diff --git a/ChangeLog b/ChangeLog
index 0693e834dd..eb9204d972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-04  Florian Weimer  <fweimer@redhat.com>
+
+	* scripts/check-local-headers.sh: Ignore nspr4 header file
+	directory in addition to nspr.
+
 2017-10-04  Guido Trentalancia  <guido@trentalancia.net>
 
 	[BZ #17956]
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index 4692361686..0cde6e8e92 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|nspr/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {

debug log:

solving a1f7ba367 ...
found a1f7ba367 in https://yhetil.org/guix/87ine0pjiu.fsf@fastmail.com/ ||
	https://yhetil.org/guix/87d148pe57.fsf@fastmail.com/

applying [1/1] https://yhetil.org/guix/87ine0pjiu.fsf@fastmail.com/
diff --git a/gnu/packages/patches/glibc-2-26-0086.patch b/gnu/packages/patches/glibc-2-26-0086.patch
new file mode 100644
index 000000000..a1f7ba367

1:26: trailing whitespace.
 
1:27: space before tab in indent.
 	[BZ #17956]
Checking patch gnu/packages/patches/glibc-2-26-0086.patch...
Applied patch gnu/packages/patches/glibc-2-26-0086.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix/87d148pe57.fsf@fastmail.com/ for a1f7ba367
index at:
100644 a1f7ba367d7c16b7570ecc4c3b9ae8fc2727abe6	gnu/packages/patches/glibc-2-26-0086.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.