pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap-rpaf Update mod_rpaf to 0.8.4. Upstream is now ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8b56bdea857
branches: trunk
changeset: 354099:f8b56bdea857
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Wed Oct 19 18:43:58 2016 +0000
description:
Update mod_rpaf to 0.8.4. Upstream is now on github.
Changelog only has the latest version, the changes are:
- Added Apache 2.4 support, closes #16 and closes #18
- Fixes a fault with basic IPv6 parsing.
- New RPAF_ForbidIfNotProxy Directive
- HTTPS mod_rewrite fix
- HTTPS environment variable fix
- CDIR parser updated.
diffstat:
www/ap-rpaf/Makefile | 23 +++++++++--------------
www/ap-rpaf/distinfo | 10 +++++-----
2 files changed, 14 insertions(+), 19 deletions(-)
diffs (63 lines):
diff -r 2314500af93d -r f8b56bdea857 www/ap-rpaf/Makefile
--- a/www/ap-rpaf/Makefile Wed Oct 19 15:18:45 2016 +0000
+++ b/www/ap-rpaf/Makefile Wed Oct 19 18:43:58 2016 +0000
@@ -1,35 +1,30 @@
-# $NetBSD: Makefile,v 1.11 2014/06/11 12:57:22 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/19 18:43:58 bsiegert Exp $
#
-DISTNAME= mod_rpaf-0.5
-PKGNAME= ${APACHE_PKG_PREFIX}-rpaf-0.5
+DISTNAME= mod_rpaf-0.8.4
+PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
CATEGORIES= www
-MASTER_SITES= http://stderr.net/apache/rpaf/download/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=gnif/}
+GITHUB_PROJECT= mod_rpaf
+GITHUB_TAG= v0.8.4
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://stderr.net/apache/rpaf/
+HOMEPAGE= https://github.com/gnif/mod_rpaf/
COMMENT= Remaps reverse-proxied connections to "real" requesting IPs
+LICENSE= apache-2.0
CONFLICTS= ap-rpaf-[0-9]*
APACHE_MODULE= yes
INSTALLATION_DIRS= share/doc
-# does not compile with apache24
-PKG_APACHE_ACCEPTED= apache22
-
APACHE_MODULE_NAME= mod_rpaf.${MODULE_EXT}
APACHE_MODULE_SRC= mod_rpaf.c
-INSTALLATION_DIRS+= share/doc/mod_rpaf
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mod_rpaf.txt
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/mod_rpaf.txt
MODULE_EXT= la
-do-configure:
- ${RM} -f ${WRKSRC}/mod_rpaf.c
- ${CP} -f ${WRKSRC}/mod_rpaf-2.0.c ${WRKSRC}/mod_rpaf.c
.include "../../mk/apache.module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2314500af93d -r f8b56bdea857 www/ap-rpaf/distinfo
--- a/www/ap-rpaf/distinfo Wed Oct 19 15:18:45 2016 +0000
+++ b/www/ap-rpaf/distinfo Wed Oct 19 18:43:58 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:46:47 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/10/19 18:43:58 bsiegert Exp $
-SHA1 (mod_rpaf-0.5.tar.gz) = 0a0763c7c146e83288d2a621056da20d7b85b6cc
-RMD160 (mod_rpaf-0.5.tar.gz) = 237cf8a772b772fc186f5162de35d4a975abec88
-SHA512 (mod_rpaf-0.5.tar.gz) = 1962b31e5d7272612febe3148f3ed094c4f95b8beb1faea93822216bc0453128451c523d5cf58a8fc1eccb7548ce4da58a18376eb4c547fdf1c7af6c1f9acd2d
-Size (mod_rpaf-0.5.tar.gz) = 4482 bytes
+SHA1 (mod_rpaf-0.8.4.tar.gz) = 74097dab07a683ea79f548d6b2d9862a86045dda
+RMD160 (mod_rpaf-0.8.4.tar.gz) = e292e6e3a20382661bc4919e68dffb82baa6fd76
+SHA512 (mod_rpaf-0.8.4.tar.gz) = ae3a265bfa829c62721acfed6ed20ecffd48f130e435e14769d65e635aac3e3ac15c57d198ac2a0f3e7479dd4d71f90cc15ab717ed396ca016f8822312ff4305
+Size (mod_rpaf-0.8.4.tar.gz) = 6458 bytes
Home |
Main Index |
Thread Index |
Old Index