pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdnsres



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 14:11:50 UTC 2023

Modified Files:
        pkgsrc/devel/libdnsres: Makefile distinfo
        pkgsrc/devel/libdnsres/patches: patch-aa

Log Message:
libdnsres: Do not force -O0, it breaks FORTIFY_SOURCE on some platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libdnsres/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libdnsres/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/libdnsres/patches/patch-aa

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

Modified files:

Index: pkgsrc/devel/libdnsres/Makefile
diff -u pkgsrc/devel/libdnsres/Makefile:1.21 pkgsrc/devel/libdnsres/Makefile:1.22
--- pkgsrc/devel/libdnsres/Makefile:1.21        Sat Jan 18 21:49:11 2020
+++ pkgsrc/devel/libdnsres/Makefile     Sun Jul  9 14:11:49 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 21:49:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2023/07/09 14:11:49 nia Exp $
 #
 
 DISTNAME=              libdnsres-0.1a
-PKGREVISION=           13
+PKGREVISION=           14
 CATEGORIES=            devel
 MASTER_SITES=          https://www.monkey.org/~provos/
 

Index: pkgsrc/devel/libdnsres/distinfo
diff -u pkgsrc/devel/libdnsres/distinfo:1.6 pkgsrc/devel/libdnsres/distinfo:1.7
--- pkgsrc/devel/libdnsres/distinfo:1.6 Tue Oct 26 10:15:17 2021
+++ pkgsrc/devel/libdnsres/distinfo     Sun Jul  9 14:11:49 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:15:17 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/07/09 14:11:49 nia Exp $
 
 BLAKE2s (libdnsres-0.1a.tar.gz) = 90c2d0a6f9c262523d6ed3b5b7dd6991fa315b33d24afa4ce8715c5c83640dd7
 SHA512 (libdnsres-0.1a.tar.gz) = d6b1c248a99eeaea3524ee8af01dd31ba507179a69ffb313a167611792084d5efc99fe6462a63480932faa3493b01c3c43fc7575dab6aaade885583bee006f67
 Size (libdnsres-0.1a.tar.gz) = 360583 bytes
-SHA1 (patch-aa) = e18e80c307c26e0d7c1626171f7c881092174b29
+SHA1 (patch-aa) = edf36576052ff920f438b1cfbcc233c161965b35
 SHA1 (patch-ab) = 29d8a2092c444899e4fdc703b35af33efa95192b
 SHA1 (patch-resolv.h) = 22b59a63b26ffcc5816809f7384c4fc9125d4cbd

Index: pkgsrc/devel/libdnsres/patches/patch-aa
diff -u pkgsrc/devel/libdnsres/patches/patch-aa:1.1.1.1 pkgsrc/devel/libdnsres/patches/patch-aa:1.2
--- pkgsrc/devel/libdnsres/patches/patch-aa:1.1.1.1     Sun Feb 19 17:11:06 2006
+++ pkgsrc/devel/libdnsres/patches/patch-aa     Sun Jul  9 14:11:50 2023
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/02/19 17:11:06 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2023/07/09 14:11:50 nia Exp $
 
---- Makefile.in.orig   2005-09-23 17:13:06.000000000 +0100
+--- Makefile.in.orig   2005-09-23 16:13:06.000000000 +0000
 +++ Makefile.in
+@@ -117,7 +117,7 @@ AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
+ CCDEPMODE = @CCDEPMODE@
+-CFLAGS = -Wall -O0 -g -DRESOLVSORT
++CFLAGS += -Wall -DRESOLVSORT
+ CPP = @CPP@
+ CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
 @@ -221,7 +221,7 @@ INCLUDES = -I$(top_srcdir)/compat @EVENT
  man_MANS = dnsres.3
  simple_test_SOURCES = test/simple_test.c



Home | Main Index | Thread Index | Old Index