Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e06a2efa6865678cff5274d96d79cc0bdcf5ba4e
commit e06a2efa6865678cff5274d96d79cc0bdcf5ba4e Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Nov 13 09:58:36 2007 +0100 mod_fastcgi-2.4.4-1-i686 version bump, -apache22.diff is now in upstream diff --git a/source/network-extra/mod_fastcgi/FrugalBuild b/source/network-extra/mod_fastcgi/FrugalBuild index fafab34..2c35b7d 100644 --- a/source/network-extra/mod_fastcgi/FrugalBuild +++ b/source/network-extra/mod_fastcgi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: VMiklos <[EMAIL PROTECTED]> pkgname=mod_fastcgi -pkgver=2.4.2 -pkgrel=2 +pkgver=2.4.4 +pkgrel=1 pkgdesc="A language independent extension to CGI that provides high performance" url="http://www.fastcgi.com/" depends=('apache>=2.2.0') @@ -11,11 +11,9 @@ groups=('network-extra') archs=('i686' 'x86_64') backup=(etc/httpd/conf/$pkgname.conf) up2date="lynx -dump 'http://www.fastcgi.com/dist/?m=D'|grep mod_fastcgi-[0-9\.]*\.tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" -source=(http://www.fastcgi.com/dist/$pkgname-$pkgver.tar.gz $pkgname.conf \ - $pkgname-$pkgver-apache22.diff) -sha1sums=('a56be62a3f08262ae187989f5dacb3464a030e2e' \ - '2cf6e51e2c58e24c162f0d0fd9336967fe3561a9' \ - '68cae1d9bd82099000a89e2a6abdad9846ef4211') +source=(http://www.fastcgi.com/dist/$pkgname-$pkgver.tar.gz $pkgname.conf) +sha1sums=('87d408388fc0349e0831e6a6b50dc686dcdb5104' \ + '2cf6e51e2c58e24c162f0d0fd9336967fe3561a9') build() { @@ -29,4 +27,4 @@ build() Ffile /etc/httpd/conf/modules.d/$pkgname.conf } -# optimalization ok +# optimization ok diff --git a/source/network-extra/mod_fastcgi/mod_fastcgi-2.4.2-apache22.diff b/source/network-extra/mod_fastcgi/mod_fastcgi-2.4.2-apache22.diff deleted file mode 100644 index 66276d8..0000000 --- a/source/network-extra/mod_fastcgi/mod_fastcgi-2.4.2-apache22.diff +++ /dev/null @@ -1,52 +0,0 @@ -diff -ruN mod_fastcgi-2.4.2/fcgi.h mod_fastcgi-2.4.2-ap22/fcgi.h ---- mod_fastcgi-2.4.2/fcgi.h 2003-02-04 00:07:37.000000000 +0100 -+++ mod_fastcgi-2.4.2-ap22/fcgi.h 2005-12-07 21:05:55.000000000 +0100 -@@ -73,6 +73,36 @@ - #define ap_reset_timeout(a) - #define ap_unblock_alarms() - -+/* starting with apache 2.2 the backward-compatibility defines for -+ * 1.3 APIs are not available anymore. Define them ourselves here. -+ */ -+#ifndef ap_copy_table -+ -+#define ap_copy_table apr_table_copy -+#define ap_cpystrn apr_cpystrn -+#define ap_destroy_pool apr_pool_destroy -+#define ap_isspace apr_isspace -+#define ap_make_array apr_array_make -+#define ap_make_table apr_table_make -+#define ap_null_cleanup apr_pool_cleanup_null -+#define ap_palloc apr_palloc -+#define ap_pcalloc apr_pcalloc -+#define ap_psprintf apr_psprintf -+#define ap_pstrcat apr_pstrcat -+#define ap_pstrdup apr_pstrdup -+#define ap_pstrndup apr_pstrndup -+#define ap_push_array apr_array_push -+#define ap_register_cleanup apr_pool_cleanup_register -+#define ap_snprintf apr_snprintf -+#define ap_table_add apr_table_add -+#define ap_table_do apr_table_do -+#define ap_table_get apr_table_get -+#define ap_table_set apr_table_set -+#define ap_table_setn apr_table_setn -+#define ap_table_unset apr_table_unset -+ -+#endif /* defined(ap_copy_table) */ -+ - #if (defined(HAVE_WRITEV) && !HAVE_WRITEV && !defined(NO_WRITEV)) || defined WIN32 - #define NO_WRITEV - #endif -diff -ruN mod_fastcgi-2.4.2/Makefile.AP2 mod_fastcgi-2.4.2-ap22/Makefile.AP2 ---- mod_fastcgi-2.4.2/Makefile.AP2 2002-07-29 03:36:34.000000000 +0200 -+++ mod_fastcgi-2.4.2-ap22/Makefile.AP2 2005-12-07 20:27:50.000000000 +0100 -@@ -20,8 +20,6 @@ - - all: local-shared-build - --install: install-modules -- - clean: - -rm -f *.o *.lo *.slo *.la - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
