[arch-commits] Commit in smbclient/trunk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Tue Jun 3 23:14:31 UTC 2008
Date: Tuesday, June 3, 2008 @ 19:14:31
Author: eric
Revision: 2484
upgpkg: smbclient 3.0.30-1
upstream update to fix security bug (closes FS#10526), FSH man pages
Modified:
smbclient/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-03 23:07:26 UTC (rev 2483)
+++ PKGBUILD 2008-06-03 23:14:31 UTC (rev 2484)
@@ -1,11 +1,11 @@
# $Id$
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=smbclient
-pkgver=3.0.28A
+pkgver=3.0.30
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.0.28
+_realver=3.0.30
pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=(i686 x86_64)
@@ -14,6 +14,7 @@
options=(!makeflags)
depends=('popt' 'libldap' 'libcap' 'heimdal>=1.0.1' 'db>=4.6')
source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)
+md5sums=('d647ec1f34414fa8691f74536dcccfb5')
build() {
cd ${startdir}/src/samba-${_realver}/source
@@ -44,15 +45,14 @@
gcc -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o ${startdir}/pkg/sbin/mount.cifs client/mount.cifs.c
gcc -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o ${startdir}/pkg/sbin/umount.cifs client/umount.cifs.c
- mkdir -p ${startdir}/pkg/usr/man/man{1,7,8}
+ mkdir -p ${startdir}/pkg/usr/share/man/man{1,7,8}
for man in smbmnt smbmount smbspool \
smbumount umount.cifs mount.cifs net; do
- install -m644 ../docs/manpages/${man}.8 ${startdir}/pkg/usr/man/man8/
+ install -m644 ../docs/manpages/${man}.8 ${startdir}/pkg/usr/share/man/man8/
done
for man in rpcclient smbcacls smbclient smbcquotas smbget \
smbtree smbtar nmblookup; do
- install -m644 ../docs/manpages/${man}.1 ${startdir}/pkg/usr/man/man1/
+ install -m644 ../docs/manpages/${man}.1 ${startdir}/pkg/usr/share/man/man1/
done
- install -m644 ../docs/manpages/libsmbclient.7 ${startdir}/pkg/usr/man/man7/
+ install -m644 ../docs/manpages/libsmbclient.7 ${startdir}/pkg/usr/share/man/man7/
}
-md5sums=('8761cd7c02833d959fbebd4f69895075')
More information about the arch-commits
mailing list