Re: [MacPorts] #1742: UPDATE neon version 0.24.5 (CVE CAN-2004-0179)
#1742: UPDATE neon version 0.24.5 (CVE CAN-2004-0179) ----------------------+-------------------------------- Reporter: dluke@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: neon | ----------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => update * port: => neon Old description:
Version bump, fixes format string vulnerabilities (http://cve.mitre.org /cgi-bin/cvename.cgi? name=CAN-2004-0179)
The patchfile can be removed as well.
Diffs inline:
cvs server: Diffing . Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/neon/Portfile,v retrieving revision 1.16 diff -u -d -b -w -r1.16 Portfile --- Portfile 19 Jan 2004 22:25:44 -0000 1.16 +++ Portfile 15 Apr 2004 16:04:39 -0000 @@ -2,7 +2,7 @@
PortSystem 1.0 name neon -version 0.24.4 +version 0.24.5
categories www maintainers dluke@geeklair.net @@ -17,16 +17,15 @@ homepage http://www.webdav.org/neon/
master_sites http://www.webdav.org/neon/ -checksums md5 e1e5000cbdcdcd18bc953bff5d4006eb +checksums md5 69c2a079ea0ab01c6c39e8e01a58c665
depends_lib lib:libexpat.0.4:expat configure.env LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include configure.args --with-ssl \ --enable-shared \ --with-expat \ - --mandir=${destroot}${prefix}/share/man + --mandir=\\\${prefix}/share/man + configure.type gnu
destroot.destdir prefix=${destroot}${prefix} - -patchfiles patch-configure
New description: Version bump, fixes format string vulnerabilities (http://cve.mitre.org /cgi-bin/cvename.cgi?name=CAN-2004-0179) The patchfile can be removed as well. Diffs inline: {{{ cvs server: Diffing . Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/neon/Portfile,v retrieving revision 1.16 diff -u -d -b -w -r1.16 Portfile --- Portfile 19 Jan 2004 22:25:44 -0000 1.16 +++ Portfile 15 Apr 2004 16:04:39 -0000 @@ -2,7 +2,7 @@ PortSystem 1.0 name neon -version 0.24.4 +version 0.24.5 categories www maintainers dluke@geeklair.net @@ -17,16 +17,15 @@ homepage http://www.webdav.org/neon/ master_sites http://www.webdav.org/neon/ -checksums md5 e1e5000cbdcdcd18bc953bff5d4006eb +checksums md5 69c2a079ea0ab01c6c39e8e01a58c665 depends_lib lib:libexpat.0.4:expat configure.env LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include configure.args --with-ssl \ --enable-shared \ --with-expat \ - --mandir=${destroot}${prefix}/share/man + --mandir=\\\${prefix}/share/man + configure.type gnu destroot.destdir prefix=${destroot}${prefix} - -patchfiles patch-configure }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1742#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts