Module Name: src Committed By: christos Date: Thu Apr 11 17:50:24 UTC 2013
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new libevent To generate a diff of this commit: cvs rdiff -u -r1.1032 -r1.1033 src/doc/3RDPARTY cvs rdiff -u -r1.1814 -r1.1815 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1032 src/doc/3RDPARTY:1.1033 --- src/doc/3RDPARTY:1.1032 Sun Apr 7 13:19:39 2013 +++ src/doc/3RDPARTY Thu Apr 11 13:50:23 2013 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1032 2013/04/07 17:19:39 christos Exp $ +# $NetBSD: 3RDPARTY,v 1.1033 2013/04/11 17:50:23 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -654,8 +654,8 @@ The lvm2tools and the libdevmapper are n repository. See the lvm2tools Notes for more information. Package: libevent -Version: 1.4.12-stable -Current Vers: 2.0.2-alpha +Version: 2.0.21-stable +Current Vers: 2.0.21-stable Maintainer: Niels Provos <pro...@citi.umich.edu> Archive Site: http://www.monkey.org/~provos/libevent/ Home Page: http://www.monkey.org/~provos/libevent/ @@ -663,6 +663,10 @@ Responsible: provos License: BSD (3/4-clause) Location: external/bsd/libevent/dist Notes: +- Run the libevent2netbsd script +- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. + man pages are in doxygen/man/man3. Remove the extra man pages that are + .so'ing only. Copy the rest to man. Package: lvm2tools Version: 2.02.56 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1814 src/doc/CHANGES:1.1815 --- src/doc/CHANGES:1.1814 Sat Apr 6 15:33:59 2013 +++ src/doc/CHANGES Thu Apr 11 13:50:23 2013 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1814 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1815 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -225,3 +225,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: byacc: Import 20130304 [christos 20130405] libpcap: Import 1.3.0 [christos 20130406] tcpdump(8): Import 4.3.0 [christos 20130406] + libevent: Upgrade 2.0.21-stable [christos 20130411]