pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls Remove two obsolete patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0dfb9a90a51
branches:  trunk
changeset: 352864:b0dfb9a90a51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 19 13:01:09 2016 +0000

description:
Remove two obsolete patches.

diffstat:

 security/gnutls/Makefile                        |   3 ++-
 security/gnutls/distinfo                        |   4 +---
 security/gnutls/patches/patch-gl_stdio.in.h     |  22 ----------------------
 security/gnutls/patches/patch-src_gl_stdio.in.h |  22 ----------------------
 4 files changed, 3 insertions(+), 48 deletions(-)

diffs (82 lines):

diff -r f84c233e7688 -r b0dfb9a90a51 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Mon Sep 19 12:55:46 2016 +0000
+++ b/security/gnutls/Makefile  Mon Sep 19 13:01:09 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.163 2016/09/19 12:33:10 wiz Exp $
+# $NetBSD: Makefile,v 1.164 2016/09/19 13:01:09 wiz Exp $
 
 DISTNAME=      gnutls-3.5.4
+PKGREVISION=   1
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/
 EXTRACT_SUFX=  .tar.xz
diff -r f84c233e7688 -r b0dfb9a90a51 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Mon Sep 19 12:55:46 2016 +0000
+++ b/security/gnutls/distinfo  Mon Sep 19 13:01:09 2016 +0000
@@ -1,13 +1,11 @@
-$NetBSD: distinfo,v 1.119 2016/09/19 12:33:10 wiz Exp $
+$NetBSD: distinfo,v 1.120 2016/09/19 13:01:09 wiz Exp $
 
 SHA1 (gnutls-3.5.4.tar.xz) = d2b9d5f7ad158c5b2a636660fc445765ffd92c75
 RMD160 (gnutls-3.5.4.tar.xz) = d4bb8babd43455bcec24f1298710b576ae996f44
 SHA512 (gnutls-3.5.4.tar.xz) = 175aab43b6349a62530938333910feb26ea5d923e151a9942fd5a6989f87193b18862e69bbbdb6308f889585d428d689d8fd3a6e8149f9fd1ac2882802ea6a9f
 Size (gnutls-3.5.4.tar.xz) = 6930620 bytes
 SHA1 (patch-ae) = 5e020483ac14ef6ccc45a53e351242ab16c860f1
-SHA1 (patch-gl_stdio.in.h) = a2359986aac788652a03b5a43860706a9d103e36
 SHA1 (patch-lib_Makefile.in) = d0e292e632a91a9f19e39bd2c2d205a086ba5588
-SHA1 (patch-src_gl_stdio.in.h) = ceacb1fdc7b71c7ca184bfc2b993c71bbd12d58c
 SHA1 (patch-src_libopts_autoopts_options.h) = 9202c55314fe8764ac82c95bbfabfa1b031e9ba4
 SHA1 (patch-src_libopts_compat_compat.h) = 240fbfc0ba20af35e0634ba873fe9e34bfbcc921
 SHA1 (patch-src_libopts_libopts.c) = ce5e7681def882e95ed5ab770564d1f999b97039
diff -r f84c233e7688 -r b0dfb9a90a51 security/gnutls/patches/patch-gl_stdio.in.h
--- a/security/gnutls/patches/patch-gl_stdio.in.h       Mon Sep 19 12:55:46 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-gl_stdio.in.h,v 1.4 2016/09/19 12:33:10 wiz Exp $
-
-Avoid conflict between gets() and std::gets()
-
---- gl/stdio.in.h.orig 2016-05-28 07:57:01.000000000 +0000
-+++ gl/stdio.in.h
-@@ -719,6 +719,7 @@ _GL_WARN_ON_USE (getline, "getline is un
- # endif
- #endif
- 
-+#if !(defined __cplusplus)
- /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning; besides, C11
-    removed it.  */
-@@ -726,6 +727,7 @@ _GL_WARN_ON_USE (getline, "getline is un
- #if HAVE_RAW_DECL_GETS && !defined __cplusplus
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif
- 
- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
- struct obstack;
diff -r f84c233e7688 -r b0dfb9a90a51 security/gnutls/patches/patch-src_gl_stdio.in.h
--- a/security/gnutls/patches/patch-src_gl_stdio.in.h   Mon Sep 19 12:55:46 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-src_gl_stdio.in.h,v 1.2 2016/09/19 12:33:10 wiz Exp $
-
-Avoid conflict between gets() and std::gets()
-
---- src/gl/stdio.in.h.orig     2015-10-07 08:19:33.000000000 +0000
-+++ src/gl/stdio.in.h
-@@ -719,6 +719,7 @@ _GL_WARN_ON_USE (getline, "getline is un
- # endif
- #endif
- 
-+#if !defined(__cplusplus)
- /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning; besides, C11
-    removed it.  */
-@@ -726,6 +727,7 @@ _GL_WARN_ON_USE (getline, "getline is un
- #if HAVE_RAW_DECL_GETS && !defined __cplusplus
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif
- 
- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
- struct obstack;



Home | Main Index | Thread Index | Old Index