| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: mat@ (maintainer)
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add some experimental backends
while here
- Convert USE_LUA to USES
PR: ports/185824
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Add some experimental backends
while here
- Convert USE_LUA to USES
PR: ports/185824
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
| |
PR: ports/185881
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Reported by: miwi
|
|
|
|
|
|
|
| |
- Fix issue during installation[1]
- Remove incorrect pkg-message
Submitted by: Серж ИвановЪ <evasive.gyron at gmail.com> (via private mail)
|
|
|
|
|
| |
PR: ports/185881
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add stage support
- Use options helpers
- Use PLIST_FILES instead of pkg-plist
PR: ports/185714
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: ports/185472
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
|
|
|
|
|
|
| |
https://kb.isc.org/article/AA-01078/74/
9.9.4 -> 9.9.4-P2
9.8.6 -> 9.8.6-P2
9.6-ESV-R10 -> 9.6-ESV-R10-P2
Security: CVE-2014-0591 Remote DOS
|
| |
|
|
|
|
|
|
| |
- trim comment
- fix dependencies
- use python autoplist feature
|
|
|
|
| |
Spotted by: antoine
|
| |
|
|
|
|
| |
Submitted by: ketas
|
|
|
|
|
|
|
| |
check for it, and espcially not for a wrong value.
Noticed by: Stefan Bethke <stb@lassitu.de>
Approved by: mat (maintainer)
|
| |
|
|
|
|
|
| |
This time, it seems all of REPLACE_BASE, not REPLACE_BASE and post Bind removal
from base seem to work consistently.
|
| |
|
|
|
|
|
| |
PR: ports/ports/176782
Submitted by: Jeremy C. Reed
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
dns/bin99 port in these cases. That fixes an error on the FreeBSD package
build server.
2. Support staging.
3. Support LICENSE framework.
PR: ports/185267
Submitted by: Frank Behrens <frank@harz2014.behrens.de> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
handling, etc.
PR: 184949
Submitted by: Brad Davis
|
| |
|
|
|
|
|
|
|
|
|
| |
- Implement dynamic interface discovery on *BSD
- Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch.
- Ignore ",," in dhcp-host, rather than treating it as ",0,"
Invent an additional .0 so we can later have 2.69rc... releases without
touching PORTEPOCH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
|
|
|
|
| |
- Enable stage support
- Bump PORTREVISION
|
|
|
|
|
| |
PR: ports/185224
Submitted by: Takefu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the PR:
When submitting PR 183682 I was unaware the patch as in PR 182792 wasn't
committed yet. So to my amazing I just noticed the startup problem still
exists.
Enclosed patch is basicly the same as the uncommited one, but besides the
removal of the -w option, knotd now starts by default as a daemon (-d) in
stead of interactive (-i). So I could simplify the startup script a lot.
PR: ports/183891
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While I'm here:
- Fix LICENSE
- Update and sort *_DEPENDS
- Fix shebang
Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes
PR: ports/184958
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
URPL::Prepare is a Perl module that prepares hostname for URBL domain lookup
and is used by Net::DNSBL::MultiDaemon
WWW: http://search.cpan.org/dist/URBL-Prepare/
PR: ports/185089
Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
| |
|
|
|
|
| |
Pointy hat: wg
|
|
|
|
|
|
|
| |
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit)
|
|
|
|
|
| |
PR: 184560
Submitted by: Dewayne <dewayne@heuristicsystems.com.au>
|
|
|
|
|
|
|
|
|
| |
- Remove non needed directory creation in stage
- Fix exec line in pkg-plist, ETCDIR already contains
installation prefix and portname directory in etc
PR: ports/184583 [1]
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
Submitted by: wg (myself, via email)
Approved by: maintainer
|
|
|
|
|
|
| |
OSVERSION is platform-specific and must be used with OPSYS.
Approved by: maintainer (erwin)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes bind-interfaces with IPv6 on FreeBSD.
version 2.68
Use random addresses for DHCPv6 temporary address
allocations, instead of algorithmically determined stable
addresses.
Fix bug which meant that the DHCPv6 DUID was not available
in DHCP script runs during the lifetime of the dnsmasq
process which created the DUID de-novo. Once the DUID was
created and stored in the lease file and dnsmasq
restarted, this bug disappeared.
Fix bug introduced in 2.67 which could result in erroneous
NXDOMAIN returns to CNAME queries.
Fix build failures on MacOS X and openBSD.
Allow subnet specifications in --auth-zone to be interface
names as well as address literals. This makes it possible
to configure authoritative DNS when local address ranges
are dynamic and works much better than the previous
work-around which exempted contructed DHCP ranges from the
IP address filtering. As a consequence, that work-around
is removed. Under certain circumstances, this change wil
break existing configuration: if you're relying on the
contructed-range exception, you need to change --auth-zone
to specify the same interface as is used to construct your
DHCP ranges, probably with a trailing /6 like this:
--auth-zone=example.com,eth0/6 to limit the addresses to
IPv6 addresses of eth0.
Fix problems when advertising deleted IPv6 prefixes. If
the prefix is deleted (rather than replaced), it doesn't
get advertised with zero preferred time. Thanks to Tsachi
for the bug report.
Fix segfault with some locally configured CNAMEs. Thanks
to Andrew Childs for spotting the problem.
Fix memory leak on re-reading /etc/hosts and friends,
introduced in 2.67.
Check the arrival interface of incoming DNS and TFTP
requests via IPv6, even in --bind-interfaces mode. This
isn't possible for IPv4 and can generate scary warnings,
but as it's always possible for IPv6 (the API always
exists) then we should do it always.
Tweak the rules on prefix-lengths in --dhcp-range for
IPv6. The new rule is that the specified prefix length
must be larger than or equal to the prefix length of the
corresponding address on the local interface.
|
|
|
|
|
|
|
| |
adjust OSVERSION evaluation in ports that specifically use '100050N'.
Approved by: affected maintainers (implicit)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
| |
- While I'm here, add LICENSE and convert to new LIB_DEPENDS format
Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-4-3/
PR: ports/184516
Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
|
|
|
|
|
|
|
|
| |
- While I'm here, add LICENSE
Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-3-16/
PR: ports/184515
Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
|
|
|
|
|
| |
Bullet hole in foot: joeld
Pointy hat: erwin
|
|
|
|
| |
Submitted by: sunpoet
|
|
|
|
|
|
|
|
|
|
| |
non-local addresses. Important upstream changes between -rc4 and -rc5:
- Don't overwrite errno before generating message.
- Garbage collect listening sockets when their address is deleted.
- Only set scope_id in addresses to bind() for linklocal addresses.
- Check arrival interface of IPv6 requests, even in --bind-interfaces.
- Relax rules in prefix length in (IPv6) dhcp-range.
|
|
|
|
| |
- Update GitHub repository link
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new options helper
- Remove DOCS
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
|
|
|
| |
makeplist.
|
| |
|
|
|
|
|
|
|
| |
Upstream changes:
- Add missing malloc() return-code check.
- Do immediate RA when a prefix goes from old->current.
- Fixes to various compiler warnings.
|
|
|
|
|
|
| |
2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts.
241fa9c Remove arc4random, we have a good RNG and it's a portability problem.
e142a83 Merge messages to .po files.
|
| |
|
|
|
|
|
| |
Tested by: poudriere
Approved by: portmgr (bapt)
|
|
|
|
| |
- Take maintainership.
|
|
|
|
| |
Reported by: Leo Vandewoestijne
|
|
|
|
|
| |
PR: ports/182709
Reported by: Mathieu Arnold <mat@mat.cc>
|
|
|
|
|
|
| |
PR: ports/182709
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: maintainer
|
|
|
|
| |
capabilities.
|
|
|
|
|
| |
Submitted by: sunpoet (myself)
Approved by: erwin (maintainer)
|
|
|
|
|
|
| |
PR: 184159 [1]
Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com> [1],
Trond Endrestoel <Trond.Endrestol@ximalas.info> (private email)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Tie-DNS/Changes
|
|
|
|
| |
Changes: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007808.html
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Fix CONFIGURE_ARGS
|
|
|
|
|
|
|
|
| |
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr)
|
| |
|
|
|
|
| |
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/names/topfiles/NEWS
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=gmake
- Stagify
- Use OPTIONS_SUB
- Install whatever docs would be installed by the installer.
Ruby 1.9 is encoding aware, and it can't open a non US-ASCII file if LANG is
unset (or if LANG mismatches the encoding of the file.)
maintainer timeout.
PR: ports/183413
Submitted by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For all new features, see
http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features
This version replaces the nsdc control program with nsd-control.
This requires some manual setup with nsd-control-setup and editing
of the config files. nsd-control is incompatible with nsdc so when
that is used in scripts, these should be adapted.
NSD 3 is still supported as dns/nsd3.
PR: 183888
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
|
|
|
|
|
|
|
|
|
|
|
| |
On FreeBSD 10.0, all configuration is installed under
/usr/local/etc/namedb and installs its own rc script in
$PREFIX, which no longer support chroot installations.
LINKS and REPLACE_BASE options are not supported on 10.0
for obvious reasons.
Note for FreeBSD 9.x and earlier users, LINKS is no longer
the default option, though still supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On FreeBSD 10.0, all configuration is installed under
/usr/local/etc/namedb and installs its own rc script in
$PREFIX, which no longer support chroot installations.
LINKS and REPLACE_BASE options are not supported on 10.0
for obvious reasons.
Note for FreeBSD 9.x and earlier users, LINKS is no longer
the default option, though still supported.
An UPDATING entry will follow after bind99 is fixed
as well.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On FreeBSD 10.0, all configuration is installed under
/usr/local/etc/namedb and installs its own rc script in
$PREFIX, which no longer support chroot installations.
LINKS and REPLACE_BASE options are not supported on 10.0
for obvious reasons.
Note for FreeBSD 9.x and earlier users, LINKS is no longer
the default option, though still supported.
An UPDATING entry will follow after bind96 and bind99 are fixed
as well.
|
|
|
|
|
|
|
|
| |
- Use options helpers to simplify the Makefile
- Remove SQLITE2 option as it was dropped from powerdns on 2012
PR: ports/182902
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
|
|
|
|
| |
- Remove SQLITE2 option as it was dropped from powerdns on 2012
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update COMMENT
- Add LICENSE
- Sort *_DEPENDS
- Add TEST_DEPENDS
- Convert to new options framework
- Use USES=shebangfix
- Take maintainership
Changes: http://search.cpan.org/dist/Tie-DNS/Changes
|
|
|
|
|
| |
PR: ports/183734
Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Update to 1.3.3
- Fix pkg-plist
PR: ports/183682
Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer)
|
|
|
|
| |
there's nothing to replace.
|
| |
|
|
|
|
|
|
| |
PR: oorts/182586
Submitted by: Craig Leres <leres ee.lbl.gov>
Approved by: maintainer (timeout)
|
|
|
|
|
|
|
|
|
| |
- Add STAGE support
- Add OPTION for liburcu
- Move pid file to /var/run instead of /usr/local/var/run
PR: ports/183582
Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
|
|
|
|
| |
Submitted by: "Felix J. Ogris" <fjo@ogris.de>
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Bump PORTREVISION for dependency change
PR: ports/182967
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 17 days)
|
|
|
|
| |
Now those ports can be packaged as a user.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
particularly with NLS enabled when libidn was built without NLS.
While here, group OPTIONS and clean up things a bit, and print
configuration of port and libidn port for debugging.
The particular build failure was
Reported by: Yuri Vorobyev
|
| |
|
|
|
|
|
|
|
|
| |
Changelog: <http://www.thekelleys.org.uk/dnsmasq/CHANGELOG>
Enable NLS and IPV6 options by default.
Use shebangfix on files that need it.
Mark dnsmasq-devel (older than release) IGNORE.
|
|
|
|
|
|
|
| |
- Add stage support
PR: ports/183286
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
|
|
|
|
|
| |
PR: ports/183243
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
REVERT: Add --force-fast-ra option. Another thanks to Uwe Schindler.
NEW:
+ Update Spanish transalation. Thanks to Vicente Soriano.
+ Add --ra-param option. Thanks to Vladislav Grishenko for
+ inspiration on this.
+ Add --add-subnet configuration, to tell upstream DNS
+ servers where the original client is. Thanks to DNSthingy
+ for sponsoring this feature.
+ Add --quiet-dhcp, --quiet-dhcp6 and --quiet-ra. Thanks to
+ Kevin Darbyshire-Bryant for the initial patch.
+ Allow A/AAAA records created by --interface-name to be the
+ target of --cname. Thanks to Hadmut Danisch for the
+ suggestion.
+ Avoid treating a --dhcp-host which has an IPv6 address
+ as eligable for use with DHCPv4 on the grounds that it has
+ no address, and vice-versa. Thanks to Yury Konovalov for
+ spotting the problem.
+ Do a better job caching dangling CNAMEs. Thanks to Yves
+ Dorfsman for spotting the problem.
Fix shebang lines of two Perl scripts.
|
|
|
|
|
|
| |
- Fix wrong install path
PR: ports/183014
|
|
|
|
|
|
| |
Changes: http://www.xbill.org/dnsjava/dnsjava-current/Changelog
Approved by: wg/culot (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
2013-10-10 www/ruby-nora: Does not work with Ruby 1.9
www/aswiki
2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9
2013-10-15 security/flowtag: Does not work with Ruby 1.9
2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9
2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ports unearthed a serious defevt in the original build
process. This changes patches configure file.
There will be a new release of this port which will contain
a new configure file. Until then this patch is needed.
PR: 182183
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
| |
|
|
|
|
| |
Approved by: wg (mentor)
|
|
|
|
| |
- Convert to USES=gmake
|
|
|
|
|
|
|
|
|
|
| |
- Add stage support [1]
- Use OPTIONS_RADIO to handle SQLITE
- Remove indefinite article from COMMENT
PR: ports/182631
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
Approved by: wg/culot (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
It appears that the -v option (verbose) is handled slightly differently
on DragonFly. FreeBSD appears to be intolerant of where it appears in
the command line while the DragonFly version of "install" insists that
it appear in the early group of options.
In any case, these three ports may be the only ones in the entire ports
collection to use -v switch with ${INSTALL_DATA}, so for the sake of
compatibility and consistency, it is being removed from these
unmaintained ports which also local patches to be removed from DPorts.
|
|
|
|
|
|
|
|
|
|
| |
While here, support staging.
Changelog for RC1:
<http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007572.html>
Git commit log with newer rc2/rc3 tags:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=shortlog>
|
|
|
|
|
|
| |
Convert linux-f10-libasyncns to STAGEDIR (only user of AUTOMATIC_PLIST)
Approved by: portmgr (bapt)
|
|
|
|
| |
- add LICENCE.
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.3 [1]
- Add TOOLS option [1]
- Allow staging
- Convert lib depends to new format
PR: ports/182494 [1]
Submitted by: Ralf van der Enden <tremere cainites.net> (maintainer) [1]
|
|
|
|
|
|
| |
- FIx pkg-plist without AUDITOR
Reported by: mat
|
|
|
|
|
|
| |
this and have the port also add a group to avoid mergemaster conflict
Approved by: maintainer timeout (via email)
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.2 [1]
- Convert lib depends to new syntax
- Allow staging
PR: ports/182524 [1]
Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1]
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
|
|
|
|
|
|
|
| |
dependent ports.
PR: ports/182054
Approved by: gaod@hychen.org (maintainer timeout, 16 days)
|
|
|
|
|
|
| |
- Add stage support
Approved by: wg (mentor)
|
| |
|
|
|
|
| |
fewer ports.
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.15 [1]
- Honor LOCALBASE in sqlite [1]
- Convert lib depends to new format
- Allow staging
PR: ports/182246 [1]
Submitted by: Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.5.3 [1]
- USES gmake
- Remove leading article from COMMENT
- Allow staging
PR: ports/182368 [1]
Submitted by: Sten Spans <sten blinkenlights.nl> (maintainer) [1]
|
|
|
|
| |
- Allow stating
|
|
|
|
| |
Submitted by: Matej Gregr <matej.gregr@gmail.com>
|
| |
|
| |
|
|
|
|
| |
dns)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that the Rate Limiting option has been renamed.
Security Fixes
Previously an error in bounds checking on the private type
'keydata' could be used to deny service through a deliberately
triggerable REQUIRE failure (CVE-2013-4854). [RT #34238]
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
New Features
Added Response Rate Limiting (RRL) functionality to reduce the
effectiveness of DNS as an amplifier for reflected denial-of-service
attacks by rate-limiting substantially-identical responses. [RT
#28130]
Feature Changes
rndc status now also shows the build-id. [RT #20422]
Improved OPT pseudo-record processing to make it easier to support
new EDNS options. [RT #34414]
"configure" now finishes by printing a summary of optional BIND
features and whether they are active or inactive. ("configure
--enable-full-report" increases the verbosity of the summary.)
[RT #31777]
Addressed compatibility issues with newer versions of Microsoft
Visual Studio. [RT #33916]
Improved the 'rndc' man page. [RT #33506]
'named -g' now no longer works with an invalid logging configuration.
[RT #33473]
The default (and minimum) value for tcp-listen-queue is now 10
instead of 3. This is a subtle control setting (not applicable
to all OS environments). When there is a high rate of inbound
TCP connections, it controls how many connections can be queued
before they are accepted by named. Once this limit is exceeded,
new TCP connections will be rejected. Note however that a value
of 10 does not imply a strict limit of 10 queued TCP connections
- the impact of changing this configuration setting will be
OS-dependent. Larger values for tcp-listen queue will permit
more pending tcp connections, which may be needed where there
is a high rate of TCP-based traffic (for example in a dynamic
environment where there are frequent zone updates and transfers).
For most production servers the new default value of 10 should
be adequate. [RT #33029]
Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e
with PKCS#11. [RT #33463]
Added logging messages on slave servers when they forward DDNS
updates to a master. [RT #33240]
Changed the logging category for RRL events from 'queries' to
'query-errors'. [RT #33540]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security Fixes
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
Feature Changes
rndc status now also shows the build-id. [RT #20422]
Improved OPT pseudo-record processing to make it easier to support
new EDNS options. [RT #34414]
"configure" now finishes by printing a summary of optional BIND
features and whether they are active or inactive. ("configure
--enable-full-report" increases the verbosity of the summary.)
[RT #31777]
Addressed compatibility issues with newer versions of Microsoft
Visual Studio. [RT #33916]
Improved the 'rndc' man page. [RT #33506]
'named -g' now no longer works with an invalid logging configuration.
[RT #33473]
The default (and minimum) value for tcp-listen-queue is now 10
instead of 3. This is a subtle control setting (not applicable
to all OS environments). When there is a high rate of inbound
TCP connections, it controls how many connections can be queued
before they are accepted by named. Once this limit is exceeded,
new TCP connections will be rejected. Note however that a value
of 10 does not imply a strict limit of 10 queued TCP connections
- the impact of changing this configuration setting will be
OS-dependent. Larger values for tcp-listen queue will permit
more pending tcp connections, which may be needed where there
is a high rate of TCP-based traffic (for example in a dynamic
environment where there are frequent zone updates and transfers).
For most production servers the new default value of 10 should
be adequate. [RT #33029]
|
|
|
|
|
| |
PR: ports/182179
Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
|
|
|
|
|
|
|
| |
- Fix build without gcc
PR: ports/182226
Submitted by: Natacha Porté <natbsd instinctive.eu> (maintainer)
|
|
|
|
|
| |
PR: 182122
Submitted by: Uwe Doering <gemini@geminix.org>
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
|
|
|
|
|
|
| |
PR: 182012
Submitted by: mat
Approved by: maintainer
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-TLD/Changes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Use GNU macro
- Add OPTIONS_DEFINE
- Convert to new perl5 framework
- Simplify regex
Changes: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS
PR: ports/181942
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS
|
|
|
|
|
|
|
|
| |
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
| |
PR: ports/178262
Submitted by: Jan Beich <jbeich@tormail.org>
Reviewed by: ldns' port maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
| |
|
|
|
|
|
| |
Reported by: ohauer@ (mail)
Approved by: maintainer implicit
|
|
|
|
| |
Approved by: crees (mentor)
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Restore UIDs and GIDs
PR: ports/179987
Submitted by: Allan Jude <ports@scaleengine.com>, Alexandre Biancalana <ale@biancalanas.net>
Approved by: Allan Jude <ports@scaleengine.com> (maintainer)
|
|
|
|
|
|
|
| |
- Convert to new perl5 framework
- Trim Makefile header
With hat: perl@
|
|
|
|
|
|
|
|
| |
- Port cleanup to pass rclint/portlint
PR: ports/181288
Submitted by: alexey@renatasystems.org
Approved by: crees (mentor)
|
|
|
|
|
| |
- Use single space after WWW:
- Remove Author line
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Cosmetic change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.2 [1]
- USES gmake
- Unmute install commands
- Add DOCS to options
- Convert to new LIB_DEPENDS format
PR: ports/180898 [1]
Submitted by: csosstudy <csosstudy gmail.com>
Approved by: maintainer (timeout)
|
|
|
|
|
|
|
|
|
| |
- Update to 1.1.2 [1]
- Trim Makefile header [1]
- Remove MAKE_JOBS_SAFE and useless port.{pre,post}.mk
PR: ports/181379
Submitted by: Frank Behrens <frank harz2014.behrens.de> (maintainer)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: tobez@ (maintainer)
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
|
|
|
| |
Reported by: Ports-QAT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Depend on Botan 1.10 and make it new default
- Both Botan and Crypto++ can be compiled in now
- Support MySQL forks like MariaDB
- Ability to choose embedded or system-installed PolarSSL
- Convert USE_GMAKE to USES
- Use EXAMPLES OPTION in plce of NOPORTEXAMPLES
Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-3
PR: ports/180875
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
|
|
|
| |
Approved by: swills (mentor)
|
|
|
|
| |
Approved by: erwin
|
|
|
|
| |
update.
|
|
|
|
|
|
|
|
|
|
|
| |
https://kb.isc.org/article/AA-01015/0
9.9.3-p1 -> 9.9.3-P2
9.8.5-p1 -> 9.8.5-P2
9.6.x is not affected, neither is 10.x.
Security: CVE-2013-4854 Remote DOS
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
|
|
| |
Approved by: swills (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/180069
Submitted by: Alexandre Biancalana <ale@biancalanas.net>
|
|
|
|
|
|
|
|
|
|
|
| |
- Add EUI_RRTYPES option
While here:
- Remove leading article from COMMENT
- Convert tab to space in WWW: line
PR: ports/180741
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required.
|
| |
|
|
|
|
| |
Reviewed by: bapt
|
|
|
|
|
|
|
|
|
|
|
| |
external DNS zones, and DHCP configuration data from the
same hostdb.txt file.
WWW: http://everythingsysadmin.com/hostdb/
http://code.google.com/p/hostdb/
PR: ports/180589
Submitted by: Craig Rodrigues <rodrigc@FreeBSD.org>
|
|
|
|
|
| |
PR: 179379
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/179812
Submitted by: mat
Approved by: maintainer
|
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
|
|
|
|
| |
The remainder have other pending patches which I must finish before conversion.
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4.1
Changes: http://www.opendnssec.org/2013/06/27/opendnssec-1-4-1/
PR: ports/180194
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
It consists of a client that regularly sends UDP packets and a
server that updates a bind zone file or runs a command using the
peer IPv4 address of recieved UDP packets.
WWW: http://fossil.instinctive.eu/ddns/home
PR: ports/179316
Submitted by: Natacha Porte <natbsd@instinctive.eu>
|
|
|
|
|
|
| |
domain and subdomains.
WWW: http://www.simonecarletti.com/code/publicsuffix
|
| |
|
|
|
|
|
| |
PR: ports/179545
Submitted by: csosstudy <csosstudy@gmail.com> (first version), freebsd@dns-lab.com (maintainer)
|
|
|
|
|
|
|
| |
While here, replace USE_GNOME with the respective USES entries.
PR: ports/179981
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
|
|
|
|
|
| |
- Fix install to use make
- Add DOCS and EXAMPLES options
- Add LICENSE (GPLv3)
|
| |
|
|
|
|
|
|
|
|
| |
- Fix build with non-default LOCALBASE and sqlite
PR: ports/179606
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Approved by: maintainer
|
|
|
|
|
| |
PR: 179592
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
| |
- Improve COMMENT and pkg-descr
- Remove obsolete knob NO_INSTALL_MANPAGES
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/178979
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: maintainer (timeout)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.0r1 [1]
- Drop port.pre.mk in favor of port.options.mk
- Unmute install commands
Changes:
https://gitweb.labs.nic.cz/?p=knot.git;a=blob_plain;f=NEWS;hb=b83f1e9f
PR: ports/179428 [1]
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename to sysutils/liburcu (according to upstream)
- Update MOVED
- Remove userspace-rcu from sysutils/Makefile
- Add liburcu to sysutils/Makefile
- Update dns/knot LIB_DEPENDS dependency
While I'm here:
- Update to 0.7.6
- Add CONFIGURE_ARGS for correct --docdir
- Add regression-test: target
- Update COMMENT
- Re-order USE_* section
- pkg-descr: Tab->space in WWW:
- Update WWW: URL
Changes:
2013-01-09 Userspace RCU 0.7.6
* Discourage use of pthread_atfork() for call_rcu handlers
* Fix call_rcu fork handling
* test: fork handling
* Fix TLS detection: test with linker, add --disable-compiler-tls
* Cleanup: cast pthread_self() return value to unsigned long
* Fallback mechanism not working on platform where TLS is unsupported
PR: ports/179358
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security Fixes
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
Now supports NAPTR regular expression validation on all platforms,
and avoids memory exhaustion compiling pathological regular
expressions. (CVE-2013-2266) [RT #32688]
Prevents named from aborting with a require assertion failure
on servers with DNS64 enabled. These crashes might occur as a
result of specific queries that are received. (CVE-2012-5688)
[RT #30792 / #30996]
Prevents an assertion failure in named when RPZ and DNS64 are
used together. (CVE-2012-5689) [RT #32141]
See release notes for further features and bug fixes:
https://kb.isc.org/article/AA-00970/0/BIND-9.9.3-P1-Extended-Support-Version-Release-Notes.html
Security: CVE-2013-3919
CVE-2013-2266
CVE-2012-5688
CVE-2012-5689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security Fixes
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
A deliberately constructed combination of records could cause
named to hang while populating the additional section of a
response. (CVE-2012-5166) [RT #31090]
Now supports NAPTR regular expression validation on all platforms,
and avoids memory exhaustion compiling pathological regular
expressions. (CVE-2013-2266) [RT #32688]
Prevents named from aborting with a require assertion failure
on servers with DNS64 enabled. These crashes might occur as a
result of specific queries that are received. (CVE-2012-5688)
[RT #30792 / #30996]
Prevents an assertion failure in named when RPZ and DNS64 are
used together. (CVE-2012-5689) [RT #32141]
See release notes for further features and bug fixes:
https://kb.isc.org/article/AA-00969/0/BIND-9.8.5-P1-Release-Notes.html
Security: CVE-2013-3919
CVE-2012-5166
CVE-2013-2266
CVE-2012-5688
CVE-2012-5689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security Fixes
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
Prevents a named assert (crash) when validating caused by using
"Bad cache" data before it has been initialized. [CVE-2012-3817]
[RT #30025]
A condition has been corrected where improper handling of
zero-length RDATA could cause undesirable behavior, including
termination of the named process. [CVE-2012-1667] [RT #29644]
See release notes for further features and bug fixes:
https://kb.isc.org/article/AA-00968/0/BIND-9.6-ESV-R9-P1-Release-Notes.html
Security: CVE-2013-3919
CVE-2012-3817
CVE-2012-1667
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Better SOFTHSM option description
- Fix build of AUDITOR option with ruby 1.9
Changes: http://www.opendnssec.org/2013/05/16/opendnssec-1-3-14/
PR: ports/178860 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by: culot (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add PORTDOCS
- Install extra migration files
- Preserve 1.3.x as dns/opendnssec13
Changes: https://wiki.opendnssec.org/display/DOCS/New+in+OpenDNSSEC+1.4
PR: ports/178861 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> [1]
Approved by: culot (mentor), maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- address the issue raised by Bob Harold. RRL on recursive servers
applies rate limits after waiting for recursion except on
sub-domains of domains for which the server is authoritative.
- fix the bug reported by Roy Arends in which "slipped" NXDOMAIN
responses had rcode values of 0 (NoError) instead of 3 (NXDOMAIN).
- move reports of RRL drop and slip actions from the "queries"
log category to the "query-errors" category. Because they are not
in the "queres" category, enabling or disabling query logging no
longer affects them.
|
|
|
|
|
| |
PR: ports/178750
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
|
|
|
|
| |
third-party patch and makes the version number go "backwards".
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog is here:
http://doc.powerdns.com/html/changelog.html#changelog-recursor-3.5.1
Also pet the Makefile:
- Change ${LOCALBASE} to ${PREFIX} where applicable
- Fix overwrite of recursor.conf by changing to bsd.port.pre/post.mk (and
thus fixing ${PREFIX})
PR: ports/178340
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: Sten Spans <sten@blinkenlights.nl> (maintainer)
|
|
|
|
|
| |
PR: ports/178541
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
|
|
|
|
|
| |
This fixes 'pretty-print-config' not including the CRYPTOPP
option in its output.
|
|
|
|
| |
Approved by: culot (mentor)
|
| |
|
|
|
|
| |
- Trim header
|
|
|
|
|
|
|
|
|
|
|
| |
- define license (CNRI)
- limit python version to 2.x only (print/except)
- convert to optionsng (DOCS case)
- clean-up pkg-descr
- bump PORTREVISION because of license file addition
PR: 177794 (based on)
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|