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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 7 13:43:50 UTC 2016


    Date: Monday, March 7, 2016 @ 14:43:50
  Author: spupykin
Revision: 165500

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-07 13:43:38 UTC (rev 165499)
+++ PKGBUILD	2016-03-07 13:43:50 UTC (rev 165500)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=4
-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)
-md5sums=('bc1821caf77a3225aa810e8f19400ea6'
-         '03690912e6e4acf9d97fc0cc889a7ed7')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf lib/pear
-  cp -a $srcdir/pear lib/pear
-}
-
-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 165499, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-07 13:43:50 UTC (rev 165500)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=websvn
+pkgver=2.3.3
+_xpkgpath=1380/49056
+pkgrel=5
+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+deb8u1/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
+}



More information about the arch-commits mailing list