Searched +full:libbsd +full:- +full:dev (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/elftoolchain/ |
| H A D | .cirrus.yml | 3 image: freebsd-11-2-release-amd64 4 install_script: pkg install -y git py27-yaml 6 - fetch http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz 7 - tar -x -C test/tet -f tet3.8-src.tar.gz 8 - make 14 - apt-get update 15 - apt-get install -y 17 libarchive-dev libbsd-dev libc6-dev libexpat1-dev lsb-release 18 m4 perl python-yaml sharutils zlib1g-dev 20 - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz [all …]
|
| /src/contrib/unbound/ |
| H A D | configure.ac | 1 # -*- Autoconf -*- 16 …([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or … 31 # 1.3.0 had 1:0:0 # ub_cancel and -export-symbols. 36 # 1.4.0-snapshots had 1:5:0 125 # Current -- the number of the binary API that we're implementing 126 # Revision -- which iteration of the implementation of the binary 128 # Age -- How many previous binary API versions do we also 148 cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`" 172 if uname -s 2>&1 | grep MINGW >/dev/null; then on_mingw="yes" 174 if echo $host | grep mingw >/dev/null; then on_mingw="yes" [all …]
|
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( [all …]
|
| /src/contrib/expat/ |
| H A D | Changes | 14 !! - teaming up on fixing the UNFIXED SECURITY ISSUES listed at: !! 18 !! - teaming up on researching and fixing future security reports and !! 19 !! ClusterFuzz findings with few-days-max response times in communication !! 23 !! - implementing and auto-testing XML 1.0r5 support !! 26 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 29 !! THANK YOU! Sebastian Pipping -- Berlin, 2026-03-17 !! 34 #1158 CVE-2026-32776 -- Fix NULL function pointer dereference for 39 #1161 #1162 CVE-2026-32777 -- Protect from XML_TOK_INSTANCE_START 44 #1163 CVE-2026-32778 -- Fix NULL dereference in function setContext 45 on retry after an earlier ouf-of-memory condition; it takes [all …]
|
| /src/tools/build/ |
| H A D | Makefile | 42 _XCODE_ROOT!=xcode-select -p 46 # Only command line tools installed -> host headers are in the SDKs directory 49 # Full XCode installed -> host headers are below Platforms/MacOSX.platform 54 .error You must install the macOS SDK (try xcode-select --install) 60 # Allow building libc-internal files (also on non-FreeBSD hosts) 61 CFLAGS+= -I${.CURDIR}/libc-bootstrap 62 # Symbol versioning is not required for -legacy (and macOS bootstrap) 65 _WITH_PWCACHEDB!= grep -c pwcache_groupdb ${HOST_INCLUDE_ROOT}/grp.h || true 67 .PATH: ${.CURDIR}/../../contrib/libc-pwcache 68 CFLAGS.pwcache.c+= -I${.CURDIR}/../../contrib/libc-pwcache [all …]
|
| /src/contrib/libpcap/ |
| H A D | configure.ac | 24 # These are the variables that are used in Makefile, pcap-config, and 42 # pcap-config, so that "pcap-config --libs --static" will report them. 45 # REQUIRES_PRIVATE: pkg-config package names for additional libraries 48 # so that "pkg-config --libs --static" will report them, and so that 52 # V_CCOPT: additional compiler flags other than -I and -D flags 56 # V_DEFS: additional -D compiler flags needed when compiling 59 # V_INCLS: additional -I compiler flags needed when compiling 63 # library needs to be linked. Used in Makefile; not used in pcap-config 66 # that dynamic library doesn't have to link with those libraries - 72 # in pcap-config, so that "pcap-config --libs --static" will report [all …]
|
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 12 ## -------------------- ## 14 ## -------------------- ## 19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 44 # Quoting is to prevent editors from complaining about space-tab. [all …]
|
| H A D | CMakeLists.txt | 13 # on a "long-term support" version # of some OS and that 18 # on a "long-term support" version # of some OS and that 102 # If you set an architecture flag such as -m32 or -m64 in CFLAGS 109 # 64-bit, and Oracle Studio's C++ compiler, which will default to 110 # building 32-bit, the size for C++ will win, and, again, hilarity 120 # shipping a pre-built shared library cache, at least), and we do the 128 # For getting raw lists of --libs and --libs --static information from a 129 # pkg-config module. 134 # a UN*X, -l can be prefixed - i.e., names, without extensions, 137 # containing the libraries, to which, on a UN*X, -L can be [all …]
|
| /src/crypto/openssh/ |
| H A D | configure.ac | 2 # Copyright (c) 1999-2004 Damien Miller 16 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 22 if test "$i" -nt "$srcdir/configure"; then 33 AC_MSG_CHECKING([if $CC supports C99-style variadic macros]) 37 ]], [[return F(1, 2, -3);]])], 39 [ AC_MSG_ERROR([*** OpenSSH requires support for C99-style variadic macros]) ] 65 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no]) 72 MANFMT="$NROFF -mandoc" 74 MANFMT="$GROFF -mandoc -Tascii" 87 if test -x /sbin/sh; then [all …]
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 11 - version set to 1.24.0 for release. 12 - tag for 1.24.0rc1. 13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 20 - Update documentation for using "SET ... EX" in Redis. 21 - Document max buffer sizes for Redis commands. 22 - Update man pages. [all …]
|