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: 05-Oct-2006 22:12:22
Branch: HEAD Handle: 2006100521122200
Modified files:
openpkg-src/aide aide.patch aide.spec
Log:
upgrading package: aide 0.11 -> 0.12
Summary:
Revision Changes Path
1.6 +1 -33 openpkg-src/aide/aide.patch
1.44 +3 -2 openpkg-src/aide/aide.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 aide.patch
--- openpkg-src/aide/aide.patch 19 Feb 2006 11:38:42 -0000 1.5
+++ openpkg-src/aide/aide.patch 5 Oct 2006 20:12:22 -0000 1.6
@@ -1,19 +1,6 @@
-Index: include/util.h
---- include/util.h.orig 2006-01-22 13:00:55 +0100
-+++ include/util.h 2006-02-19 11:25:47 +0100
-@@ -57,7 +57,9 @@
-
- void init_sighandler(void);
-
-+#if !defined(__FreeBSD__)
- char* strnstr(char* haystack,char* needle,int n);
-+#endif
-
- int syslog_facility_lookup(char *);
-
Index: src/snprintf.c
--- src/snprintf.c.orig 2005-04-06 12:16:30 +0200
-+++ src/snprintf.c 2006-02-19 11:23:54 +0100
++++ src/snprintf.c 2006-10-05 21:57:44 +0200
@@ -410,10 +410,10 @@
/* declarations */
@@ -29,22 +16,3 @@
#if defined(NEED_ASPRINTF)
int asprintf(char **ptr, const char *fmt, /*args*/ ...) {
-Index: src/util.c
---- src/util.c.orig 2006-02-09 12:45:43 +0100
-+++ src/util.c 2006-02-19 11:26:12 +0100
-@@ -363,6 +363,7 @@
- needle has to be NULL terminated. NULL in needle is not used in compare.
- NULLs in haystack are ignored.
- */
-+#if !defined(__FreeBSD__)
- char* strnstr(char* haystack,char* needle,int n)
- {
- char* h=haystack;
-@@ -393,6 +394,7 @@
- /* If we get this far no match was found so we return NULL */
- return NULL;
- }
-+#endif
-
- /* Lookup syslog facilities by name */
- int syslog_facility_lookup(char *s)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 aide.spec
--- openpkg-src/aide/aide.spec 24 Sep 2006 08:46:49 -0000 1.43
+++ openpkg-src/aide/aide.spec 5 Oct 2006 20:12:22 -0000 1.44
@@ -32,8 +32,8 @@
Class: PLUS
Group: Filesystem
License: GPL
-Version: 0.11
-Release: 20060924
+Version: 0.12
+Release: 20061005
# package options
%option with_fsl yes
@@ -82,6 +82,7 @@
LIBS="%{l_fsl_libs}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/aide \
--with-dbhmactype=sha1 \
--with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]