uw-imap: update to 2007f

This commit is contained in:
Juergen Daubert 2011-07-23 15:33:45 +02:00
parent 66aa209808
commit bc7c0407c2
4 changed files with 4 additions and 6 deletions

View File

@ -10,5 +10,4 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/ipopd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/imapd
-rwxr-xr-x root/root usr/sbin/ipop2d
-rwxr-xr-x root/root usr/sbin/ipop3d

View File

@ -1 +1 @@
7903800dc2604000016de070e0c55840 imap-2007e.tar.gz
2126fd125ea26b73b20f01fcd5940369 imap-2007f.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=uw-imap
version=2007e
version=2007f
release=1
source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.gz)
@ -20,7 +20,7 @@ build () {
IP=6
install -D -m 755 imapd/imapd $PKG/usr/sbin/imapd
install -m 755 ipopd/{ipop2d,ipop3d} $PKG/usr/sbin
install -m 755 ipopd/ipop3d $PKG/usr/sbin
install -D -m 644 src/imapd/imapd.8 $PKG/usr/man/man8/imapd.8
install -m 644 src/ipopd/ipopd.8 $PKG/usr/man/man8/ipopd.8
sed -i 's|/usr/etc/|/usr/sbin/|' $PKG/usr/man/man8/*

View File

@ -1,4 +1,4 @@
README for uw-imap 2006
README for uw-imap 2007
REQUIREMENTS
@ -8,7 +8,6 @@ POST-INSTALL
1. To activate the required services add some of the following lines to
/etc/inetd.conf:
pop2 stream tcp nowait root /usr/sbin/tcpd ipop2d
pop3 stream tcp nowait root /usr/sbin/tcpd ipop3d
imap stream tcp nowait root /usr/sbin/tcpd imapd
pop3s stream tcp nowait root /usr/sbin/tcpd ipop3d