openwebmail

Andree andree at luch.eu.org
Tue Sep 30 12:46:53 CEST 2003


Dodalem patch ktory poprawia sciezke do pliku z haslami w auth_unix.pl .
Prosze o wrzucenie do cvs, ponownie prosze o wrzucenie poprzednich poprawek
(courier-imap.spec dostosowany do aktualnego speca), ktore przesylam w
zalaczniku.

POzdrawiam
Andree
-------------- next part --------------
diff -Nur old/openwebmail.spec new/openwebmail.spec
--- old/openwebmail.spec	Wed Aug 13 00:32:51 2003
+++ new/openwebmail.spec	Tue Sep 30 11:52:59 2003
@@ -9,12 +9,13 @@
 Summary(pl):	Otwarta poczta przez przegl±darkê
 Name:		openwebmail
 Version:	2.01
-Release:	0.2
+Release:	0.3
 License:	GPL
 Group:		Applications/Mail
 Source0:	http://openwebmail.com/openwebmail/download/%{name}-%{version}.tgz
 # Source0-md5:	582260b6132c156267e7589e56520e63
 Patch0:		%{name}-conf-PLD.patch
+Patch1:		%{name}-auth.patch
 URL:		http://openwebmail.com/
 Requires:	perl-modules >= 5.8
 Requires:	iconv
@@ -57,6 +58,7 @@
 %prep
 %setup -q -c
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-------------- next part --------------
diff -Nur old/cgi-bin/openwebmail/auth_unix.pl new/cgi-bin/openwebmail/auth_unix.pl
--- old/cgi-bin/openwebmail/auth_unix.pl	Thu Apr 24 04:41:48 2003
+++ new/cgi-bin/openwebmail/auth_unix.pl	Tue Sep 30 11:50:06 2003
@@ -38,7 +38,7 @@
 #
 
 my $unix_passwdfile_plaintext="/etc/passwd";
-my $unix_passwdfile_encrypted="/etc/master.passwd";
+my $unix_passwdfile_encrypted="/etc/shadow";
 my $unix_passwdmkdb="/usr/sbin/pwd_mkdb";
 my $check_shell=0;
 
-------------- next part --------------
diff -Nur old/sysconftool.spec new/sysconftool.spec
--- old/sysconftool.spec	2003-06-27 12:42:58.000000000 +0000
+++ new/sysconftool.spec	2003-09-15 21:56:51.000000000 +0000
@@ -2,12 +2,12 @@
 Summary:	Macros for aclocal to install configuration files
 Summary(pl):	Makra dla aclocal do instalacji plików konfiguracyjnych
 Name:		sysconftool
-Version:	0.13
+Version:	0.14
 Release:	1
 License:	GPL
 Group:		Development/Building
-Source0:	http://dl.sourceforge.net/courier/%{name}-%{version}.tar.gz
-# Source0-md5:	151d2e4777ebbf26d8c8d4c4733772e9
+Source0:	http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+# Source0-md5:	899bd76c99c9654160c046e04f74d2b1
 URL:		http://zekiller.skytech.org/coders_en.html
 BuildArch:	noarch
 BuildRequires:	autoconf
-------------- next part --------------
diff -Nur old/courier-imap.spec new/courier-imap.spec
--- old/courier-imap.spec	Fri Sep 26 16:22:27 2003
+++ new/courier-imap.spec	Tue Sep 30 12:07:55 2003
@@ -8,12 +8,12 @@
 Summary:	Courier-IMAP server
 Summary(pl):	Serwer Courier-IMAP
 Name:		courier-imap
-Version:	2.1.1
-Release:	2
+Version:	2.1.2
+Release:	1
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5:	71d9e88053351dbf7df04943189ec1cd
+# Source0-md5:	d77ef5d3c90fd0a70b333a44e0ead0a2
 Source1:	%{name}.init
 Source2:	%{name}-pop3.init
 Source3:	%{name}-authdaemon.init


More information about the pld-devel-pl mailing list