[arch-commits] Commit in samba/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Jul 14 16:37:20 UTC 2015


    Date: Tuesday, July 14, 2015 @ 18:37:20
  Author: tpowa
Revision: 242210

upgpkg: samba 4.2.3-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 16:24:34 UTC (rev 242209)
+++ PKGBUILD	2015-07-14 16:37:20 UTC (rev 242210)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.2.2
+pkgver=4.2.3
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.2.2
+_realver=4.2.3
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org"
@@ -33,19 +33,10 @@
         nmbd.service
         smbd at .service
         winbindd.service
-        samba.conf
-        0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
+        samba.conf)
 validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution Verification Key <samba-bugs at samba.org>
 ### UNINSTALL dmapi package before building!!!
 
-prepare() {
-  cd ${srcdir}/samba-${_realver}
-
-  # Fix build with GnuTLS 3.4.0 (untested patch; sent upstream for review)
-  # https://bugzilla.samba.org/show_bug.cgi?id=8780
-  patch -Np1 -i ../0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
-}
-
 build() {
   # Use samba-pkg as a staging directory for the split packages
   # (This is so RPATHS and symlinks are generated correctly via
@@ -252,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('77f138cc0736549b03872279364766e0'
+md5sums=('aeaa6ccee87727b7d01df7b6d0864c74'
          'SKIP'
          '5697da77590ec092cc8a883bae06093c'
          '96f82c38f3f540b53f3e5144900acf17'
@@ -263,5 +254,4 @@
          'df6380c73cb73163968eabc8650f7358'
          '70afd2db60a2e8eff7615dbdecd887ac'
          'd5f56f43e1280bba20f6bbd88d16fa41'
-         '49abd7b719e3713a3f75a8a50958e381'
-         '1af1a55aa4229da1a81d82c745e3373a')
+         '49abd7b719e3713a3f75a8a50958e381')



More information about the arch-commits mailing list