From owner-svn-ports-head@freebsd.org Sun Sep 10 11:10:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CD4AE0A7AD; Sun, 10 Sep 2017 11:10:02 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD0896EEBE; Sun, 10 Sep 2017 11:10:01 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ABA1CR063378; Sun, 10 Sep 2017 11:10:01 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ABA0Hk063374; Sun, 10 Sep 2017 11:10:00 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709101110.v8ABA0Hk063374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 10 Sep 2017 11:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449535 - in head/www/mod_md-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/www/mod_md-devel: . files X-SVN-Commit-Revision: 449535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2017 11:10:02 -0000 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