packages: tpop3d/tpop3d.spec, tpop3d/tpop3d-lib.patch (NEW) - rel 7; link w...
arekm
arekm at pld-linux.org
Sun Jun 6 12:37:03 CEST 2010
Author: arekm Date: Sun Jun 6 10:37:03 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 7; link with libcrypto, too
---- Files affected:
packages/tpop3d:
tpop3d.spec (1.100 -> 1.101) , tpop3d-lib.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/tpop3d/tpop3d.spec
diff -u packages/tpop3d/tpop3d.spec:1.100 packages/tpop3d/tpop3d.spec:1.101
--- packages/tpop3d/tpop3d.spec:1.100 Sun Jun 6 10:53:42 2010
+++ packages/tpop3d/tpop3d.spec Sun Jun 6 12:36:57 2010
@@ -17,7 +17,7 @@
Summary(pl.UTF-8): Serwer POP3
Name: tpop3d
Version: 1.5.5
-Release: 6
+Release: 7
License: GPL
Group: Networking/Daemons/POP3
Source0: http://download.savannah.nongnu.org/releases/tpop3d/%{name}-%{version}.tar.gz
@@ -28,6 +28,7 @@
Source4: %{name}.sysconfig
Patch1: %{name}-pam-vdomain.patch
Patch2: %{name}-sql-getpwuid-optional.patch
+Patch3: %{name}-lib.patch
URL: https://savannah.nongnu.org/projects/tpop3d
BuildRequires: autoconf
BuildRequires: automake
@@ -115,6 +116,7 @@
%if %{with skipgetpwcheck}
%patch2 -p0
%endif
+%patch3 -p1
%build
%{__aclocal}
@@ -184,6 +186,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.101 2010/06/06 10:36:57 arekm
+- rel 7; link with libcrypto, too
+
Revision 1.100 2010/06/06 08:53:42 arekm
- release 6
================================================================
Index: packages/tpop3d/tpop3d-lib.patch
diff -u /dev/null packages/tpop3d/tpop3d-lib.patch:1.1
--- /dev/null Sun Jun 6 12:37:03 2010
+++ packages/tpop3d/tpop3d-lib.patch Sun Jun 6 12:36:57 2010
@@ -0,0 +1,18 @@
+commit 3e9deb3864be47369f6bcb86ca2733cbd208212d
+Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
+Date: Sun Jun 6 12:35:31 2010 +0200
+
+ Look for libcrypto, too (needed for SHA1* functions).
+
+diff --git a/configure.in b/configure.in
+index db64849..1c0c2de 100644
+--- a/configure.in
++++ b/configure.in
+@@ -588,6 +588,7 @@ fi
+ if test x"$enable_tls" = x"yes" || test x"$enable_sha1_passwords" = x"yes"
+ then
+ AC_CHECK_LIB2(ssl, SSL_new, [], AC_MSG_ERROR([[TLS/SHA1 passwords enabled, but can't find libssl]]), -lcrypto)
++ AC_CHECK_LIB(crypto, SHA1_Init, [], AC_MSG_ERROR([[TLS/SHA1 passwords enabled, but can't find libcrypto]]) )
+ fi
+
+ # GNU dbm
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tpop3d/tpop3d.spec?r1=1.100&r2=1.101&f=u
More information about the pld-cvs-commit
mailing list