summaryrefslogtreecommitdiff
path: root/net/openresolv
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-03update master sitezafer1-2/+2
2020-07-22Update to openresolv-3.11.0 with the following changes:roy3-8/+10
* notify avahi-daemon of resolv.conf being changed * notify mdnsd of resolv.conf being changed
2020-01-27Update to openresolv-3.10.0 with the following changes:roy2-7/+7
* Default support for WireGuard interfaces * Add allow_interfaces and deny_interfaces configuration knobs
2019-09-08Import openresolv-3.9.2 with the following changes:roy3-8/+9
* dnsmasq: clear cache after updating servers via dbus * pdns_recursor: Fix global forwards (thus now installed by default) * man: layout and misc fixes
2019-07-17Update to openresolv-3.9.1 with the following changes:roy2-7/+7
* More strict POSIX shell support * Interfaces have an implicit metric of 0 unless specified * Inline comments are stripped from nameserver and domain entries
2017-09-16openresolv: follow redirectwiz1-3/+2
2016-02-22Import openresolv-3.7.3 with the following changes:roy2-7/+7
* Save the initial working directory and change to it just before running any scripts. This avoids scripts putting files accidently where they shouldn't. * Strip trailing dot from search and domain names. * man page improvements.
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-29Update to 3.7.2 with one change:roy2-6/+6
* TMPDIR is no longer defined Applications which use TMPDIR and expect it to be a valid directory no longer complain.
2015-09-29openresolv-3.7.1 has been released with the following changes:roy2-7/+7
* Typo's, thanks to Herbert Parentes Fortes Neto * Clarify that private_interfaces="*" will not forward the root zone * Change from bzip2 to xz for builiding the source tarball * ensure that domain-insecure always appears in a server clause for the unbound subscriber
2014-04-30Import openresolv-3.5.7 with the following change:roy2-6/+6
Enforce serialisation of resolvconf updates.
2013-07-18remove unwanted vi/ex commandobache1-2/+1
2013-07-12Update to openresolv-3.5.6roy2-6/+7
Highlights include: * Fixed name_servers[_append] and search_domains[_append] to suscribers other than libc
2013-06-21Wire down the 'libexec' directory, to avoid configure making decisions thatdsainty1-1/+2
don't match PLIST. Fixes build on Ubuntu. No change on platforms where the package would successfully build, so no bump required.
2013-06-04Update to openresolv-3.5.5roy2-6/+6
Highlights include: * IPv6 support * Sending IPv6 namesevers to dnsmasq through DBus * Slackware supported * systemd support * Many fixes
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-16Make sure the correct install tool is used.hans1-1/+3
2011-06-13Update to openresolv-3.4.2 which fixes printf(1) usageroy2-6/+6
2010-11-05Import openresolv-3.4.0 with the following changesroy3-11/+13
* pdnsd support * Ability to append to the search domains
2009-12-04Import openresolv-3.3.4roy2-6/+6
Changes from openresolv-3.3.3 include: * private_interfaces is now shell expandable (ie, fxp*) * dnsmasq resolver restarting with DBus is now fixed * unbound resolver is sent SIGHUP for reload instead of forced restart * subscribers with the execute bit are executed, otherwise sourced into a subshell for speed
2009-11-21Import openresolv-3.3.3roy3-7/+8
Changes since 3.3.1 include: * unbound support * documentation updates * more configuration options
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-30Update to openresolv-3.3.1roy2-6/+6
Change from 3.3 is dnsmasq now finds extra dbus pidfile locations correctly
2009-04-22Update to openresolv-3.3roy2-6/+6
Changes from 3.2 include * Logic to restart each service is now embedded in subscribers at compile time, which reduces runtime code size. This is also configurable in resolvconf.conf. * If subscribers are called from resolvconf, they no longer re-execute it to get the data they need. This saves on a lot of forking and as a result a fair bit faster. * A bug was fixed in the dnsmasq susbcriber where the domain name servers weren't used correctly.
2009-04-20Add LICENSEroy1-1/+2
2009-04-20Update to openresolv-3.2roy2-6/+6
Changes from 3.1.1 include * resolv_conf_passthrough makes the libc subscriber just copy the latest resolv.conf to \$resolv_conf * private_interfaces allows resolv.conf nameservers to be private for the domains in the same file. Requires a resolver other than libc.
2009-03-19Update to 3.1.1 to fix a problem with the dnsmasq subscriber.roy2-6/+6
2009-03-18Update to openresolv-3.1roy2-6/+6
Changes since 3.0: * New variable dynamic_order * interface processing now interface_order, dynamic order without metric, metric and and everything else in lexical order
2009-03-17Use roy@NetBSD.org instead of my personal email.roy1-2/+2
2009-03-16Update to openresolv-3.0roy4-18/+17
No functional changes since 2.x, but the configuration has moved from lots of little configuration files into one easier to manage configuration file with a nice man page - resolvconf.conf
2009-03-14Update to openresolv-2.1roy4-24/+16
No functional changes since 2.0.1 aside from moving the shell scripts out of etc and into libexec. The configuration files in etc/resolvconf/resolv.conf.d have been moved into resolvconf.
2009-02-07Update to openresolv-2.0.1roy2-6/+7
Fixes metric support and busybox shell sending dbus to dnsmasq.
2008-12-16Satisfy pkglintroy1-1/+6
2008-12-16/etc/resolv.conf is a file that holds the configuration for the localroy5-0/+67
resolution of domain names. Normally this file is either static or maintained by a local daemon, normally a DHCP daemon. But what happens if more than one thing wants to control the file? Say you have wired and wireless interfaces to different subnets and run a VPN or two on top of that, how do you say which one controls the file? It's also not as easy as just adding and removing the nameservers each client knows about as different clients could add the same nameservers. Enter resolvconf, the middleman between the network configuration services and /etc/resolv.conf. resolvconf itself is just a script that stores, removes and lists a full resolv.conf generated for the interface. It then calls all the helper scripts it knows about so it can configure the real /etc/resolv.conf and optionally any local nameservers other can libc.