aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-09-10 19:10:00 +0800
committerBernard Spil <brnrd@FreeBSD.org>2017-09-10 19:10:00 +0800
commita8e49f53663faeb5fbf0a3bdf3541a1cfa82e89f (patch)
tree1ab642084fe3bfc2fd4bb6acc5f8d063cca3abc4 /www
parent5aa016af9474b6cfd4f4d38186dde6ad4fdf26ae (diff)
downloadfreebsd-ports-gnome-a8e49f53663faeb5fbf0a3bdf3541a1cfa82e89f.tar.gz
freebsd-ports-gnome-a8e49f53663faeb5fbf0a3bdf3541a1cfa82e89f.tar.zst
freebsd-ports-gnome-a8e49f53663faeb5fbf0a3bdf3541a1cfa82e89f.zip
www/mod_md-devel: Update to 0.9.2
Diffstat (limited to 'www')
-rw-r--r--www/mod_md-devel/Makefile2
-rw-r--r--www/mod_md-devel/distinfo6
-rw-r--r--www/mod_md-devel/files/patch-src_md__crypt.c6
-rw-r--r--www/mod_md-devel/pkg-message12
4 files changed, 15 insertions, 11 deletions
diff --git a/www/mod_md-devel/Makefile b/www/mod_md-devel/Makefile
index 29ba2a21e386..64f8a7e4e5f9 100644
--- a/www/mod_md-devel/Makefile
+++ b/www/mod_md-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mod_md-devel
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
DISTVERSIONPREFIX= v
CATEGORIES= www
diff --git a/www/mod_md-devel/distinfo b/www/mod_md-devel/distinfo
index 9c24bf336a9c..0411a445ff3a 100644
--- a/www/mod_md-devel/distinfo
+++ b/www/mod_md-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504726189
-SHA256 (icing-mod_md-v0.9.1_GH0.tar.gz) = edc88e131e8000d863a090d755858f8b35e20d9df00e4045d84f61eb28e3617e
-SIZE (icing-mod_md-v0.9.1_GH0.tar.gz) = 181362
+TIMESTAMP = 1505041445
+SHA256 (icing-mod_md-v0.9.2_GH0.tar.gz) = 03ae47a2d76ad4e1cf63e6e98f5500e5810cd9e939481b779c8287816a1faff6
+SIZE (icing-mod_md-v0.9.2_GH0.tar.gz) = 182061
diff --git a/www/mod_md-devel/files/patch-src_md__crypt.c b/www/mod_md-devel/files/patch-src_md__crypt.c
index d431ab5dbfa5..86349b1ed798 100644
--- a/www/mod_md-devel/files/patch-src_md__crypt.c
+++ b/www/mod_md-devel/files/patch-src_md__crypt.c
@@ -1,4 +1,4 @@
---- src/md_crypt.c.orig 2017-08-09 13:30:59 UTC
+--- src/md_crypt.c.orig 2017-09-08 14:09:36 UTC
+++ src/md_crypt.c
@@ -116,6 +116,425 @@ static void seed_RAND(int pid)
@@ -426,8 +426,8 @@
apr_status_t md_crypt_init(apr_pool_t *pool)
{
-@@ -328,7 +747,7 @@ apr_status_t md_pkey_gen_rsa(md_pkey_t *
- return rv;
+@@ -409,7 +828,7 @@ apr_status_t md_pkey_gen(md_pkey_t **ppk
+ }
}
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
diff --git a/www/mod_md-devel/pkg-message b/www/mod_md-devel/pkg-message
index 79d4e6cc23a2..da88213d3121 100644
--- a/www/mod_md-devel/pkg-message
+++ b/www/mod_md-devel/pkg-message
@@ -1,8 +1,10 @@
-/!\ This is an early experience non-production-ready version /!\
+/!\ This is an early experience non-production-ready version /!\
-This module requires a patched Apache mod_ssl. Apply the mod_ssl patch
-from https://github.com/icing/mod_md/tree/master/patches to the
-www/apache24 port and rebuild/reinstall apache.
+####################################################################
+# This module requires a patched Apache mod_ssl. Apply the mod_ssl #
+# patch from https://github.com/icing/mod_md/tree/master/patches #
+# to the www/apache24 port and rebuild/reinstall apache. #
+####################################################################
If you want to have the md module enabled in your apache installation,
you need to add
@@ -15,3 +17,5 @@ somewhere in your config files and add a line like
Full documentation in the project's wiki
https://github.com/icing/mod_md/wiki
+and for most directives in Apache trunk documentation
+ https://httpd.apache.org/docs/trunk/mod/mod_md.html