Module Name: src Committed By: sevan Date: Thu May 3 22:27:59 UTC 2018
Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/lib: Makefile Log Message: Hello libbozohttpd(3) Enabling as it is a dependency for bozohttpd(3lua). To generate a diff of this commit: cvs rdiff -u -r1.836 -r1.837 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2188 -r1.2189 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.1580 -r1.1581 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.255 -r1.256 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/base/shl.mi diff -u src/distrib/sets/lists/base/shl.mi:1.836 src/distrib/sets/lists/base/shl.mi:1.837 --- src/distrib/sets/lists/base/shl.mi:1.836 Sun Apr 29 19:47:34 2018 +++ src/distrib/sets/lists/base/shl.mi Thu May 3 22:27:58 2018 @@ -1,4 +1,4 @@ -# $NetBSD: shl.mi,v 1.836 2018/04/29 19:47:34 sevan Exp $ +# $NetBSD: shl.mi,v 1.837 2018/05/03 22:27:58 sevan Exp $ # # Note: Don't delete entries from here - mark them as "obsolete" instead, # unless otherwise stated below. @@ -103,6 +103,9 @@ ./lib/npf/ext_rndblock.so.0 base-npf-shlib compatfile,npf ./lib/npf/ext_rndblock.so.0.0 base-npf-shlib compatfile,npf ./libexec/ld.elf_so base-sys-shlib dynamicroot +./usr/lib/libbozohttpd.so base-sys-shlib compatfile +./usr/lib/libbozohttpd.so.0 base-sys-shlib compatfile +./usr/lib/libbozohttpd.so.0.0 base-sys-shlib compatfile ./usr/lib/i18n/libBIG5.so base-i18n-shlib compatfile ./usr/lib/i18n/libBIG5.so.5 base-i18n-shlib compatfile ./usr/lib/i18n/libBIG5.so.5.0 base-i18n-shlib compatfile Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.2188 src/distrib/sets/lists/comp/mi:1.2189 --- src/distrib/sets/lists/comp/mi:1.2188 Wed Apr 18 08:58:41 2018 +++ src/distrib/sets/lists/comp/mi Thu May 3 22:27:59 2018 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.2188 2018/04/18 08:58:41 mlelstv Exp $ +# $NetBSD: mi,v 1.2189 2018/05/03 22:27:59 sevan Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. ./etc/mtree/set.comp comp-sys-root @@ -206,6 +206,7 @@ ./usr/include/blacklist.h comp-c-include ./usr/include/bluetooth.h comp-c-include ./usr/include/bm.h comp-c-include +./usr/include/bozohttpd.h comp-c-include ./usr/include/bzlib.h comp-c-include ./usr/include/c++/__bit_reference comp-cxx-include libcxx ./usr/include/c++/__config comp-cxx-include libcxx @@ -3281,6 +3282,9 @@ ./usr/lib/libatf_p.a comp-obsolete obsolete ./usr/lib/libavl.a comp-zfs-lib compatfile,zfs ./usr/lib/libavl_p.a comp-zfs-proflib compatfile,profile,zfs +./usr/lib/libbozohttpd.a comp-c-lib compatfile +./usr/lib/libbozohttpd_p.a comp-c-lib compatfile +./usr/lib/libbozohttpd_pic.a comp-c-lib compatfile ./usr/lib/libbfd.a comp-obsolete obsolete ./usr/lib/libbind9.a comp-bind-lib compatfile ./usr/lib/libbind9_p.a comp-bind-proflib compatfile,profile Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1580 src/distrib/sets/lists/man/mi:1.1581 --- src/distrib/sets/lists/man/mi:1.1580 Tue May 1 23:41:51 2018 +++ src/distrib/sets/lists/man/mi Thu May 3 22:27:59 2018 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1580 2018/05/01 23:41:51 kamil Exp $ +# $NetBSD: mi,v 1.1581 2018/05/03 22:27:59 sevan Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -3844,6 +3844,7 @@ ./usr/share/man/html1/zless.html man-util-htmlman html ./usr/share/man/html1/zmore.html man-util-htmlman html ./usr/share/man/html1/znew.html man-util-htmlman html +./usr/share/man/html3/libbozohttpd.html man-sys-htmlman html ./usr/share/man/html3/libunbound.html man-netutil-htmlman html,unbound ./usr/share/man/html3lua/gpio.attach.html man-sys-htmlman html ./usr/share/man/html3lua/gpio.close.html man-sys-htmlman html @@ -6705,6 +6706,7 @@ ./usr/share/man/man3/atari/ahdi_writelabel.3 man-obsolete obsolete ./usr/share/man/man3/i386 man-obsolete obsolete ./usr/share/man/man3/i386/keycap.3 man-obsolete obsolete +./usr/share/man/man3/libbozohttpd.3 man-sys-man .man ./usr/share/man/man3/libunbound.3 man-netutil-man .man,unbound ./usr/share/man/man3lua/gpio.3lua man-sys-man .man ./usr/share/man/man3lua/gpio.attach.3lua man-sys-man .man Index: src/lib/Makefile diff -u src/lib/Makefile:1.255 src/lib/Makefile:1.256 --- src/lib/Makefile:1.255 Tue May 1 19:50:34 2018 +++ src/lib/Makefile Thu May 3 22:27:58 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.255 2018/05/01 19:50:34 christos Exp $ +# $NetBSD: Makefile,v 1.256 2018/05/03 22:27:58 sevan Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -210,6 +210,8 @@ SUBDIR+= ../external/bsd/fetch/lib # dep SUBDIR+= ../external/bsd/openldap/lib # depends on libcrypto, ... .endif +SUBDIR+= ../libexec/httpd/libbozohttpd # depends on libssl & libcrypto + #==================== 3rd library dependency barrier ==================== SUBDIR+= .WAIT