pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libdnsres Removed undocumented (and almost alway...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcb9691464e6
branches:  trunk
changeset: 626211:dcb9691464e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 04 16:41:16 2013 +0000

description:
Removed undocumented (and almost always unsupported) bounded attribute.

diffstat:

 devel/libdnsres/distinfo               |   3 ++-
 devel/libdnsres/patches/patch-resolv.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a747492f8167 -r dcb9691464e6 devel/libdnsres/distinfo
--- a/devel/libdnsres/distinfo  Mon Nov 04 16:40:37 2013 +0000
+++ b/devel/libdnsres/distinfo  Mon Nov 04 16:41:16 2013 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2006/02/26 17:01:25 joerg Exp $
+$NetBSD: distinfo,v 1.3 2013/11/04 16:41:16 joerg Exp $
 
 SHA1 (libdnsres-0.1a.tar.gz) = 570b5d8071dacf16ba7588d6c3fc6f4c3ed55976
 RMD160 (libdnsres-0.1a.tar.gz) = 05a92882d1fc0394792e9f28be4584650b46e323
 Size (libdnsres-0.1a.tar.gz) = 360583 bytes
 SHA1 (patch-aa) = e18e80c307c26e0d7c1626171f7c881092174b29
 SHA1 (patch-ab) = 29d8a2092c444899e4fdc703b35af33efa95192b
+SHA1 (patch-resolv.h) = 22b59a63b26ffcc5816809f7384c4fc9125d4cbd
diff -r a747492f8167 -r dcb9691464e6 devel/libdnsres/patches/patch-resolv.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdnsres/patches/patch-resolv.h    Mon Nov 04 16:41:16 2013 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-resolv.h,v 1.1 2013/11/04 16:41:16 joerg Exp $
+
+--- resolv.h.orig      2013-11-04 15:25:15.000000000 +0000
++++ resolv.h
+@@ -340,8 +340,7 @@ int                        res_mkquery(struct dnsres *,
+ void                  res_send(struct dnsres *,
+                           const unsigned char *, int, unsigned char *, int,
+                           void (*)(int, struct res_search_state *),
+-                          struct res_search_state *)
+-                      __attribute__((__bounded__(__string__,4,5)));
++                          struct res_search_state *);
+ int                   res_isourserver(struct dnsres *,
+                           const struct sockaddr_in *);
+ int                   res_nameinquery(const char *, int, int,



Home | Main Index | Thread Index | Old Index