notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: dns/gdnsd2/Makefile
SVNWeb

Number of commits found: 26

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  66ee090  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 31 Aug 2021
[ 11:24 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:e241aff50e7994d9907f640e854babbbc032f933  commit hash:e241aff50e7994d9907f640e854babbbc032f933  commit hash:e241aff50e7994d9907f640e854babbbc032f933  e241aff50 
dns/gdnsd2: Add CPE information

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 30 Sep 2020
[ 16:06 zi search for other commits by this committer ] Original commit   Revision:550718
- Update to 2.4.3
Fri, 22 Feb 2019
[ 15:36 zi search for other commits by this committer ] Original commit   Revision:493574
- Add CONFLICTS_INSTALL with upcoming dns/gdnsd3 port
Mon, 11 Feb 2019
[ 15:51 zi search for other commits by this committer ] Original commit   Revision:492697
- Update to 2.4.2
Wed, 16 Jan 2019
[ 19:27 zi search for other commits by this committer ] Original commit   Revision:490503
- Fix EADDRNOTAVAIL issue under FreeBSD when using IPs bound to loopback
interfaces
- Bump PORTREVISION

Obtained from:	upstream PR #175
Tue, 15 Jan 2019
[ 00:39 zi search for other commits by this committer ] Original commit   Revision:490326
- Re-add MAXMINDDB as default OPTION
- Bump PORTREVISION

Reported by:	adamw
[ 00:28 zi search for other commits by this committer ] Original commit   Revision:490324
- Update to 2.4.1
[ 00:22 zi search for other commits by this committer ] Original commit   Revision:490322
- Remove check that no longer applies
(https://blog.maxmind.com/tag/ip-geolocation/)

Reported by:	sbruno
Sun, 13 Jan 2019
[ 20:58 adamw search for other commits by this committer ] Original commit   Revision:490211 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Wed, 5 Dec 2018
[ 22:37 zi search for other commits by this committer ] Original commit   Revision:486723
- Update to 2.4.0
Thu, 23 Nov 2017
[ 21:35 zi search for other commits by this committer ] Original commit   Revision:454804
- Add libmaxminddb for geoip2 support
- Bump PORTREVISION

PR:		223814
Submitted by:	peter@
Tue, 1 Aug 2017
[ 17:07 zi search for other commits by this committer ] Original commit   Revision:447034 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- MASTER_SITES cleanup
Mon, 17 Jul 2017
[ 14:44 mmokhi search for other commits by this committer ] Original commit   Revision:446075 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.

This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 11 Sep 2016
[ 23:01 zi search for other commits by this committer ] Original commit   Revision:421883
- Update to 2.2.4
Fri, 26 Aug 2016
[ 19:44 allanjude search for other commits by this committer ] Original commit   Revision:420941
gdnsd2: run checkconf before reload/restart

Submitted by:	Andrew Fengler <andrew.fengler@scaleengine.com>
Reviewed by:	matthew
Approved by:	zi (maintainer)
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D7488
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 19 Feb 2016
[ 13:41 zi search for other commits by this committer ] Original commit   Revision:409178
- Update to 2.2.2
Fri, 18 Sep 2015
[ 14:01 amdmi3 search for other commits by this committer ] Original commit   Revision:397241
- Drop 8.x support

Approved by:	portmgr blanket
Fri, 20 Mar 2015
[ 02:34 zi search for other commits by this committer ] Original commit   Revision:381708
- Update to 2.2.0
Thu, 12 Mar 2015
[ 17:12 sunpoet search for other commits by this committer ] Original commit   Revision:381119 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Update MAINTAINER: use @FreeBSD.org
Wed, 17 Dec 2014
[ 14:36 zi search for other commits by this committer ] Original commit   Revision:374850
- Mark IGNORE on 9.0-9.2 due to build failures
- Remove trailing whitespace from pkg-descr
- Bump PORTREVISION
Fri, 7 Nov 2014
[ 16:38 zi search for other commits by this committer ] Original commit   Revision:372281
New port: dns/gdnsd2:

gdnsd is an Authoritative-only DNS server.  This port tracks the 2.x release.

The initial g stands for Geographic, as gdnsd offers a plugin system for
geographic (or other sorts of) balancing, redirection, and
service-state-conscious failover. If you don't care about that feature,
it's still quite good at being a very fast, lean, and resilient
authoritative-only server for static DNS data.

gdnsd is written in C using libev and pthreads with a focus on high
performance, low latency service. It does not offer any form of caching or
recursive service, and does not support DNSSEC.

WWW: https://github.com/blblack/gdnsd/

Number of commits found: 26