Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Hello libbozohttpd(3)
details: https://anonhg.NetBSD.org/src/rev/c44aab55fc3d
branches: trunk
changeset: 318722:c44aab55fc3d
user: sevan <sevan%NetBSD.org@localhost>
date: Thu May 03 22:27:58 2018 +0000
description:
Hello libbozohttpd(3)
Enabling as it is a dependency for bozohttpd(3lua).
diffstat:
distrib/sets/lists/base/shl.mi | 5 ++++-
distrib/sets/lists/comp/mi | 6 +++++-
distrib/sets/lists/man/mi | 4 +++-
lib/Makefile | 4 +++-
4 files changed, 15 insertions(+), 4 deletions(-)
diffs (89 lines):
diff -r 0af0987ef9a8 -r c44aab55fc3d distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi Thu May 03 21:43:33 2018 +0000
+++ b/distrib/sets/lists/base/shl.mi Thu May 03 22:27:58 2018 +0000
@@ -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
diff -r 0af0987ef9a8 -r c44aab55fc3d distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu May 03 21:43:33 2018 +0000
+++ b/distrib/sets/lists/comp/mi Thu May 03 22:27:58 2018 +0000
@@ -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
diff -r 0af0987ef9a8 -r c44aab55fc3d distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Thu May 03 21:43:33 2018 +0000
+++ b/distrib/sets/lists/man/mi Thu May 03 22:27:58 2018 +0000
@@ -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
diff -r 0af0987ef9a8 -r c44aab55fc3d lib/Makefile
--- a/lib/Makefile Thu May 03 21:43:33 2018 +0000
+++ b/lib/Makefile Thu May 03 22:27:58 2018 +0000
@@ -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/openldap/lib # depends on libcrypto, ...
.endif
+SUBDIR+= ../libexec/httpd/libbozohttpd # depends on libssl & libcrypto
+
#==================== 3rd library dependency barrier ====================
SUBDIR+= .WAIT
Home |
Main Index |
Thread Index |
Old Index