w3m: 0.5.3-2015-12-20 -> 0.5.3+git20161120 for many CVEs

c94a28011f/NEWS\#L1-L52
This commit is contained in:
Graham Christensen 2016-11-23 19:35:19 -05:00
parent 4a5c66135a
commit a3b746851f
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, fetchpatch { stdenv, fetchFromGitHub, fetchpatch
, ncurses, boehmgc, gettext, zlib , ncurses, boehmgc, gettext, zlib
, sslSupport ? true, openssl ? null , sslSupport ? true, openssl ? null
, graphicsSupport ? true, imlib2 ? null , graphicsSupport ? true, imlib2 ? null
@ -15,12 +15,13 @@ assert mouseSupport -> gpm-ncurses != null;
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "w3m-0.5.3-2015-12-20"; name = "w3m-v0.5.3+git20161120";
src = fetchgit { src = fetchFromGitHub {
url = "git://anonscm.debian.org/collab-maint/w3m.git"; owner = "tats";
rev = "e0b6e022810271bd0efcd655006389ee3879e94d"; repo = "w3m";
sha256 = "1vahm3719hb0m20nc8k88165z35f8b15qasa0whhk78r12bls1q6"; rev = "v0.5.3+git20161120";
sha256 = "06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc";
}; };
NIX_LDFLAGS = optionalString stdenv.isSunOS "-lsocket -lnsl"; NIX_LDFLAGS = optionalString stdenv.isSunOS "-lsocket -lnsl";