[arch-commits] Commit in mod_fastcgi/repos (8 files)

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 15:20:32 UTC 2012


    Date: Saturday, February 18, 2012 @ 10:20:31
  Author: pierre
Revision: 150579

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mod_fastcgi/repos/extra-i686/PKGBUILD
    (from rev 150578, mod_fastcgi/trunk/PKGBUILD)
  mod_fastcgi/repos/extra-i686/lp381384.patch
    (from rev 150578, mod_fastcgi/trunk/lp381384.patch)
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
    (from rev 150578, mod_fastcgi/trunk/PKGBUILD)
  mod_fastcgi/repos/extra-x86_64/lp381384.patch
    (from rev 150578, mod_fastcgi/trunk/lp381384.patch)
Deleted:
  mod_fastcgi/repos/extra-i686/PKGBUILD
  mod_fastcgi/repos/extra-i686/lp381384.patch
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
  mod_fastcgi/repos/extra-x86_64/lp381384.patch

-----------------------------+
 extra-i686/PKGBUILD         |   62 +++++++++++++++++++-------------------
 extra-i686/lp381384.patch   |   68 +++++++++++++++++++++---------------------
 extra-x86_64/PKGBUILD       |   62 +++++++++++++++++++-------------------
 extra-x86_64/lp381384.patch |   68 +++++++++++++++++++++---------------------
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-i686/PKGBUILD	2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=mod_fastcgi
-pkgver=2.4.6
-pkgrel=3
-pkgdesc="Apache module to support the FastCGI protocol"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.fastcgi.com/"
-depends=('apache')
-options=('!libtool')
-source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
-        'lp381384.patch')
-md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
-         '7dd09e6579cc9bf2f992bbd82d1d1537')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/lp381384.patch"
-  cp Makefile.AP2 Makefile
-  make top_dir=/usr/lib/httpd
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install
-  install -Dm644 docs/LICENSE.TERMS \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mod_fastcgi/repos/extra-i686/PKGBUILD (from rev 150578, mod_fastcgi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-18 15:20:31 UTC (rev 150579)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fastcgi
+pkgver=2.4.6
+pkgrel=4
+pkgdesc="Apache module to support the FastCGI protocol"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.fastcgi.com/"
+depends=('apache')
+options=('!libtool')
+source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
+        'lp381384.patch')
+md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
+         '7dd09e6579cc9bf2f992bbd82d1d1537')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/lp381384.patch"
+  cp Makefile.AP2 Makefile
+  make top_dir=/usr/lib/httpd
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install
+  install -Dm644 docs/LICENSE.TERMS \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/lp381384.patch
===================================================================
--- extra-i686/lp381384.patch	2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-i686/lp381384.patch	2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,34 +0,0 @@
-References:
-http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
-http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
-https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
-
-Patch extracted from the SNAP-0811090952 snapshot tarball.
-2009-05-28 Martin von Gagern
-
-diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
---- mod_fastcgi-2.4.6/CHANGES	2007-11-13 13:26:35.000000000 +0100
-+++ mod_fastcgi-2.4.6-lp381384/CHANGES	2009-05-28 21:02:31.000000000 +0200
-@@ -1,3 +1,6 @@
-+ *) Don't let the Content-Length header propagate on errors or across
-+    redirects.  [Artur Zaprzala <arturz ownmail.net>]
-+
- 2.4.6
- 
-  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
-diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
---- mod_fastcgi-2.4.6/mod_fastcgi.c	2007-11-13 00:00:10.000000000 +0100
-+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c	2009-05-28 21:02:31.000000000 +0200
-@@ -753,6 +753,11 @@
-                 ap_table_set(r->headers_out, "Location", value);
-                 continue;
-             }
-+            
-+            if (strcasecmp(name, "Content-Length") == 0) {
-+                ap_table_set(r->headers_out, name, value);
-+            	continue;
-+            }
- 
-             /* If the script wants them merged, it can do it */
-             ap_table_add(r->err_headers_out, name, value);

Copied: mod_fastcgi/repos/extra-i686/lp381384.patch (from rev 150578, mod_fastcgi/trunk/lp381384.patch)
===================================================================
--- extra-i686/lp381384.patch	                        (rev 0)
+++ extra-i686/lp381384.patch	2012-02-18 15:20:31 UTC (rev 150579)
@@ -0,0 +1,34 @@
+References:
+http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
+http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
+https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
+
+Patch extracted from the SNAP-0811090952 snapshot tarball.
+2009-05-28 Martin von Gagern
+
+diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
+--- mod_fastcgi-2.4.6/CHANGES	2007-11-13 13:26:35.000000000 +0100
++++ mod_fastcgi-2.4.6-lp381384/CHANGES	2009-05-28 21:02:31.000000000 +0200
+@@ -1,3 +1,6 @@
++ *) Don't let the Content-Length header propagate on errors or across
++    redirects.  [Artur Zaprzala <arturz ownmail.net>]
++
+ 2.4.6
+ 
+  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
+diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
+--- mod_fastcgi-2.4.6/mod_fastcgi.c	2007-11-13 00:00:10.000000000 +0100
++++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c	2009-05-28 21:02:31.000000000 +0200
+@@ -753,6 +753,11 @@
+                 ap_table_set(r->headers_out, "Location", value);
+                 continue;
+             }
++            
++            if (strcasecmp(name, "Content-Length") == 0) {
++                ap_table_set(r->headers_out, name, value);
++            	continue;
++            }
+ 
+             /* If the script wants them merged, it can do it */
+             ap_table_add(r->err_headers_out, name, value);

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-x86_64/PKGBUILD	2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=mod_fastcgi
-pkgver=2.4.6
-pkgrel=3
-pkgdesc="Apache module to support the FastCGI protocol"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.fastcgi.com/"
-depends=('apache')
-options=('!libtool')
-source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
-        'lp381384.patch')
-md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
-         '7dd09e6579cc9bf2f992bbd82d1d1537')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/lp381384.patch"
-  cp Makefile.AP2 Makefile
-  make top_dir=/usr/lib/httpd
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install
-  install -Dm644 docs/LICENSE.TERMS \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mod_fastcgi/repos/extra-x86_64/PKGBUILD (from rev 150578, mod_fastcgi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-18 15:20:31 UTC (rev 150579)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fastcgi
+pkgver=2.4.6
+pkgrel=4
+pkgdesc="Apache module to support the FastCGI protocol"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.fastcgi.com/"
+depends=('apache')
+options=('!libtool')
+source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
+        'lp381384.patch')
+md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
+         '7dd09e6579cc9bf2f992bbd82d1d1537')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/lp381384.patch"
+  cp Makefile.AP2 Makefile
+  make top_dir=/usr/lib/httpd
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install
+  install -Dm644 docs/LICENSE.TERMS \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/lp381384.patch
===================================================================
--- extra-x86_64/lp381384.patch	2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-x86_64/lp381384.patch	2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,34 +0,0 @@
-References:
-http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
-http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
-https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
-
-Patch extracted from the SNAP-0811090952 snapshot tarball.
-2009-05-28 Martin von Gagern
-
-diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
---- mod_fastcgi-2.4.6/CHANGES	2007-11-13 13:26:35.000000000 +0100
-+++ mod_fastcgi-2.4.6-lp381384/CHANGES	2009-05-28 21:02:31.000000000 +0200
-@@ -1,3 +1,6 @@
-+ *) Don't let the Content-Length header propagate on errors or across
-+    redirects.  [Artur Zaprzala <arturz ownmail.net>]
-+
- 2.4.6
- 
-  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
-diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
---- mod_fastcgi-2.4.6/mod_fastcgi.c	2007-11-13 00:00:10.000000000 +0100
-+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c	2009-05-28 21:02:31.000000000 +0200
-@@ -753,6 +753,11 @@
-                 ap_table_set(r->headers_out, "Location", value);
-                 continue;
-             }
-+            
-+            if (strcasecmp(name, "Content-Length") == 0) {
-+                ap_table_set(r->headers_out, name, value);
-+            	continue;
-+            }
- 
-             /* If the script wants them merged, it can do it */
-             ap_table_add(r->err_headers_out, name, value);

Copied: mod_fastcgi/repos/extra-x86_64/lp381384.patch (from rev 150578, mod_fastcgi/trunk/lp381384.patch)
===================================================================
--- extra-x86_64/lp381384.patch	                        (rev 0)
+++ extra-x86_64/lp381384.patch	2012-02-18 15:20:31 UTC (rev 150579)
@@ -0,0 +1,34 @@
+References:
+http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
+http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
+https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
+
+Patch extracted from the SNAP-0811090952 snapshot tarball.
+2009-05-28 Martin von Gagern
+
+diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
+--- mod_fastcgi-2.4.6/CHANGES	2007-11-13 13:26:35.000000000 +0100
++++ mod_fastcgi-2.4.6-lp381384/CHANGES	2009-05-28 21:02:31.000000000 +0200
+@@ -1,3 +1,6 @@
++ *) Don't let the Content-Length header propagate on errors or across
++    redirects.  [Artur Zaprzala <arturz ownmail.net>]
++
+ 2.4.6
+ 
+  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
+diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
+--- mod_fastcgi-2.4.6/mod_fastcgi.c	2007-11-13 00:00:10.000000000 +0100
++++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c	2009-05-28 21:02:31.000000000 +0200
+@@ -753,6 +753,11 @@
+                 ap_table_set(r->headers_out, "Location", value);
+                 continue;
+             }
++            
++            if (strcasecmp(name, "Content-Length") == 0) {
++                ap_table_set(r->headers_out, name, value);
++            	continue;
++            }
+ 
+             /* If the script wants them merged, it can do it */
+             ap_table_add(r->err_headers_out, name, value);




More information about the arch-commits mailing list