Author: arekm Date: Mon Aug 22 20:03:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 16; new cvs patch
---- Files affected: SPECS: tpop3d.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/tpop3d.spec diff -u SPECS/tpop3d.spec:1.62 SPECS/tpop3d.spec:1.63 --- SPECS/tpop3d.spec:1.62 Fri Jul 22 01:59:42 2005 +++ SPECS/tpop3d.spec Mon Aug 22 22:03:46 2005 @@ -9,6 +9,7 @@ %bcond_without pgsql # without PostgreSQL support %bcond_without ssl # without ssl support %bcond_without whoson # without WHOSON protocol support +%bcond_without gdbm # without gdbm auth db %bcond_without snide # without snide server responses %bcond_with skipgetpwcheck # with getpwuid returned struct check ommited (see patch for details) # @@ -16,7 +17,7 @@ Summary(pl): Serwer POP3 Name: tpop3d Version: 1.5.3 -Release: 15 +Release: 16 License: GPL Group: Networking/Daemons Source0: http://www.ex-parrot.com/~chris/tpop3d/%{name}-%{version}.tar.gz @@ -25,7 +26,7 @@ Source2: %{name}.init Source3: %{name}.conf Patch0: %{name}-ac_am_fixes.patch -Patch1: %{name}-cvs20041005.patch +Patch1: %{name}-cvs20050822.patch Patch2: %{name}-resolv.patch Patch3: %{name}-pam-vdomain.patch Patch4: %{name}-disable-dotfile-locking.patch @@ -39,6 +40,7 @@ %{?with_pgsql:BuildRequires: postgresql-devel} %{?with_whoson:BuildRequires: whoson-devel} %{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} +%{?with_gdbm:BuildRequires: gdbm-devel} PreReq: rc-scripts Requires(post,preun): /sbin/chkconfig Requires: pam >= 0.79.0 @@ -136,6 +138,7 @@ %{?with_whoson: --enable-whoson} \ %{?with_perl: --enable-auth-perl} \ %{?with_pgsql: --enable-auth-pgsql} \ +%{?with_gdbm: --enable-gdbm} \ %{?with_authother: --enable-auth-other} \ --enable-mbox-maildir \ %{?with_ssl: --enable-tls} \ @@ -193,6 +196,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2005/08/22 20:03:46 arekm +- rel 16; new cvs patch + Revision 1.62 2005/07/21 23:59:42 romke - added bcond skipgetpwcheck - it allows using uids (in {my,pg}sql virtual users) that don't belong to any system user (when getpwuid returns NULL) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
