I've been asked to post the patch below.  Karsten Merker supplied
me with a patch to link woody stunnel statically against openssl.

Regards,

        Joey

-- 
It's practically impossible to look at a penguin and feel angry.

Please always Cc to me when replying to me on the lists.
diff -Nur stunnel-3.22.orig/Makefile.in stunnel-3.22/Makefile.in
--- stunnel-3.22.orig/Makefile.in       Tue Apr 22 18:26:33 2003
+++ stunnel-3.22/Makefile.in    Tue Apr 22 18:24:51 2003
@@ -87,7 +87,7 @@
 # internal rules
 
 stunnel: $(OBJS)
-       $(CC) $(LDFLAGS) -o stunnel $(OBJS) $(LIBS)
+       $(CC) $(LDFLAGS) -o stunnel $(OBJS) -static $(LIBS)
 
 stunnel.so: Makefile env.c
        $(CC) -fPIC -shared $(LDFLAGS) -o stunnel.so env.c $(LIBS) || \
diff -Nur stunnel-3.22.orig/debian/changelog stunnel-3.22/debian/changelog
--- stunnel-3.22.orig/debian/changelog  Tue Apr 22 18:26:33 2003
+++ stunnel-3.22/debian/changelog       Tue Apr 22 18:26:06 2003
@@ -1,3 +1,9 @@
+stunnel (3.22-1openssl096c2woody4) unstable; urgency=high
+
+  * statically link in new openssl 0.9.6c-2.woody.4
+
+ -- Karsten Merker <[EMAIL PROTECTED]>  Mon, 22 Apr 2003 18:17:00 +0100
+
 stunnel (3.22-1) unstable; urgency=high
 
   * New upstream release (closes: bug#126627).
diff -Nur stunnel-3.22.orig/debian/control stunnel-3.22/debian/control
--- stunnel-3.22.orig/debian/control    Tue Apr 22 18:26:33 2003
+++ stunnel-3.22/debian/control Tue Apr 22 18:24:51 2003
@@ -1,7 +1,7 @@
 Source: stunnel
 Section: non-us/main
 Priority: optional
-Build-Depends: debhelper, libssl096-dev, openssl, libwrap0-dev, sdf
+Build-Depends: debhelper, libssl-dev (>=0.9.6c-2.woody.4), openssl 
(>=0.9.6c-2.woody.4), libwrap0-dev, sdf
 Maintainer: Paolo Molaro <[EMAIL PROTECTED]>
 Standards-Version: 3.5.1
 

Reply via email to