OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Mar-2008 18:07:02
Branch: HEAD Handle: 2008032817070100
Modified files:
openpkg-src/stunnel stunnel.patch stunnel.spec
Log:
upgrading package: stunnel 4.21 -> 4.22
Summary:
Revision Changes Path
1.8 +7 -7 openpkg-src/stunnel/stunnel.patch
1.83 +2 -2 openpkg-src/stunnel/stunnel.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 stunnel.patch
--- openpkg-src/stunnel/stunnel.patch 12 Nov 2006 10:21:53 -0000 1.7
+++ openpkg-src/stunnel/stunnel.patch 28 Mar 2008 17:07:01 -0000 1.8
@@ -10,14 +10,14 @@
#include <sys/types.h>
#include <sys/socket.h>
Index: tools/Makefile.in
---- tools/Makefile.in.orig 2006-11-01 13:48:13 +0100
-+++ tools/Makefile.in 2006-11-12 11:18:48 +0100
-@@ -390,7 +390,7 @@
+--- tools/Makefile.in.orig 2007-11-01 18:45:14.000000000 +0100
++++ tools/Makefile.in 2008-03-28 18:04:57.000000000 +0100
+@@ -395,7 +395,7 @@
${INSTALL} -m 600 stunnel.pem $(DESTDIR)$(confdir)/stunnel.pem;
\
rm stunnel.pem; \
fi
-- ${INSTALL} -d -m 1770 $(DESTDIR)$(prefix)/var/lib/stunnel
-+ ${INSTALL} -d -m 0770 $(DESTDIR)$(prefix)/var/lib/stunnel
- -chgrp $(DEFAULT_GROUP) $(DESTDIR)$(prefix)/var/lib/stunnel
+- ${INSTALL} -d -m 1770 $(DESTDIR)$(localstatedir)/lib/stunnel
++ ${INSTALL} -d -m 0770 $(DESTDIR)$(localstatedir)/lib/stunnel
+ -chgrp $(DEFAULT_GROUP) $(DESTDIR)$(localstatedir)/lib/stunnel
if uname | grep SunOS; then \
- ${INSTALL} -d -m 755 $(DESTDIR)$(prefix)/var/lib/stunnel/dev; \
+ ${INSTALL} -d -m 755
$(DESTDIR)$(localstatedir)/lib/stunnel/dev; \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 stunnel.spec
--- openpkg-src/stunnel/stunnel.spec 1 Jan 2008 15:05:28 -0000 1.82
+++ openpkg-src/stunnel/stunnel.spec 28 Mar 2008 17:07:01 -0000 1.83
@@ -31,8 +31,8 @@
Class: BASE
Group: SSL
License: GPL
-Version: 4.21
-Release: 20080101
+Version: 4.22
+Release: 20080328
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]