svn commit: r449535 - in head/www/mod_md-devel: . files

Bernard Spil brnrd at FreeBSD.org
Sun Sep 10 11:10:02 UTC 2017


Author: brnrd
Date: Sun Sep 10 11:10:00 2017
New Revision: 449535
URL: https://svnweb.freebsd.org/changeset/ports/449535

Log:
  www/mod_md-devel: Update to 0.9.2

Modified:
  head/www/mod_md-devel/Makefile
  head/www/mod_md-devel/distinfo
  head/www/mod_md-devel/files/patch-src_md__crypt.c
  head/www/mod_md-devel/pkg-message

Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile	Sun Sep 10 11:02:39 2017	(r449534)
+++ head/www/mod_md-devel/Makefile	Sun Sep 10 11:10:00 2017	(r449535)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_md-devel
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 

Modified: head/www/mod_md-devel/distinfo
==============================================================================
--- head/www/mod_md-devel/distinfo	Sun Sep 10 11:02:39 2017	(r449534)
+++ head/www/mod_md-devel/distinfo	Sun Sep 10 11:10:00 2017	(r449535)
@@ -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

Modified: head/www/mod_md-devel/files/patch-src_md__crypt.c
==============================================================================
--- head/www/mod_md-devel/files/patch-src_md__crypt.c	Sun Sep 10 11:02:39 2017	(r449534)
+++ head/www/mod_md-devel/files/patch-src_md__crypt.c	Sun Sep 10 11:10:00 2017	(r449535)
@@ -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

Modified: head/www/mod_md-devel/pkg-message
==============================================================================
--- head/www/mod_md-devel/pkg-message	Sun Sep 10 11:02:39 2017	(r449534)
+++ head/www/mod_md-devel/pkg-message	Sun Sep 10 11:10:00 2017	(r449535)
@@ -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


More information about the svn-ports-all mailing list