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

Sergej Pupykin spupykin at archlinux.org
Sat Jun 20 16:26:24 UTC 2020


    Date: Saturday, June 20, 2020 @ 16:26:24
  Author: spupykin
Revision: 648618

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++-----------------------------------
 1 file changed, 20 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 16:26:16 UTC (rev 648617)
+++ PKGBUILD	2020-06-20 16:26:24 UTC (rev 648618)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=8
-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
-	https://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)
-sha256sums=('67d5cb7ffb087f8a92e3dcad10f16612baac4d15a60d659aa8b6e06200ac8742'
-            '94aa28ccff110555ee0b55dab2daf1b36b5449ec8b9e6b545439ab41923324e2'
-            '164781875f08caf6863002076ac8b5cf210a621b628e4cc8a4605a838a8e5af9'
-            'ce73c20506dcafad2fc3509218df50420980cbd26b034ba403d7446d8261c009')
-
-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
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 648617, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 16:26:24 UTC (rev 648618)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=websvn
+pkgver=2.5
+pkgrel=1
+pkgdesc="subversion web interface"
+arch=(any)
+url="https://websvnphp.github.io/"
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz")
+sha256sums=('cc54a8a1b20e5400b025a6b01359f3e6b2352e0f98fdb1aa17bc29f682329385')
+
+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