pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ap-rpaf



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Oct 19 18:43:58 UTC 2016

Modified Files:
        pkgsrc/www/ap-rpaf: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ap-rpaf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ap-rpaf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ap-rpaf/Makefile
diff -u pkgsrc/www/ap-rpaf/Makefile:1.11 pkgsrc/www/ap-rpaf/Makefile:1.12
--- pkgsrc/www/ap-rpaf/Makefile:1.11    Wed Jun 11 12:57:22 2014
+++ pkgsrc/www/ap-rpaf/Makefile Wed Oct 19 18:43:58 2016
@@ -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"

Index: pkgsrc/www/ap-rpaf/distinfo
diff -u pkgsrc/www/ap-rpaf/distinfo:1.2 pkgsrc/www/ap-rpaf/distinfo:1.3
--- pkgsrc/www/ap-rpaf/distinfo:1.2     Wed Nov  4 02:46:47 2015
+++ pkgsrc/www/ap-rpaf/distinfo Wed Oct 19 18:43:58 2016
@@ -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