[arch-commits] Commit in gnupg/trunk (PKGBUILD negation.patch)

Gaëtan Bisson bisson at archlinux.org
Thu Jan 19 09:35:46 UTC 2017


    Date: Thursday, January 19, 2017 @ 09:35:45
  Author: bisson
Revision: 286969

remove leftover variable from patch

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/negation.patch

----------------+
 PKGBUILD       |    2 +-
 negation.patch |    9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 09:18:25 UTC (rev 286968)
+++ PKGBUILD	2017-01-19 09:35:45 UTC (rev 286969)
@@ -24,7 +24,7 @@
         'negation.patch'
         'suffix.patch')
 sha1sums=('d83ab893faab35f37ace772ca29b939e6a5aa6a7' 'SKIP'
-          '0ad1a4cb440f84427f19c7016070d04b2faeae89'
+          '92cb257c500e207a6b34406127192f5f9c5f5c0d'
           '477569b1bb0bb9b1d839970bd143f3cbaa47b376')
 
 install=install

Modified: negation.patch
===================================================================
--- negation.patch	2017-01-19 09:18:25 UTC (rev 286968)
+++ negation.patch	2017-01-19 09:35:45 UTC (rev 286969)
@@ -1,15 +1,6 @@
 diff -Naur old/dirmngr/dns.c new/dirmngr/dns.c
 --- old/dirmngr/dns.c	2016-12-20 00:19:05.000000000 -1000
 +++ new/dirmngr/dns.c	2017-01-18 23:02:50.209471082 -1000
-@@ -6028,7 +6028,7 @@
- 	char lookup[sizeof resconf->lookup] = "", *lp;
- 	struct dns_anyconf cf;
- 	size_t i;
--	int error;
-+	int error, ret;
- 
- 	while (!feof(fp) && !ferror(fp)) {
- 		dns_anyconf_reset(&cf);
 @@ -6054,7 +6054,15 @@
  			if ('[' == dns_anyconf_peek(fp)) {
  				dns_anyconf_skip("[ \t", fp);



More information about the arch-commits mailing list