[CVS] OpenPKG: openpkg-src/mhash/ mhash.patch mhash.spec
OpenPKG CVS Repository http://cvs.openpkg.org/ Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 27-Mar-2009 12:05:32 Branch: HEAD Handle: 2009032711052900 Modified files: openpkg-src/mhash mhash.patch mhash.spec Log: upgrading package: mhash 0.9.9 -> 0.9.9.9 Summary: RevisionChanges Path 1.4 +51 -51 openpkg-src/mhash/mhash.patch 1.36+2 -2 openpkg-src/mhash/mhash.spec patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.patch $ cvs diff -u -r1.3 -r1.4 mhash.patch --- openpkg-src/mhash/mhash.patch 16 Mar 2006 08:11:46 - 1.3 +++ openpkg-src/mhash/mhash.patch 27 Mar 2009 11:05:29 - 1.4 @@ -1,53 +1,53 @@ Index: lib/stdfns.c lib/stdfns.c.orig2006-03-15 21:12:36 +0100 -+++ lib/stdfns.c 2006-03-16 08:03:44 +0100 +--- lib/stdfns.c.orig2008-12-08 00:29:11 +0100 lib/stdfns.c 2009-03-27 12:01:14 +0100 @@ -24,6 +24,7 @@ - */ - - #include "libdefs.h" -+#include - - /** - * Some of these are wrappers. The idea is to eventually produce an extremely -@@ -269,11 +270,11 @@ - { - return(0); - } --return(-MAXINT); -+return(-INT_MAX); - } - if (s2 == NULL) - { --return(MAXINT); -+return(INT_MAX); - } - - return(memcmp(s1, s2, n)); -@@ -390,11 +391,11 @@ - { - return(0); - } --return(-MAXINT); -+return(-INT_MAX); - } - if (src2 == NULL) - { --return(MAXINT); -+return(INT_MAX); - } - return(strcmp((char *) src1, (char *) src2)); - } -@@ -413,11 +414,11 @@ - { - return(0); - } --return(-MAXINT); -+return(-INT_MAX); - } - if (src2 == NULL) - { --return(MAXINT); -+return(INT_MAX); - } - return(strncmp((char *) src1, (char *) src2, n)); - } + */ + + #include "libdefs.h" ++#include + + /** + * Some of these are wrappers. The idea is to eventually produce an extremely +@@ -360,11 +361,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (s2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + + return(memcmp(s1, s2, n)); +@@ -491,11 +492,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (src2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + return(strcmp((char *) src1, (char *) src2)); + } +@@ -514,11 +515,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (src2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + return(strncmp((char *) src1, (char *) src2, n)); + } @@ . patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.spec $ cvs diff -u -r1.35 -r1.36 mhash.spec --- openpkg-src/mhash/mhash.spec 1 Jan 2008 14:58:32 - 1.35 +++ openpkg-src/mhash/mhash.spec 27 Mar 2009 11:05:29 - 1.36 @@ -31,8 +31,8 @@ Class:PLUS Group:Cryptography License: LGPL -Version: 0.9.9 -Release: 20080101 +Version: 0.9.9.9 +Release: 20090327 # list of sources Source0: http://switch.dl.sourceforge.net/sourceforge/mhash/mhash-%{version}.tar.gz @@ . __ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org
[CVS] OpenPKG: openpkg-src/mhash/ mhash.patch mhash.spec
OpenPKG CVS Repository http://cvs.openpkg.org/ Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 16-Mar-2006 09:11:46 Branch: HEAD Handle: 2006031608114600 Modified files: openpkg-src/mhash mhash.patch mhash.spec Log: upgrading package: mhash 0.9.4a -> 0.9.6 Summary: RevisionChanges Path 1.3 +5 -17 openpkg-src/mhash/mhash.patch 1.24+5 -9 openpkg-src/mhash/mhash.spec patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.patch $ cvs diff -u -r1.2 -r1.3 mhash.patch --- openpkg-src/mhash/mhash.patch 19 Feb 2006 10:24:49 - 1.2 +++ openpkg-src/mhash/mhash.patch 16 Mar 2006 08:11:46 - 1.3 @@ -1,18 +1,6 @@ -Index: include/Makefile.in include/Makefile.in.orig 2006-01-10 05:44:15 +0100 -+++ include/Makefile.in 2006-02-19 11:18:48 +0100 -@@ -174,7 +174,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h -+nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h mutils/mincludes.h - all: all-am - - .SUFFIXES: Index: lib/stdfns.c lib/stdfns.c.orig2006-01-10 04:47:18 +0100 -+++ lib/stdfns.c 2006-02-19 11:16:56 +0100 +--- lib/stdfns.c.orig2006-03-15 21:12:36 +0100 lib/stdfns.c 2006-03-16 08:03:44 +0100 @@ -24,6 +24,7 @@ */ @@ -21,7 +9,7 @@ /** * Some of these are wrappers. The idea is to eventually produce an extremely -@@ -222,11 +223,11 @@ +@@ -269,11 +270,11 @@ { return(0); } @@ -35,7 +23,7 @@ } return(memcmp(s1, s2, n)); -@@ -343,11 +344,11 @@ +@@ -390,11 +391,11 @@ { return(0); } @@ -49,7 +37,7 @@ } return(strcmp((char *) src1, (char *) src2)); } -@@ -366,11 +367,11 @@ +@@ -413,11 +414,11 @@ { return(0); } @@ . patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.spec $ cvs diff -u -r1.23 -r1.24 mhash.spec --- openpkg-src/mhash/mhash.spec 19 Feb 2006 10:24:49 - 1.23 +++ openpkg-src/mhash/mhash.spec 16 Mar 2006 08:11:46 - 1.24 @@ -22,10 +22,6 @@ ## SUCH DAMAGE. ## -# package versions -%define V_vl 0.9.4 -%define V_pl a - # package information Name: mhash Summary: Thread-safe hash library @@ -36,11 +32,11 @@ Class:PLUS Group:Cryptography License: LGPL -Version: %{V_vl}%{V_pl} -Release: 20060219 +Version: 0.9.6 +Release: 20060316 # list of sources -Source0: http://osdn.dl.sourceforge.net/sourceforge/mhash/mhash-%{V_vl}%{V_pl}.tar.gz +Source0: http://osdn.dl.sourceforge.net/sourceforge/mhash/mhash-%{version}.tar.gz Patch0: mhash.patch # build information @@ -61,13 +57,13 @@ %track prog mhash = { -version = %{V_vl}%{V_pl} +version = %{version} url = http://prdownloads.sourceforge.net/mhash/ regex = (?
[CVS] OpenPKG: openpkg-src/mhash/ mhash.patch mhash.spec
OpenPKG CVS Repository http://cvs.openpkg.org/ Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 19-Feb-2006 11:24:49 Branch: HEAD Handle: 2006021910244900 Modified files: openpkg-src/mhash mhash.patch mhash.spec Log: fix run-time by installing missing header Summary: RevisionChanges Path 1.2 +17 -5 openpkg-src/mhash/mhash.patch 1.23+1 -1 openpkg-src/mhash/mhash.spec patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.patch $ cvs diff -u -r1.1 -r1.2 mhash.patch --- openpkg-src/mhash/mhash.patch 8 Dec 2005 19:10:01 - 1.1 +++ openpkg-src/mhash/mhash.patch 19 Feb 2006 10:24:49 - 1.2 @@ -1,6 +1,18 @@ +Index: include/Makefile.in +--- include/Makefile.in.orig 2006-01-10 05:44:15 +0100 include/Makefile.in 2006-02-19 11:18:48 +0100 +@@ -174,7 +174,7 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h ++nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h mutils/mincludes.h + all: all-am + + .SUFFIXES: Index: lib/stdfns.c lib/stdfns.c.orig2005-12-07 04:09:46 +0100 -+++ lib/stdfns.c 2005-12-08 20:03:28 +0100 +--- lib/stdfns.c.orig2006-01-10 04:47:18 +0100 lib/stdfns.c 2006-02-19 11:16:56 +0100 @@ -24,6 +24,7 @@ */ @@ -9,7 +21,7 @@ /** * Some of these are wrappers. The idea is to eventually produce an extremely -@@ -184,11 +185,11 @@ +@@ -222,11 +223,11 @@ { return(0); } @@ -23,7 +35,7 @@ } return(memcmp(s1, s2, n)); -@@ -305,11 +306,11 @@ +@@ -343,11 +344,11 @@ { return(0); } @@ -37,7 +49,7 @@ } return(strcmp((char *) src1, (char *) src2)); } -@@ -328,11 +329,11 @@ +@@ -366,11 +367,11 @@ { return(0); } @@ . patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.spec $ cvs diff -u -r1.22 -r1.23 mhash.spec --- openpkg-src/mhash/mhash.spec 10 Jan 2006 09:13:56 - 1.22 +++ openpkg-src/mhash/mhash.spec 19 Feb 2006 10:24:49 - 1.23 @@ -37,7 +37,7 @@ Group:Cryptography License: LGPL Version: %{V_vl}%{V_pl} -Release: 20060110 +Release: 20060219 # list of sources Source0: http://osdn.dl.sourceforge.net/sourceforge/mhash/mhash-%{V_vl}%{V_pl}.tar.gz @@ . __ The OpenPKG Projectwww.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org
[CVS] OpenPKG: openpkg-src/mhash/ mhash.patch mhash.spec
OpenPKG CVS Repository http://cvs.openpkg.org/ Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 08-Dec-2005 20:10:01 Branch: HEAD Handle: 2005120819100100 Added files: openpkg-src/mhash mhash.patch Modified files: openpkg-src/mhash mhash.spec Log: upgrading package: mhash 0.9.2 -> 0.9.3 Summary: RevisionChanges Path 1.1 +53 -0 openpkg-src/mhash/mhash.patch 1.20+4 -2 openpkg-src/mhash/mhash.spec patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.patch $ cvs diff -u -r0 -r1.1 mhash.patch --- /dev/null 2005-12-08 20:09:59 +0100 +++ mhash.patch 2005-12-08 20:10:01 +0100 @@ -0,0 +1,53 @@ +Index: lib/stdfns.c +--- lib/stdfns.c.orig2005-12-07 04:09:46 +0100 lib/stdfns.c 2005-12-08 20:03:28 +0100 +@@ -24,6 +24,7 @@ + */ + + #include "libdefs.h" ++#include + + /** + * Some of these are wrappers. The idea is to eventually produce an extremely +@@ -184,11 +185,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (s2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + + return(memcmp(s1, s2, n)); +@@ -305,11 +306,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (src2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + return(strcmp((char *) src1, (char *) src2)); + } +@@ -328,11 +329,11 @@ + { + return(0); + } +-return(-MAXINT); ++return(-INT_MAX); + } + if (src2 == NULL) + { +-return(MAXINT); ++return(INT_MAX); + } + return(strncmp((char *) src1, (char *) src2, n)); + } @@ . patch -p0 <<'@@ .' Index: openpkg-src/mhash/mhash.spec $ cvs diff -u -r1.19 -r1.20 mhash.spec --- openpkg-src/mhash/mhash.spec 24 Mar 2005 11:19:27 - 1.19 +++ openpkg-src/mhash/mhash.spec 8 Dec 2005 19:10:01 - 1.20 @@ -32,11 +32,12 @@ Class:PLUS Group:Cryptography License: LGPL -Version: 0.9.2 -Release: 20050113 +Version: 0.9.3 +Release: 20051208 # list of sources Source0: http://osdn.dl.sourceforge.net/sourceforge/mhash/mhash-%{version}.tar.gz +Patch0: mhash.patch # build information Prefix: %{l_prefix} @@ -63,6 +64,7 @@ %prep %setup -q +%patch -p0 %build CC="%{l_cc}" \ @@ . __ The OpenPKG Projectwww.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org