summaryrefslogtreecommitdiff
path: root/samba
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-06-04 21:36:00 +0200
committerJuergen Daubert <jue@jue.li>2014-06-04 21:38:22 +0200
commit0ddac87630f13335ee7519909b5723e662201052 (patch)
tree442683a9f27f6e5bfb42b25ca9b2da6fe0c48a22 /samba
parentd4ebc692784b33cb1bd44352929d8b2fcf0c6525 (diff)
downloadopt-0ddac87630f13335ee7519909b5723e662201052.tar.gz
opt-0ddac87630f13335ee7519909b5723e662201052.tar.xz
[notify] samba: update to 4.1.8
this bug fix release also addresses two minor security issues without being a dedicated security release, see https://www.samba.org/samba/history/samba-4.1.8.html
Diffstat (limited to 'samba')
-rw-r--r--samba/.footprint2
-rw-r--r--samba/.md5sum2
-rw-r--r--samba/Pkgfile7
3 files changed, 3 insertions, 8 deletions
diff --git a/samba/.footprint b/samba/.footprint
index f5e50e794..118b31e2f 100644
--- a/samba/.footprint
+++ b/samba/.footprint
@@ -281,8 +281,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/Parse/Pidl/Samba4/NDR/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/Parse/Pidl/Wireshark/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.16/Parse/Pidl/Wireshark/Conformance.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.16/Parse/Pidl/Wireshark/NDR.pm
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/Parse/Yapp/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.16/Parse/Yapp/Driver.pm
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/dcerpc.pc
-rw-r--r-- root/root usr/lib/pkgconfig/dcerpc_atsvc.pc
diff --git a/samba/.md5sum b/samba/.md5sum
index 5dd17cf67..ebc577df8 100644
--- a/samba/.md5sum
+++ b/samba/.md5sum
@@ -1,2 +1,2 @@
448caca4745aef1a842f4fdb1aa62e1e samba
-bc44b0a245468c3574ef07644206ede3 samba-4.1.7.tar.gz
+212b7568d44e7668a7dc8a45c5558764 samba-4.1.8.tar.gz
diff --git a/samba/Pkgfile b/samba/Pkgfile
index 28a1b8e2e..a2afb900f 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl libaio popt
name=samba
-version=4.1.7
+version=4.1.8
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba)
@@ -15,15 +15,12 @@ build () {
local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS)
test -n "$JOBS" && export JOBS="$JOBS"
- eval $(perl -V:sitelib)
-
./configure --enable-fhs \
--prefix=/usr \
--localstatedir=/var \
--mandir=/usr/man \
--sysconfdir=/etc \
- --with-privatedir=/etc/samba/private \
- --with-perl-vendor{arch,lib}="$sitelib"
+ --with-privatedir=/etc/samba/private
make
make DESTDIR=$PKG install

Generated by cgit