Received: by mail.netbsd.org (Postfix, from userid 605) id 9B7F184DA2; Mon, 2 Oct 2017 03:27:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D6DC84D65 for ; Mon, 2 Oct 2017 03:27:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zb_Fgx0OcQOu for ; Mon, 2 Oct 2017 03:27:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 908FD84D64 for ; Mon, 2 Oct 2017 03:27:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87A82FBC7; Mon, 2 Oct 2017 03:27:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506914849153350" MIME-Version: 1.0 Date: Mon, 2 Oct 2017 03:27:29 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www/ikiwiki To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20171002032729.87A82FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506914849153350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Oct 2 03:27:29 UTC 2017 Modified Files: pkgsrc/www/ikiwiki: Makefile PLIST distinfo Removed Files: pkgsrc/www/ikiwiki/patches: patch-po_underlays_basewiki_ikiwiki_wikilink.da.po patch-po_underlays_directives_ikiwiki_directive_meta.de.po Log Message: Update to 3.20171001. From the changelog: [ Joey Hess ] * htmlscrubber: Add support for the video tag's loop and muted attributes. Those were not in the original html5 spec, but have been added in the whatwg html living standard and have wide browser support. * emailauth, passwordauth: Avoid leaving cgisess_* files in the system temp directory. [ Simon McVittie ] * core: Don't decode the result of strftime if it is already tagged as UTF-8, as it might be since Perl >= 5.21.1. (Closes: #869240) * img: Strip metadata from resized images when the deterministic config option is set. Thanks, intrigeri * receive: Avoid asprintf() in IkiWiki::Receive, to avoid implicit declaration, potential misbehaviour on 64-bit platforms, and lack of portability to non-GNU platforms * t: Add a regression test for untrusted git push * receive: Fix untrusted git push with git (>= 2.11) by passing through the necessary environment variables to make the quarantine area work * debian: Declare compliance with Debian Policy 4.1.1 [ Amitai Schleier ] * l10n: Fix the build with po4a 0.52, by ensuring that msgstr ends with a newline if and only if msgid does To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/ikiwiki/PLIST cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/ikiwiki/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/ikiwiki/patches/patch-po_underlays_basewiki_ikiwiki_wikilink.da.po \ pkgsrc/www/ikiwiki/patches/patch-po_underlays_directives_ikiwiki_directive_meta.de.po Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506914849153350 Content-Disposition: inline Content-Length: 2761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ikiwiki/Makefile diff -u pkgsrc/www/ikiwiki/Makefile:1.149 pkgsrc/www/ikiwiki/Makefile:1.150 --- pkgsrc/www/ikiwiki/Makefile:1.149 Sat Jun 24 13:10:44 2017 +++ pkgsrc/www/ikiwiki/Makefile Mon Oct 2 03:27:29 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.149 2017/06/24 13:10:44 schmonz Exp $ +# $NetBSD: Makefile,v 1.150 2017/10/02 03:27:29 schmonz Exp $ # -DISTNAME= ikiwiki_3.20170622 +DISTNAME= ikiwiki_3.20171001 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} Index: pkgsrc/www/ikiwiki/PLIST diff -u pkgsrc/www/ikiwiki/PLIST:1.45 pkgsrc/www/ikiwiki/PLIST:1.46 --- pkgsrc/www/ikiwiki/PLIST:1.45 Thu Jan 21 18:36:38 2016 +++ pkgsrc/www/ikiwiki/PLIST Mon Oct 2 03:27:29 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.45 2016/01/21 18:36:38 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.46 2017/10/02 03:27:29 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-comment @@ -137,7 +137,6 @@ share/ikiwiki/examples/softwaresite/Make share/ikiwiki/examples/softwaresite/bugs.mdwn share/ikiwiki/examples/softwaresite/bugs/done.mdwn share/ikiwiki/examples/softwaresite/bugs/fails_to_frobnicate.mdwn -share/ikiwiki/examples/softwaresite/bugs/hghg.mdwn share/ikiwiki/examples/softwaresite/bugs/needs_more_bugs.mdwn share/ikiwiki/examples/softwaresite/contact.mdwn share/ikiwiki/examples/softwaresite/doc.mdwn Index: pkgsrc/www/ikiwiki/distinfo diff -u pkgsrc/www/ikiwiki/distinfo:1.122 pkgsrc/www/ikiwiki/distinfo:1.123 --- pkgsrc/www/ikiwiki/distinfo:1.122 Wed Sep 20 02:57:31 2017 +++ pkgsrc/www/ikiwiki/distinfo Mon Oct 2 03:27:29 2017 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.122 2017/09/20 02:57:31 schmonz Exp $ +$NetBSD: distinfo,v 1.123 2017/10/02 03:27:29 schmonz Exp $ -SHA1 (ikiwiki_3.20170622.tar.xz) = 96e7582c93a3db23ac9600b5e24bff71a6dbc4be -RMD160 (ikiwiki_3.20170622.tar.xz) = 97fd8872a5782592fa29f31eae96f8bc15573ca9 -SHA512 (ikiwiki_3.20170622.tar.xz) = f3d257a4aac3b5009462312381ee4904fe5032a0408a4988cdea3e1997f94d2e13bae0dd5b9228623ccd001b37539c33135db56025a1b46df6b6955502e9e9eb -Size (ikiwiki_3.20170622.tar.xz) = 2633776 bytes -SHA1 (patch-po_underlays_basewiki_ikiwiki_wikilink.da.po) = de90c6a3914545c706ffb5b9ec7249dc00bc6460 -SHA1 (patch-po_underlays_directives_ikiwiki_directive_meta.de.po) = 5a7f3e3bb4d4eca55379beb564974582f67985b2 +SHA1 (ikiwiki_3.20171001.tar.xz) = 9a9ca402e38abed89449609ddfc988ce3c60b316 +RMD160 (ikiwiki_3.20171001.tar.xz) = 3dff6be4423cd890bd434816634b2d13be996165 +SHA512 (ikiwiki_3.20171001.tar.xz) = 1f5c5a48aa95e6e3898fdb40826f90d554ff328c367133e69a2a2da4c9286e0e54ba2f2dcd57ff452fa3105c92b4d72297d771688661fb8ecf22b7a0cf78bd97 +Size (ikiwiki_3.20171001.tar.xz) = 2638780 bytes --_----------=_1506914849153350--