aboutsummaryrefslogtreecommitdiff
path: root/lib/libunbound
Commit message (Collapse)AuthorAgeFilesLines
* unbound: Vendor import 1.22.0Cy Schubert2024-10-251-3/+5
| | | | | | | | | Release notes at https://nlnetlabs.nl/news/2024/Oct/17/unbound-1.22.0-released/ Merge commit '0a6d797cf6eb751d7eb613900cd19803e05d905f' into main (cherry picked from commit 46d2f61818f594174cafe31ee338c6e083fa1876)
* unbound: Vendor import 1.21.1Cy Schubert2024-10-101-3/+3
| | | | | | | | | | | Release notes at https://nlnetlabs.nl/news/2024/Oct/03/unbound-1.21.1-released/ Security: CVE-2024-8508 Merge commit '9b8db746ac608ff7cdad3c9ac7ac395319e4ea0f' (cherry picked from commit 5a5c2279813012882e59aa7bb51d50c5baba3b1e)
* unbound: Vendor import 1.21.0Cy Schubert2024-08-231-6/+9
| | | | | | | | | Release notes at https://nlnetlabs.nl/news/2024/Aug/15/unbound-1.21.0-released/ Merge commit '96ef46e5cff01648c80c09c4364d10bc6f58119d' (cherry picked from commit 5685098846d7f11ad642d9804d94dc7429a7b212)
* unbound: Vendor import 1.20.0Cy Schubert2024-05-201-3/+3
| | | | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/ Security: The DNSBomb vulnerability CVE-2024-33655 Merge commit 'c2a80056864d6eda0398fd127dc0ae515b39752b' into main (cherry picked from commit 335c7cda12138f2aefa41fb739707612cc12a9be)
* unbound: Vendor import 1.19.3Cy Schubert2024-03-241-3/+3
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2024/Mar/14/unbound-1.19.3-released/ Merge commit '5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc' into main (cherry picked from commit b7c0c8c18e0f12bc22e251fbcabad719b364a38a)
* unbound: Vendor import 1.19.1Cy Schubert2024-02-171-2/+2
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/ Security: CVE-2023-50387, CVE-2023-50868 (cherry picked from commit b76ef9a7cb8a7c62d10ae8101f41014f34819174)
* Unbound: Manually update version stringsCy Schubert2023-11-281-3/+3
| | | | | | | | | This was missed earlier today. Reported by: "Herbert J. Skuhra" <herbert@gojira.at> Fixes: 16fd0b249104 (cherry picked from commit 67267734315c6a48db31697f0a0669fa1f985969)
* unbound: Vendor import 1.18.0Cy Schubert2023-10-042-5/+7
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2023/Aug/30/unbound-1.18.0-released/ Merge commit '401770e05c71ecb5ae61a59d316069b4b78bf622' into main (cherry picked from commit 8f76bb7dad48538c6832c2fb466a433d2a3f8cd5)
* unbound: Move config.h to lib directory.Dag-Erling Smørgrav2023-08-192-2/+1546
| | | | | | | It was originally in contrib, and moved to usr.sbin in 6692aa840c1f; I always thought lib would make more sense but never got around to moving it. Reviewed by: cy Differential Revision: https://reviews.freebsd.org/D41504
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* libunbound: Request the OpenSSL 1.1 APIPierre Pronchery2023-05-311-0/+1
| | | | | | | | | | | | | | | OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in use for the purpose of hiding deprecated interfaces and enabling the appropriate deprecation notices. This change is a NFC while we're still using OpenSSL 1.1.1 but will avoid deprecation warnings upon the switch to OpenSSL 3.0. A future update may migrate to use the OpenSSL 3.0 APIs. PR: 271615 Reviewed by: emaste Sponsored by: The FreeBSD Foundation
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
|
* unbound: Reapply Vendor import 1.17.0Cy Schubert2022-10-161-1/+2
| | | | | | | | | | | Reapply 643f9a0581e8aac7eb790ced1164748939829826. 64d318ea98b7 was a mismerge during fake rebase. Let's reapply it. Changes include: Added ACL per interface, proxy protocol and bug fixes. Announcement: https://nlnetlabs.nl/news/2022/Oct/13/unbound-1.17.0-released/ Merge commit '643f9a0581e8aac7eb790ced1164748939829826' into main
* Revert "unbound: Vendor import 1.17.0"Cy Schubert2022-10-161-2/+1
| | | | | | | This reverts commit 64d318ea98b7c59f5567d47a9a8474887d8b5cb8, reversing changes made to 8063dc03202fad7d6bdf34976bc8556fa3f23fa1. Revert a mismerge which reversed 8063dc03202fad7d6bdf34976bc8556fa3f23fa1.
* unbound: Vendor import 1.17.0Cy Schubert2022-10-161-1/+2
| | | | | | | | Added ACL per interface, proxy protocol and bug fixes. Announcement: https://nlnetlabs.nl/news/2022/Oct/13/unbound-1.17.0-released/ Merge commit '643f9a0581e8aac7eb790ced1164748939829826' into new_merge
* MFV r361322:Cy Schubert2020-05-211-2/+2
| | | | | | | | | | | | | | | | | | Update unbound 1.9.6 --> 1.10.1. Bug Fixes: - CVE-2020-12662 Unbound can be tricked into amplifying an incoming query into a large number of queries directed to a target. - CVE-2020-12663 Malformed answers from upstream name servers can be used to make Unbound unresponsive. Reported by: emaste MFC after: 3 days Relnotes: yes Security: CVE-2020-12662, CVE-2020-12663 Notes: svn path=/head/; revision=361344
* Unbound's config.h is manually maintained, using a ./configure producedCy Schubert2020-01-131-0/+1
| | | | | | | | | | | | config.h as a guide. In practice contributed software maintains a copy of config.h within its build directory tree containing its Makefile. usr.sbin/unbound is the home for its config.h. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D22983 Notes: svn path=/head/; revision=356676
* Update Makefile for 1.8.0, apologies for the breakage.Dag-Erling Smørgrav2018-10-101-5/+5
| | | | | | | Approved by: re (kib) Notes: svn path=/head/; revision=339276
* Upgrade Unbound to 1.7.2. More to follow.Dag-Erling Smørgrav2018-09-101-6/+6
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338568
* Upgrade Unbound to 1.6.4. More to follow.Dag-Erling Smørgrav2018-05-121-13/+14
| | | | Notes: svn path=/head/; revision=333561
* Upgrade Unbound to 1.6.2. More to follow.Dag-Erling Smørgrav2018-05-121-3/+3
| | | | Notes: svn path=/head/; revision=333559
* Upgrade Unbound to 1.6.1. More to follow.Dag-Erling Smørgrav2018-05-121-0/+1
| | | | Notes: svn path=/head/; revision=333557
* Upgrade Unbound to 1.6.0. More to follow.Dag-Erling Smørgrav2018-05-121-1/+1
| | | | Notes: svn path=/head/; revision=333552
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
| | | | | | | | | | This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312473
* Upgrade to Unbound 1.5.9.Dag-Erling Smørgrav2016-09-041-13/+13
| | | | Notes: svn path=/head/; revision=305381
* MFHGlen Barber2016-03-141-1/+1
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=296869
| * Add to CFLAGS, rather than replacing.Justin Hibbits2016-03-111-1/+1
| | | | | | | | | | | | | | This allows additional CFLAGS, as set in bsd.cpu.mk, to go through. Notes: svn path=/head/; revision=296677
* | MFHGlen Barber2016-03-021-12/+0
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=296318
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-12/+0
| | | | | | | | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295989
* | MFHGlen Barber2016-02-151-1/+1
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295639
| * Use the new insecure-lan-zones option instead of listing each AS112 zoneDag-Erling Smørgrav2016-02-111-1/+1
| | | | | | | | | | | | | | | | | | separately. MFC after: 3 days Notes: svn path=/head/; revision=295535
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* | MFH r289384-r293170Glen Barber2016-01-041-1/+1
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=293172
| * META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291563
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* | Merge from headBaptiste Daroussin2015-10-012-3/+1
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=288441
| * META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | | | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
| * Upgrade to Unbound 1.5.4.Dag-Erling Smørgrav2015-09-171-1/+1
| | | | | | | | Notes: svn path=/head/; revision=287917
* | Merge from headBaptiste Daroussin2015-06-151-0/+37
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=284410
| * Add META_MODE support.Simon J. Gerraty2015-06-131-0/+37
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| | * Merge sync of headSimon J. Gerraty2015-05-271-6/+5
| | |\ | | |/ | |/| | | | Notes: svn path=/projects/bmake/; revision=283595
| | * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| | |\ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| | * \ Merge head from 7/28Simon J. Gerraty2014-08-192-10/+32
| | |\ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| | * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| | * | | New dependenciesSimon J. Gerraty2013-10-161-0/+22
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256630
* | | | | Add libunbound to the unbound packageBaptiste Daroussin2015-03-051-0/+1
|/ / / / | | | | | | | | | | | | Notes: svn path=/projects/release-pkg/; revision=279659
* | | | Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users build FreeBSD as non-root in Perforce workspaces. By default, Perforce sets files read-only unless they're explicitly being edited. As a result, the -f argument must be used to cp in order to override the read-only flag when copying source files to object directories. Bare use of 'cp' should be avoided in the future. Update all current users of 'cp' in the src tree. Reviewed by: emaste MFC after: 1 week Sponsored by: Spectra Logic Notes: svn path=/head/; revision=277273
* | | | Upgrade to Unbound 1.5.1. Almost all our local changes to date have beenDag-Erling Smørgrav2015-01-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | adopted upstream, greatly reducing the diff. Notes: svn path=/head/; revision=276605
* | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| | | | | | | | | | | | | | | | | While here reduce a bit overlinking Notes: svn path=/head/; revision=275024