pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/hs-network
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Sep 15 15:34:05 UTC 2020
Modified Files:
pkgsrc/net/hs-network: distinfo
Added Files:
pkgsrc/net/hs-network/patches: patch-include_HsNet.h
Log Message:
hs-network: Spell uint32_t correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/hs-network/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/hs-network/patches/patch-include_HsNet.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/hs-network/distinfo
diff -u pkgsrc/net/hs-network/distinfo:1.3 pkgsrc/net/hs-network/distinfo:1.4
--- pkgsrc/net/hs-network/distinfo:1.3 Wed Jan 1 03:10:36 2020
+++ pkgsrc/net/hs-network/distinfo Tue Sep 15 15:34:05 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/01 03:10:36 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/09/15 15:34:05 jperkin Exp $
SHA1 (network-3.1.1.1.tar.gz) = 21cc751e5ad5aa9902a5ec2f9e87fee8cf9d8a14
RMD160 (network-3.1.1.1.tar.gz) = 67e11c8f060e42001c95b6e2de5d5498d65d02de
SHA512 (network-3.1.1.1.tar.gz) = caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8
Size (network-3.1.1.1.tar.gz) = 118478 bytes
+SHA1 (patch-include_HsNet.h) = 18eb8ef826a829bf28b53f88c19b87d741d97015
Added files:
Index: pkgsrc/net/hs-network/patches/patch-include_HsNet.h
diff -u /dev/null pkgsrc/net/hs-network/patches/patch-include_HsNet.h:1.1
--- /dev/null Tue Sep 15 15:34:05 2020
+++ pkgsrc/net/hs-network/patches/patch-include_HsNet.h Tue Sep 15 15:34:05 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_HsNet.h,v 1.1 2020/09/15 15:34:05 jperkin Exp $
+
+Spell uint32_t correctly.
+
+--- include/HsNet.h.orig 2001-09-09 01:46:40.000000000 +0000
++++ include/HsNet.h
+@@ -93,7 +93,7 @@ hsnet_inet_ntoa(
+ #elif defined(HAVE_IN_ADDR_T)
+ in_addr_t addr
+ #elif defined(HAVE_INTTYPES_H)
+- u_int32_t addr
++ uint32_t addr
+ #else
+ unsigned long addr
+ #endif
Home |
Main Index |
Thread Index |
Old Index