diff options
author | spz <spz@pkgsrc.org> | 2017-03-03 14:53:53 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2017-03-03 14:53:53 +0000 |
commit | 8d5a5f2c8142f044c5fc97710bbc994a9f57f185 (patch) | |
tree | c39116368fdff2de96139650447893436d59cc41 | |
parent | ab0a748b8e6027e4221b2f844176839e7616f4fa (diff) | |
download | pkgsrc-8d5a5f2c8142f044c5fc97710bbc994a9f57f185.tar.gz |
Pullup ticket #5222 - requested by bsiegert
www/w3m: security update
Revisions pulled up:
- www/w3m/Makefile.common 1.64
- www/w3m/PLIST 1.18
- www/w3m/distinfo 1.30
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: leot
Date: Sat Jan 21 09:11:27 UTC 2017
Modified Files:
pkgsrc/www/w3m: PLIST
Log Message:
Readd `libexec/w3m/w3mimgdisplay' to the PLIST to fix w3m installation built
with an imagelib option.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/w3m/PLIST
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: snj
Date: Sun Feb 19 18:35:13 UTC 2017
Modified Files:
pkgsrc/www/w3m: Makefile.common distinfo
Log Message:
Update w3m to 0.5.3+git20170102.
Changes:
- fix multiple flaws with malformed text (buffer overflow, use after
free, infinite loop)
- fix uninitialized variable when not USE_IMAGE
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/w3m/Makefile.common
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/w3m/distinfo
-rw-r--r-- | www/w3m/Makefile.common | 4 | ||||
-rw-r--r-- | www/w3m/PLIST | 3 | ||||
-rw-r--r-- | www/w3m/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 8ed5f49f867..1024c1c1d2e 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2016/11/22 14:36:37 wiz Exp $ +# $NetBSD: Makefile.common,v 1.63.2.1 2017/03/03 14:53:53 spz Exp $ # # used by www/w3m/Makefile # used by www/w3m-img/Makefile @@ -21,7 +21,7 @@ USE_TOOLS+= gmake # Needed for some combinations of options... USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes -W3M_VERS= 0.5.3+git20161120 +W3M_VERS= 0.5.3+git20170102 W3M_PKGVERS= ${W3M_VERS:S/+git/.0./} # For w3mman, xface2xpm, cgi scripts. diff --git a/www/w3m/PLIST b/www/w3m/PLIST index 374f4b29784..1e649ea735d 100644 --- a/www/w3m/PLIST +++ b/www/w3m/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2016/11/06 19:26:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17.2.1 2017/03/03 14:53:53 spz Exp $ bin/w3m bin/w3mman libexec/w3m/cgi-bin/dirlist.cgi @@ -10,6 +10,7 @@ libexec/w3m/cgi-bin/w3mhelperpanel libexec/w3m/cgi-bin/w3mmail.cgi libexec/w3m/cgi-bin/w3mman2html.cgi libexec/w3m/inflate +${PLIST.image}libexec/w3m/w3mimgdisplay libexec/w3m/xface2xpm man/de/man1/w3m.1 man/de/man1/w3mman.1 diff --git a/www/w3m/distinfo b/www/w3m/distinfo index fd5662b898d..7620f409469 100644 --- a/www/w3m/distinfo +++ b/www/w3m/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2016/11/22 14:36:37 wiz Exp $ +$NetBSD: distinfo,v 1.29.2.1 2017/03/03 14:53:53 spz Exp $ -SHA1 (w3m-0.5.3+git20161120.tar.gz) = 949ab2d125b7ad39db1cf6b4e6f851a28893efb2 -RMD160 (w3m-0.5.3+git20161120.tar.gz) = 3c017726743d06e22d79aa52057ef564f3b5158e -SHA512 (w3m-0.5.3+git20161120.tar.gz) = 81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c -Size (w3m-0.5.3+git20161120.tar.gz) = 2177917 bytes +SHA1 (w3m-0.5.3+git20170102.tar.gz) = 5279c2cb577635e709fb5979acadd6b4371e5b99 +RMD160 (w3m-0.5.3+git20170102.tar.gz) = 1301f33b16f4532220b69faed7cd182074fa901f +SHA512 (w3m-0.5.3+git20170102.tar.gz) = c077a003512a53856d2353d97ac2cbfdaebdeff8c914102475b6bbf095f218652235cc1098ce7173c9095216520d9e233e7dd23ea551ccf7263929e219ac04e5 +Size (w3m-0.5.3+git20170102.tar.gz) = 2180292 bytes |