pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nss-hg: make patch apply again



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Feb 15 11:43:35 2016 +0100
Changeset:	7fb7e6c405076ff02b2088d76316b3acff134c74

Modified Files:
	nss-hg/distinfo
	nss-hg/patches/patch-lib_dbm_src_mktemp.c

Log Message:
nss-hg: make patch apply again

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7fb7e6c405076ff02b2088d76316b3acff134c74

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nss-hg/distinfo                           |  2 +-
 nss-hg/patches/patch-lib_dbm_src_mktemp.c | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/nss-hg/distinfo b/nss-hg/distinfo
index 021b4f1..7cf0aad 100644
--- a/nss-hg/distinfo
+++ b/nss-hg/distinfo
@@ -15,7 +15,7 @@ SHA1 (patch-lib_Makefile) = cd6f58c0ed02a93b7e6ef75c2763ee3633e453eb
 SHA1 (patch-lib_certdb_alg1485.c) = 01fc731901ff59e24723091345f09f3eb2c85956
 SHA1 (patch-lib_certdb_certdb.c) = 8636b6b53befe44e3c11a93980eecb2a440815b1
 SHA1 (patch-lib_certhigh_ocsp.c) = 7ac69dfec32d7102757133c28354dc33f762104e
-SHA1 (patch-lib_dbm_src_mktemp.c) = 7c010725ee1de1005d09c6c12ef9c29e5c3175e0
+SHA1 (patch-lib_dbm_src_mktemp.c) = a23cfc9d86a91bf982bb8e27d81fc8f7391bdab8
 SHA1 (patch-lib_freebl_Makefile) = aedfd6f12872bc94256e1c6be4628334f363c2bb
 SHA1 (patch-lib_freebl_blapi.h) = 00e0dcfe1f6a54bffa97c4852f9f9fcb5ab783e1
 SHA1 (patch-lib_freebl_config.mk) = ade7f656b900f93f1fdaa036a733529af132d2ca
diff --git a/nss-hg/patches/patch-lib_dbm_src_mktemp.c b/nss-hg/patches/patch-lib_dbm_src_mktemp.c
index b505e38..43204a5 100644
--- a/nss-hg/patches/patch-lib_dbm_src_mktemp.c
+++ b/nss-hg/patches/patch-lib_dbm_src_mktemp.c
@@ -2,14 +2,14 @@ $NetBSD$
 
 Missing ctype(3) casts.
 
---- lib/dbm/src/mktemp.c.orig	2016-02-14 09:23:25.931810131 +0000
+--- lib/dbm/src/mktemp.c.orig	2016-02-15 10:09:28.000000000 +0000
 +++ lib/dbm/src/mktemp.c
-@@ -137,7 +137,7 @@ _gettemp(char *path, register int *doope
- 			if (*trv == 'z')
- 				*trv++ = 'a';
- 			else {
--				if (isdigit(*trv))
-+				if (isdigit((unsigned char)*trv))
- 					*trv = 'a';
- 				else
- 					++*trv;
+@@ -138,7 +138,7 @@ _gettemp(char *path, register int *doope
+             if (*trv == 'z')
+                 *trv++ = 'a';
+             else {
+-                if (isdigit(*trv))
++                if (isdigit((unsigned char)*trv))
+                     *trv = 'a';
+                 else
+                     ++*trv;


Home | Main Index | Thread Index | Old Index