summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-09 14:02:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 10:29:38 +0200
commitbb80d9df8bac71eedee1a6787ca63aef972a7e48 (patch)
tree1b5cb9443c5ead5706c35afb618abbbd1592315e /libbsd.py
parentUpdate to FreeBSD head 2017-10-01 (diff)
downloadrtems-libbsd-bb80d9df8bac71eedee1a6787ca63aef972a7e48.tar.bz2
Update to FreeBSD head 2017-12-01
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/libbsd.py b/libbsd.py
index 55c87aa7..e644e4f5 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -64,6 +64,7 @@ _defaults = {
'freebsd/include',
'freebsd/lib',
'freebsd/lib/libbsdstat',
+ 'freebsd/lib/libcasper',
'freebsd/lib/libc/include',
'freebsd/lib/libc/isc/include',
'freebsd/lib/libc/resolv',
@@ -443,7 +444,6 @@ class base(builder.Module):
'sys/sys/sockbuf.h',
'sys/sys/socketvar.h',
'sys/sys/sockopt.h',
- 'sys/sys/sockstate.h',
'sys/sys/stddef.h',
'sys/sys/stdint.h',
'sys/sys/_sx.h',
@@ -2591,6 +2591,9 @@ class user_space(builder.Module):
'include/sysexits.h',
'lib/lib80211/lib80211_ioctl.h',
'lib/lib80211/lib80211_regdomain.h',
+ 'lib/libcasper/libcasper/libcasper.h',
+ 'lib/libcasper/services/cap_dns/cap_dns.h',
+ 'lib/libcasper/services/cap_syslog/cap_syslog.h',
'lib/libc/db/btree/btree.h',
'lib/libc/db/btree/extern.h',
'lib/libc/db/recno/extern.h',
@@ -3101,11 +3104,12 @@ class crypto_openssl(builder.Module):
'crypto/openssl/crypto/rsa/rsa_locl.h',
'crypto/openssl/crypto/whrlpool/whrlpool.h',
'crypto/openssl/crypto/whrlpool/wp_locl.h',
- 'crypto/openssl/crypto/asn1/asn1t.h',
- 'crypto/openssl/crypto/asn1/charmap.h',
- 'crypto/openssl/crypto/asn1/asn1_mac.h',
'crypto/openssl/crypto/asn1/asn1.h',
+ 'crypto/openssl/crypto/asn1/asn1_int.h',
'crypto/openssl/crypto/asn1/asn1_locl.h',
+ 'crypto/openssl/crypto/asn1/asn1_mac.h',
+ 'crypto/openssl/crypto/asn1/asn1t.h',
+ 'crypto/openssl/crypto/asn1/charmap.h',
'crypto/openssl/crypto/ec/ec_lcl.h',
'crypto/openssl/crypto/ec/ec.h',
'crypto/openssl/crypto/conf/conf.h',