notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: dns/powerdns-recursor/Makefile

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2 

Monday, 25 Sep 2017
20:38 krion search for other commits by this committer
Fix a segfault in the ECC-GOST algorithm (DNSSEC algorithm #12)

PR:		222588
Submitted by:	maintainer
Approved by:	mat
Differential Revision: https://reviews.freebsd.org/D12491
Original commitRevision:450632 
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Friday, 7 Jul 2017
10:57 robak search for other commits by this committer
dns/powerdns-recursor: update 4.0.5 -> 4.0.6

- Add option (OPTALGO) for optional algorithms 12 & 15
- Pet portlint

PR:		220533
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commitRevision:445238 
Tuesday, 4 Jul 2017
17:47 ultima search for other commits by this committer
* Updated to 4.0.5

Changelog:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-405

PR:		220289
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Reviewed by:	matthew (mentor), matt
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11472
Original commitRevision:445029 
Friday, 26 May 2017
20:02 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441814 
Monday, 22 May 2017
13:17 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441455 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 20 Jan 2017
19:38 cpm search for other commits by this committer
dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0

json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and
'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function
'json11::Value<json11::Json::Type::NUL,
      nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216071
Submitted by:	cpm
Reported by:	jbeich
Reviewed by:	jbeich
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	upstream
MFH:		2017Q1 (blanket)
Original commitRevision:431990 
Wednesday, 18 Jan 2017
11:24 junovitch search for other commits by this committer
dns/powerdns-recursor: update 4.0.3 -> 4.0.4

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-404

PR:		216135
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-7068
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
Original commitRevision:431788 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Thursday, 5 Jan 2017
11:00 amdmi3 search for other commits by this committer
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
Original commitRevision:430631 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Tuesday, 29 Nov 2016
11:00 riggs search for other commits by this committer
Fix build on FreeBSD 9.3

PR:		214816
Submitted by:	tremere@cainites.net (maintainer)
MFH:		2016Q4
Original commitRevision:427374 
Thursday, 24 Nov 2016
02:30 jbeich search for other commits by this committer
dns/powerdns-recursor: work around crash with boost 1.62

Assertion failed: (this != &x), function operator=, file
/usr/local/include/boost/container/string.hpp, line 830.

PR:		214470
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commitRevision:426987 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Thursday, 22 Sep 2016
10:15 brnrd search for other commits by this committer
dns/powerdns-recursor: Update to 4.0.3

  - Update to 4.0.3
  - Remove upstreamed LibreSSL patch
  - Add LUA patch

PR:             211148
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)

Sponsored by:	EuroBSDCon 2016 DevSummit
Original commitRevision:422595 
Monday, 15 Aug 2016
01:39 junovitch search for other commits by this committer
dns/powerdns-recursor: update 3.7.3 -> 4.0.1

- Mark BROKEN on FreeBSD 9
- Remove STATIC option, add LUAJIT option
- Cleanup LUA option, SETUID, and BROKEN_sparc64 usage; use option helpers

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-400
		https://doc.powerdns.com/md/changelog/#powerdns-recursor-401

PR:		211148
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-6172
Security:	https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
Original commitRevision:420209 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 26 Jun 2015
09:10 robak search for other commits by this committer
dns/powerdns-recursor: update 3.7.2 -> 3.7.3

PR:		201081
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commitRevision:390622 
Friday, 1 May 2015
15:39 brd search for other commits by this committer
- Update dns/powerdns-recursor to 3.7.2
- Remove an extra blankline from dns/powerdns/distinfo

PR:		199720
Submitted by:	Ralf van der Enden
Approved by:	bdrewery (mentor)
MFH:		2105Q1
Security:	64e6006e-f009-11e4-98c6-000c292ee6b8
Original commitRevision:385123 
Monday, 23 Feb 2015
23:20 robak search for other commits by this committer
dns/powerdns-recursor: update 3.6.2 -> 3.7.1

- Change MAINTAINER to tremere@cainites.net (maintainer approved)
- Delete obsolete patches
- Strip MASTER_SITES

PR:		197590
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Original commitRevision:379715 
Wednesday, 19 Nov 2014
11:57 robak search for other commits by this committer
dns/powerdns-recursor: update 3.6.2 -> 3.6.2

PR:		194807
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mentors (implicit)
Original commitRevision:372769 
Saturday, 20 Sep 2014
16:17 pawel search for other commits by this committer
Update to version 3.6.1

PR:		ports/193513
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	maintainer
Original commitRevision:368660 
Monday, 21 Jul 2014
18:36 robak search for other commits by this committer
dns/powerdns-recursor: update 3.5.3 -> 3.6.0

- Update to 3.6.0
- Mainteiner's timeout

PR:		191226
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Reviewed by:	marino (mentor)
Approved by:	swills (mentor)
Original commitRevision:362462 
Friday, 6 Jun 2014
18:11 mandree search for other commits by this committer
Fix build with LUA option enabled [1]; modernize USE_BZIP2.

[1] Recent changes to the Lua ports cause a build failure and have broken
powerdns-recursor when LUA is enabled.
USES+= lua:51 also no longer worked so had to pet the Makefile a little.

[mandree] modernize USE_BZIP2 -> USES=tar:bzip2

PR:		190698
Submitted by:	tremere@cainites.net
Approved by:	portmgr (blanket)
Original commitRevision:356828 
Monday, 26 May 2014
15:28 bapt search for other commits by this committer
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
Original commitRevision:355360 
Wednesday, 25 Sep 2013
13:27 wg search for other commits by this committer
powerdns-recursor: update to 3.5.3

- 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]
Original commitRevision:328288 
Friday, 20 Sep 2013
16:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
Original commitRevision:327719 
Sunday, 19 May 2013
14:27 rakuco search for other commits by this committer
Update to 3.5.1.

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)
Original commitRevision:318527 
Tuesday, 26 Mar 2013
07:43 bapt search for other commits by this committer
Finish converting dns to new options framework
Original commitRevision:315266 
Sunday, 3 Jul 2011
15:12 crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157587
Submitted by:   Chris Rees <utisoft@gmail.com>
Approved by:    rene (mentor)
Original commit
Thursday, 30 Sep 2010
05:05 miwi search for other commits by this committer
- Update to 3.3

PR:             150981
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Monday, 22 Mar 2010
06:03 linimon search for other commits by this committer
Mark as broken on sparc64: fails to install.

Hat:            portmgr
Original commit
Friday, 12 Mar 2010
18:54 avilla search for other commits by this committer
- Update to 3.2.
- Respect O3 cflags as requested by the author.

PR:             144535
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Approved by:    tabthorpe (mentor)
Original commit
Saturday, 9 Jan 2010
10:59 delphij search for other commits by this committer
Security update to 3.1.7.2.

Submitted by:   maintainer
Security:       vuln dd8f2394-fd08-11de-b425-00215c6a37bb
Original commit
Friday, 14 Aug 2009
19:48 miwi search for other commits by this committer
- Update to 3.1.7.1

PR:             137722
Submitted by:   Ralf van der Enden <tremere@cainites.net>
Approved by:    maintainer
Original commit
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
Wednesday, 6 Aug 2008
20:48 glarkin search for other commits by this committer
- Incorporated platform-specific static compilation fix
- Minor stylistic tweaks

PR:             ports/126017
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Approved by:    beech (mentor, implicit)
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
09:38 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Monday, 7 Jul 2008
18:39 miwi search for other commits by this committer
- Update to 3.1.7

PR:             125364
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Friday, 2 May 2008
09:44 miwi search for other commits by this committer
- Update to 3.1.6

PR:             123322
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Saturday, 5 Apr 2008
10:32 rafan search for other commits by this committer
- Update to 3.1.5

PR:             ports/122360
Submitted by:   Sten Spans <sten at blinkenlights.nl> (maintainer)
Security:       http://doc.powerdns.com/powerdns-advisory-2008-01.html
Original commit
Thursday, 4 Oct 2007
00:41 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Thursday, 6 Sep 2007
22:37 miwi search for other commits by this committer
- Backport multiline txt records support [1]
- Bump PORTREVISION

[1] Notes:
powerdns-recursor 3.1.4 doesn't support multiline txt records, which
are used by various dns information systems. 3.1.5 does have support
for this. A backport of the code changes is relatively risk-free, and has been
requested by users and port maintainers.

http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html

PR:             116029
Submitted by:   Sten Spans <sten@blinkenlights.nl> (Maintainer)
Original commit
Wednesday, 6 Jun 2007
06:21 miwi search for other commits by this committer
- Fix build with gcc 4.2

Submitted by:   pointhat via kris
                Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Wednesday, 30 May 2007
05:51 miwi search for other commits by this committer
- Make setuid operation and user creation configurable, as requested by users

PR:             111915
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Tuesday, 6 Feb 2007
21:59 miwi search for other commits by this committer
- Remove semi-static
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Thursday, 18 Jan 2007
18:57 pav search for other commits by this committer
- Add a sensible default for maximal size of cache
- Run under unpriviledged user by default

PR:             ports/108062
Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
Original commit
Wednesday, 10 Jan 2007
18:10 miwi search for other commits by this committer
- Fix typo
- Mark BROKEN for FreeBSD 4
Original commit
Thursday, 23 Nov 2006
13:20 miwi search for other commits by this committer
- Add BUILD_STATIC knob

PR:             105783
Submitted by:   Sten Spans  (sten@mx0.blinkenlights.nl) maintainer
Original commit
Saturday, 18 Nov 2006
15:25 laszlof search for other commits by this committer
The config directory specified in 'config.h' is different
from the directory used by the rest of the port.

PR:             ports/105588
Submitted by:   Sten Spans <sten@blinkenlights.nl>
Approved by:    erwin (co-mentor)
Original commit
Wednesday, 15 Nov 2006
23:59 ehaupt search for other commits by this committer
Add powerdns-recursor 3.1.4, an advanced DNS recursor.

PR:             105526
Submitted by:   sten at blinkenlights.nl
Original commit

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2