Skip to content

Commit

Permalink
Update mod_rpaf to 0.8.4. Upstream is now on github.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bsiegert committed Oct 19, 2016
1 parent 0f2d103 commit ffbdc22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
23 changes: 9 additions & 14 deletions www/ap-rpaf/Makefile
Original file line number Diff line number Diff line change
@@ -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
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"
10 changes: 5 additions & 5 deletions www/ap-rpaf/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ffbdc22

Please sign in to comment.