On Sun, Mar 31, 2019 at 08:15:06AM -0700, Bryan Vyhmeister wrote:
> This is another simple maintainer update of sblg from 0.4.17 to 0.4.20.
> The changes included in this release and the previous couple are:
>
> sblg 0.4.20: "In list mode (-l), allow for "long-format" listing by
> specifying another -l. This puts all tags (or files, with -r) to be
> printed on the same line. This makes it easier to use shell scripting to
> process tag lists."
>
> sblg 0.4.19: "When creating Atom feeds, strip away "dangerous" HTML
> attributes. Do this by using the W3C's Atom feed attribute whitelist,
> defined in their validator security considerations. In doing so, Atom
> feeds validate nicely."
>
> sblg 0.4.18: "Add data-sblg-forall to Atom generation. This makes it
> easy to have a single <entry> for all Atom entries. Also fix the
> generated <id> to use the current year and tidy the sblg(1)
> documentation. Also add data-sblg-altlink-fmt to allow the alternative
> link to be formatted arbitrarily. While there, make Atom output process
> its internal tags. This means you can use the ${sblg-xxxxx} tags within
> documents and have them properly render within your Atom feed content.
> Clean up some possible memory leaks, too."
>
> I did testing on amd64 with no issues. It should work fine everywhere.
> If someone could ok and commit, that would be great. Thank you.
>
> Bryan
>
>
> Index: www/sblg/Makefile
> ===================================================================
> RCS file: /cvs/ports/www/sblg/Makefile,v
> retrieving revision 1.17
> diff -u -p -r1.17 Makefile
> --- www/sblg/Makefile 1 Oct 2018 08:23:17 -0000 1.17
> +++ www/sblg/Makefile 31 Mar 2019 15:08:15 -0000
> @@ -2,7 +2,7 @@
>
> COMMENT = simple off-line blog utility
>
> -DISTNAME = sblg-0.4.17
> +DISTNAME = sblg-0.4.20
> CATEGORIES = www
>
> HOMEPAGE = https://kristaps.bsd.lv/sblg/
> Index: www/sblg/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/sblg/distinfo,v
> retrieving revision 1.16
> diff -u -p -r1.16 distinfo
> --- www/sblg/distinfo 1 Oct 2018 08:23:17 -0000 1.16
> +++ www/sblg/distinfo 31 Mar 2019 15:08:15 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (sblg-0.4.17.tar.gz) = fmPAbWLpLPNubDLO+XDwjWitEVJJlTPZrQXyTHH9HTk=
> -SIZE (sblg-0.4.17.tar.gz) = 59653
> +SHA256 (sblg-0.4.20.tar.gz) = jITTacr4Dba5xuhFIp4wmc7c0TzE/QYsOYcJqEU8D+4=
> +SIZE (sblg-0.4.20.tar.gz) = 70373
>
ok jturner@
--
James Turner
No comments:
Post a Comment