[arch-commits] Commit in websvn/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Aug 11 10:29:10 UTC 2016


    Date: Thursday, August 11, 2016 @ 10:29:10
  Author: spupykin
Revision: 186396

archrelease: copy trunk to community-any

Added:
  websvn/repos/community-any/PKGBUILD
    (from rev 186395, websvn/trunk/PKGBUILD)
Deleted:
  websvn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-11 10:28:59 UTC (rev 186395)
+++ PKGBUILD	2016-08-11 10:29:10 UTC (rev 186396)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=6
-pkgdesc="subversion web interface"
-arch=(any)
-url="http://www.websvn.info"
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
-	http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
-	https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch)
-md5sums=('bc1821caf77a3225aa810e8f19400ea6'
-         '03690912e6e4acf9d97fc0cc889a7ed7'
-         '08f6ffdfd9e5ad1d0f87dfc5b11b0b40')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf lib/pear
-  cp -a $srcdir/pear lib/pear
-  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
-}
-
-package() {
-  local _instdir=$pkgdir/srv/http
-  mkdir -p ${_instdir}
-  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
-  echo "deny from all" >${_instdir}/websvn/.htaccess
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 186395, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-11 10:29:10 UTC (rev 186396)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=websvn
+pkgver=2.3.3
+_xpkgpath=1380/49056
+pkgrel=7
+pkgdesc="subversion web interface"
+arch=(any)
+url="http://www.websvn.info"
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
+	http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
+	https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch
+	https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/31_CVE-2016-1236.patch)
+md5sums=('bc1821caf77a3225aa810e8f19400ea6'
+         '03690912e6e4acf9d97fc0cc889a7ed7'
+         '08f6ffdfd9e5ad1d0f87dfc5b11b0b40'
+         '484e55337f35bcef3c42ca3a12577e79')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf lib/pear
+  cp -a $srcdir/pear lib/pear
+  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
+  patch -p1 -i $srcdir/31_CVE-2016-1236.patch
+}
+
+package() {
+  local _instdir=$pkgdir/srv/http
+  mkdir -p ${_instdir}
+  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
+  echo "deny from all" >${_instdir}/websvn/.htaccess
+}



More information about the arch-commits mailing list