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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 14:06:25
  Author: foutrelis
Revision: 384741

upgpkg: mod_fcgid 2.3.9-5: reproducibility rebuild

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 14:06:02 UTC (rev 384740)
+++ PKGBUILD2020-05-16 14:06:25 UTC (rev 384741)
@@ -2,7 +2,7 @@
 
 pkgname=mod_fcgid
 pkgver=2.3.9
-pkgrel=4
+pkgrel=5
 pkgdesc="A FastCGI module for Apache HTTP Server."
 license=('APACHE')
 arch=('x86_64')


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:10:15
  Author: felixonmars
Revision: 338652

PIE/BUILDINFO rebuild

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:09:20 UTC (rev 338651)
+++ PKGBUILD2018-11-09 22:10:15 UTC (rev 338652)
@@ -2,7 +2,7 @@
 
 pkgname=mod_fcgid
 pkgver=2.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A FastCGI module for Apache HTTP Server."
 license=('APACHE')
 arch=('x86_64')


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:47:13
  Author: jgc
Revision: 311589

Change http urls to https

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:44:59 UTC (rev 311588)
+++ PKGBUILD2017-12-03 22:47:13 UTC (rev 311589)
@@ -7,9 +7,9 @@
 pkgdesc="A FastCGI module for Apache HTTP Server."
 license=('APACHE')
 arch=('x86_64')
-url="http://httpd.apache.org/mod_fcgid/;
+url="https://httpd.apache.org/mod_fcgid/;
 depends=('apache')
-source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc}
+source=(https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc}
 30_fix-bts-691929.patch
 large-file-upload.patch)
 sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'


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

2014-02-27 Thread Anatol Pomozov
Date: Thursday, February 27, 2014 @ 17:41:33
  Author: anatolik
Revision: 206481

upgpkg: mod_fcgid 2.3.9-2

mod_fcgid: recompile for apache 2.4

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-27 15:13:52 UTC (rev 206480)
+++ PKGBUILD2014-02-27 16:41:33 UTC (rev 206481)
@@ -3,7 +3,7 @@
 
 pkgname=mod_fcgid
 pkgver=2.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A FastCGI module for Apache HTTP Server.
 license=('APACHE')
 arch=('i686' 'x86_64')



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

2014-01-27 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 09:09:37
  Author: jgc
Revision: 204784

upgpkg: mod_fcgid 2.3.9-1

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 07:57:48 UTC (rev 204783)
+++ PKGBUILD2014-01-27 08:09:37 UTC (rev 204784)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=mod_fcgid
-pkgver=2.3.7
+pkgver=2.3.9
 pkgrel=1
 pkgdesc=A FastCGI module for Apache HTTP Server.
 license=('APACHE')
@@ -9,17 +9,19 @@
 arch=('i686' 'x86_64')
 url=http://httpd.apache.org/mod_fcgid/;
 depends=('apache')
-source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz;)
-sha256sums=('b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+  'SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure.apxs 
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/{usr/share,etc}
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/etc
 }



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

2012-11-21 Thread Dan McGee
Date: Wednesday, November 21, 2012 @ 08:59:55
  Author: dan
Revision: 171688

upgpkg: mod_fcgid 2.3.7-1

Modified:
  mod_fcgid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-21 12:46:34 UTC (rev 171687)
+++ PKGBUILD2012-11-21 13:59:55 UTC (rev 171688)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=mod_fcgid
-pkgver=2.3.6
-pkgrel=2
+pkgver=2.3.7
+pkgrel=1
 pkgdesc=A FastCGI module for Apache HTTP Server.
 license=('APACHE')
 arch=('i686' 'x86_64')
 url=http://httpd.apache.org/mod_fcgid/;
 depends=('apache')
 source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz;)
-sha256sums=('e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b')
+sha256sums=('b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-02-25 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 07:35:58
  Author: pierre
Revision: 151281

upgpkg: mod_fcgid 2.3.6-2

rebuild old package

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 12:34:36 UTC (rev 151280)
+++ PKGBUILD2012-02-25 12:35:58 UTC (rev 151281)
@@ -1,20 +1,21 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+
 pkgname=mod_fcgid
 pkgver=2.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A FastCGI module for Apache HTTP Server.
 license=('APACHE')
 arch=('i686' 'x86_64')
 url=http://httpd.apache.org/mod_fcgid/;
 depends=('apache')
-source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz)
+source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz;)
 sha256sums=('e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure.apxs 
-  make || return 1
+  make
 }
 
 package() {



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

2011-07-26 Thread Dan McGee
Date: Tuesday, July 26, 2011 @ 21:53:07
  Author: dan
Revision: 133036

upgpkg: mod_fcgid 2.3.6-1

Modified:
  mod_fcgid/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-27 01:42:12 UTC (rev 133035)
+++ PKGBUILD2011-07-27 01:53:07 UTC (rev 133036)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=mod_fcgid
-pkgver=2.3.5
+pkgver=2.3.6
 pkgrel=1
 pkgdesc=A FastCGI module for Apache HTTP Server.
 license=('APACHE')
@@ -9,7 +9,7 @@
 url=http://httpd.apache.org/mod_fcgid/;
 depends=('apache')
 source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz)
-sha256sums=('3280fd287659539d577fc3c77a975739c06bb9d0a9cef48275d4beb13c64ef39')
+sha256sums=('e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver