Author: arekm Date: Sat Jul 12 08:48:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix segfault on incorrect pfds access
---- Files affected: SPECS: tpop3d.spec (1.89 -> 1.90) ---- Diffs: ================================================================ Index: SPECS/tpop3d.spec diff -u SPECS/tpop3d.spec:1.89 SPECS/tpop3d.spec:1.90 --- SPECS/tpop3d.spec:1.89 Wed Apr 2 20:42:57 2008 +++ SPECS/tpop3d.spec Sat Jul 12 10:48:48 2008 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Serwer POP3 Name: tpop3d Version: 1.5.4 -Release: 1 +Release: 2 License: GPL Group: Networking/Daemons 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}-poll-indexing.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.90 2008/07/12 08:48:48 arekm +- rel 2; fix segfault on incorrect pfds access + Revision 1.89 2008/04/02 18:42:57 arekm - up to 1.5.4; most of patches merged upstream ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tpop3d.spec?r1=1.89&r2=1.90&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
