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

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


    Date: Monday, March 7, 2016 @ 14:43:38
  Author: spupykin
Revision: 165499

upgpkg: websvn 2.3.3-5

upd

Modified:
  websvn/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-07 13:43:34 UTC (rev 165498)
+++ PKGBUILD	2016-03-07 13:43:38 UTC (rev 165499)
@@ -4,7 +4,7 @@
 pkgname=websvn
 pkgver=2.3.3
 _xpkgpath=1380/49056
-pkgrel=4
+pkgrel=5
 pkgdesc="subversion web interface"
 arch=(any)
 url="http://www.websvn.info"
@@ -12,14 +12,17 @@
 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)
+	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')
+         '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() {



More information about the arch-commits mailing list