pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mhash



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug  6 16:07:06 UTC 2024

Modified Files:
        pkgsrc/security/mhash: Makefile distinfo
        pkgsrc/security/mhash/patches: patch-aa

Log Message:
mhash: don't define VERSION in the global namespace


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/mhash/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/mhash/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/mhash/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/security/mhash/Makefile
diff -u pkgsrc/security/mhash/Makefile:1.39 pkgsrc/security/mhash/Makefile:1.40
--- pkgsrc/security/mhash/Makefile:1.39 Tue Jun 28 11:35:38 2022
+++ pkgsrc/security/mhash/Makefile      Tue Aug  6 16:07:06 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2022/06/28 11:35:38 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/08/06 16:07:06 tnn Exp $
 
 DISTNAME=      mhash-0.9.9
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    security devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mhash/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/mhash/distinfo
diff -u pkgsrc/security/mhash/distinfo:1.14 pkgsrc/security/mhash/distinfo:1.15
--- pkgsrc/security/mhash/distinfo:1.14 Tue Oct 26 11:17:19 2021
+++ pkgsrc/security/mhash/distinfo      Tue Aug  6 16:07:06 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:17:19 nia Exp $
+$NetBSD: distinfo,v 1.15 2024/08/06 16:07:06 tnn Exp $
 
 BLAKE2s (mhash-0.9.9.tar.bz2) = 130b13eb3202c4f1249689abb5fabeabfb4f68c82a41e8b293b139d9ce9f672f
 SHA512 (mhash-0.9.9.tar.bz2) = 96e780858d6693ed253f98dff7d56df906bdfb66da463d53289c4495e4fa7432294be64e57cf9cdac35e5b85b3b134638534cc4e596ec2e3555a68f5445b1ff0
@@ -6,7 +6,7 @@ Size (mhash-0.9.9.tar.bz2) = 634563 byte
 BLAKE2s (mhash-freebsd-patches-20081108.diff.gz) = c847c2ea05a90265d77b623606a00e45daee4b092e46d54713b5067ff48f3714
 SHA512 (mhash-freebsd-patches-20081108.diff.gz) = a08ebd2997b94a4241f674f4c0ce0a50123a78e8729040ad8f8264dee5350d8ed1e494539f7cfc1dba5afb278a1c63ef08853641616cba2da21769971ea8ca79
 Size (mhash-freebsd-patches-20081108.diff.gz) = 6376 bytes
-SHA1 (patch-aa) = dd0c768a7f710adeaf6350550e97f36dfa3344f3
+SHA1 (patch-aa) = b65814b689abfa823d024583b5646a5bd68343c2
 SHA1 (patch-ab) = 39d26134ebbc935a6bbbc0876fdc23bc52a8a29f
 SHA1 (patch-ac) = aea5b22ffd9cb13513f4262e401a8ac17f05cf7b
 SHA1 (patch-include_mutils_mutils.h) = f4480583fc5e45c79c27a697442676357327dcbf

Index: pkgsrc/security/mhash/patches/patch-aa
diff -u pkgsrc/security/mhash/patches/patch-aa:1.2 pkgsrc/security/mhash/patches/patch-aa:1.3
--- pkgsrc/security/mhash/patches/patch-aa:1.2  Sat Nov  8 13:47:11 2008
+++ pkgsrc/security/mhash/patches/patch-aa      Tue Aug  6 16:07:06 2024
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2008/11/08 13:47:11 bjs Exp $
+$NetBSD: patch-aa,v 1.3 2024/08/06 16:07:06 tnn Exp $
 
 These are now defined in config.h.in to avoid namespace pollution.
 
---- include/mutils/mhash_config.h.in.orig      2007-04-04 22:21:23.000000000 -0400
+--- include/mutils/mhash_config.h.in.orig      2007-04-05 02:21:23.000000000 +0000
 +++ include/mutils/mhash_config.h.in
 @@ -181,24 +181,6 @@
  /* Define to 1 if your C compiler doesn't accept -c and -o together. */
@@ -29,3 +29,13 @@ These are now defined in config.h.in to 
  /* Define to 1 if the C compiler supports function prototypes. */
  #undef PROTOTYPES
  
+@@ -223,9 +205,6 @@
+ /* dmalloc */
+ #undef USE_DMALLOC
+ 
+-/* Version number of package */
+-#undef VERSION
+-
+ /* Define if using the dmalloc debugging malloc package */
+ #undef WITH_DMALLOC
+ 



Home | Main Index | Thread Index | Old Index