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/dnsmasq/Makefile

Number of commits found: 161 (showing only 61 on this page)

«  1 | 2 

Friday, 4 Jun 2010
12:11 mandree search for other commits by this committer
Upgrade to new upstream release dnsmasq 2.53/2.54.

This release was inadvertently dubbed 2.54 in its logging by Simon Kelley,
so adjust our PORTVERSION to match that, but still build the 2.53 tarball.
Simon will treat 2.53 and 2.54 the same and release 2.55 next time.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html
Check work/dnsmasq-2.53/src/config.h for VERSION after "make extract" to see.

Approved by: garga (mentor)
Original commit
08:09 pav search for other commits by this committer
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:             ports/146329
Submitted by:   mm
With hat:       portmgr
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
05:52 dougb search for other commits by this committer
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
Original commit
Saturday, 23 Jan 2010
11:24 mandree search for other commits by this committer
Change MAINTAINER to my FreeBSD address.
Update to new upstream release 2.52. Changelog excerpt below the approval.

Approved by: miwi (mentor)

Upstream changelog excerpt (omitting Linux, Solaris and MacOS X specifics):
[...] Re-read the set of network interfaces when re-loading /etc/resolv.conf
  if --bind-interfaces is not set. This handles the case that loopback
  interfaces do not exist when dnsmasq is first started.

  Tweak the PXE code to support port 4011. This should reduce broadcasts and
  make things more reliable when other servers are around. It also improves
  inter-operability with certain clients.

  Make a pxe-service configuration with no filename or boot service type legal:
  this does a local boot. eg.  pxe-service=x86PC, "Local boot"

  Be more conservative in detecting "A for A" queries. Dnsmasq checks if the
  name in a type=A query looks like a dotted-quad IP address and answers the
  query itself if so, rather than forwarding it. Previously dnsmasq relied in
  the library function inet_addr() to convert addresses, and that will accept
  some things which are confusing in this context, like 1.2.3 or even just
  1234. Now we only do A for A processing for four decimal numbers delimited by
  dots.
[...]
  Increased the default limit on number of leases to 1000 (from 150). This is
  mainly a defence against DoS attacks, and for the average "one for two class
  C networks" installation, IP address exhaustion does that just as well.
  Making the limit greater than the number of IP addresses available in such an
  installation removes a surprise which otherwise can catch people out.

  Removed extraneous trailing space in the value of the DNSMASQ_TIME_REMAINING
  DNSMASQ_LEASE_LENGTH and DNSMASQ_LEASE_EXPIRES environment variables. Thanks
  to Gildas Le Nadan for spotting this.

  Provide the network-id tags for a DHCP transaction to the lease-change script
  in the environment variable DNSMASQ_TAGS. A good suggestion from Gildas Le
  Nadan.

  Add support for RFC3925 "Vendor-Identifying Vendor Options". The syntax looks
  like this:
  --dhcp-option=vi-encap:<enterprise number>, .........

  Add support to --dhcp-match to allow matching against RFC3925
  "Vendor-Identifying Vendor Classes". The syntax looks like this:
  --dhcp-match=tag,vi-encap<enterprise number>, <value>

  Add some application specific code to assist in implementing the Broadband
  forum TR069 CPE-WAN specification. The details are in contrib/CPE-WAN/README

  Increase the default DNS packet size limit to 4096, as recommended by RFC5625
  section 4.4.3. This can be reconfigured using --edns-packet-max if needed.
  Thanks to Francis Dupont for pointing this out.

  Rewrite query-ids even for DNSSEC signed packets, since this is allowed by
  RFC5625 section 4.5.
[...]
  Fix link error when including Dbus but excluding DHCP.
  Thanks to Oschtan for the bug report.

  Updated French translation. Thanks to Gildas Le Nadan.

  Updated Polish translation. Thanks to Jan Psota.

  Updated Spanish translation. Thanks to Chris Chatham.
Original commit
Wednesday, 14 Oct 2009
10:34 miwi search for other commits by this committer
- Update to 2.51

PR:             139583
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 13 Oct 2009
16:35 wxs search for other commits by this committer
- Update to 2.51rc1
- Add pkg-message
- Add NLS and IDN option (currently linked together in one option, this will
  be changed in future releases hopefully)
- Properly handle example configuration files

PR:             ports/139273
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 2 Sep 2009
12:18 miwi search for other commits by this committer
- Update to 2.50

PR:             138415
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Security:      
http://www.freebsd.org/ports/portaudit/80aa98e0-97b4-11de-b946-0030843d3802.html
Original commit
Thursday, 13 Aug 2009
21:05 miwi search for other commits by this committer
* Fix rcfile bugs (and bump PORTREVISION):
  - load configuration earlier so that we don't run without config file,
    analyzed, reported and patch suggested by Fumiyuki Shimizu
   - mention /etc/rc.conf.local (as suggested in the Porter's handbook)
   - mention dnsmasq_flags for additional command line arguments
   - pass pidfile and dnsmasq_conf as arguments to dnsmasq (previously,
     overriding dnsmasq_conf had no effect).

* Fix COMMENT to mention TFTP server; shorten it so it fully fits on the
pkg_info list.

PR:             137506
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 15 Jul 2009
22:57 amdmi3 search for other commits by this committer
- add reload support for rcfile

PR:             136797
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Suggested by:   Maxim Khitrov <mkhitrov@gmail.com>
Original commit
Monday, 15 Jun 2009
21:07 miwi search for other commits by this committer
- Update to 2.49

PR:             135525
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Friday, 5 Jun 2009
23:14 amdmi3 search for other commits by this committer
- Update to 2.48

PR:             135270
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Monday, 4 May 2009
18:44 miwi search for other commits by this committer
- Pass maintainership to Matthias Andree <matthias.andree@gmx.de>
Original commit
Wednesday, 25 Mar 2009
15:04 miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation
Original commit
Wednesday, 11 Mar 2009
17:58 miwi search for other commits by this committer
- Fix mail adress
Original commit
Monday, 9 Mar 2009
18:37 miwi search for other commits by this committer
- Take over maintainership
Original commit
Monday, 9 Feb 2009
22:58 miwi search for other commits by this committer
- Update to 2.47

Approved by:    maintainer implicit
Original commit
Thursday, 8 Jan 2009
12:38 pav search for other commits by this committer
- Fix link with dbus on FreeBSD 6.x

PR:             ports/127848
Reported by:    Matthias Andree <matthias.andree@gmx.de>
Approved by:    maintainer timeout (farrokhi; 3 months)
Original commit
Saturday, 15 Nov 2008
22:53 miwi search for other commits by this committer
- Update to 2.46

Approved by:    maintainer implicit
Original commit
Thursday, 24 Jul 2008
12:32 miwi search for other commits by this committer
- Update to 2.45

Approved by:    maintainer implicit
Original commit
Saturday, 19 Jul 2008
13:21 miwi search for other commits by this committer
- Update to 2.43

Approved by:    maintainer implicit
Original commit
Friday, 20 Jun 2008
22:05 miwi search for other commits by this committer
- Update to 2.42

Approved by:    maintainer implicit
Original commit
Thursday, 20 Mar 2008
22:59 miwi search for other commits by this committer
- Update to 2.41

Approved by:    maintainer implicit
Original commit
09:37 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 200
Original commit
Tuesday, 4 Sep 2007
22:30 miwi search for other commits by this committer
- Update to 2.40

Approved by:    maintainer implicit
Original commit
Monday, 9 Jul 2007
12:51 miwi search for other commits by this committer
- Update to 2.39

Approved by:    maintainer implicit
Original commit
Wednesday, 14 Feb 2007
12:06 miwi search for other commits by this committer
- Update to 2.38

Approved by:    maintainer (implicit)
Original commit
Saturday, 10 Feb 2007
11:39 miwi search for other commits by this committer
- Update to 2.37

Approved by:    maintainer (implicit)
Original commit
Monday, 22 Jan 2007
13:07 miwi search for other commits by this committer
- Update to 2.36

Approved by:    maintainer (implicit)
Original commit
Wednesday, 8 Nov 2006
09:28 farrokhi search for other commits by this committer
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
Original commit
Saturday, 4 Nov 2006
22:36 miwi search for other commits by this committer
- Update to 2.35

PR:             ports/105013
Submitted by:   Babak Farrokhi (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
Original commit
Tuesday, 31 Oct 2006
09:16 miwi search for other commits by this committer
- update to 2.34

PR:             ports/104527
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
Original commit
Monday, 21 Aug 2006
11:51 miwi search for other commits by this committer
- Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION

PR:             ports/102284
Submitted by:   Babak Farrokhi <babak(at)farrokhi.net>
Approved by:    krion (mentor)
Original commit
Thursday, 10 Aug 2006
07:48 rafan search for other commits by this committer
- Update to 2.33

PR:             ports/101745
Submitted by:   Babak Farrokhi <babak at farrokhi.net> (maintainer)
Original commit
Tuesday, 1 Aug 2006
19:58 itetcu search for other commits by this committer
- fix dbus dependency issue
- change IPv6 OPTION default to off
- bump PORTREVISION

PR:             ports/101172
Submitted by:   Babak Farrokhi (maintainer)
Original commit
Thursday, 13 Jul 2006
18:25 rafan search for other commits by this committer
- Update to 2.32
- Pass maintainership to submitter

PR:             ports/100207
Submitted by:   Babak Farrokhi <babak farrokhi.net>
Original commit
Tuesday, 6 Jun 2006
09:31 itetcu search for other commits by this committer
Unfortunately I no longer use dnsmasq, so I don't have a way to reliabily test
updates, so I therefore feel the best thing to do is resign as maintainer and
hope that another FreeBSD user who uses dnsmasq actively will take over as
maintainer. [1]

OPTIONify [2]

PR:             98584 [1]
Submitted by:   Steven Honson (former maintainer) [1]
                itetcu (me) [2]
Approved by:    lawrance (mentor, implicit)
Original commit
Wednesday, 22 Feb 2006
20:16 ehaupt search for other commits by this committer
- Add support for WITH_DBUS
- Install contributed perl example scripts
- Install additional user documentaiton
- Bump PORTREVISION
- Add to sub-category ipv6 (self)

PR:             92379
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:    Steven Honson <steven@honson.org> (maintainer)
Original commit
Wednesday, 25 Jan 2006
11:01 anray search for other commits by this committer
Update to 2.26

PR:             ports/92246
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:    Steven Honson (maintainer)
Original commit
Monday, 24 Oct 2005
01:36 mnag search for other commits by this committer
Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner

PR:             87867
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Original commit
Tuesday, 11 Oct 2005
18:25 sem search for other commits by this committer
- Fix rcNG script

PR:             ports/87163
Reported by:    Michael Blatt <michael.blatt@gmail.com>
Original commit
Saturday, 16 Jul 2005
01:23 leeym search for other commits by this committer
- utilize USE_RCORDER / USE_RC_SUBR to solve this problem when OSVERSION >
500037

PR:             80054
Patched by:     leeym
Submitted by:   Thomas Schweikle <tps@vr-web.de>
Approved by:    maintainer timeout
Original commit
Tuesday, 5 Apr 2005
15:18 leeym search for other commits by this committer
- update to 2.22

PR:             79563
Submitted by:   maintainer
Original commit
Monday, 14 Feb 2005
17:12 vs search for other commits by this committer
Update to 2.20

PR:             ports/77502
Submitted by:   maintainer
Original commit
Sunday, 26 Dec 2004
16:59 krion search for other commits by this committer
Update to version 2.19

PR:             ports/75505
Submitted by:   maintainer
Original commit
Monday, 13 Dec 2004
01:12 sem search for other commits by this committer
- Update to 2.18

PR:             ports/74704
Submitted by:   maintainer
Original commit
Thursday, 18 Nov 2004
12:53 vs search for other commits by this committer
Update to 2.17

PR:             ports/74032
Submitted by:   maintainer
Original commit
Wednesday, 13 Oct 2004
09:16 sergei search for other commits by this committer
- Update to 2.15 (major bug fix)

PR:             ports/71973
Submitted by:   Steven Honson (maintainer)

While I'm here:
- Shorten long lines in Makefile to avoid wrapping
Original commit
Saturday, 14 Aug 2004
11:49 krion search for other commits by this committer
Update to 2.13

PR:             ports/70448
Submitted by:   maintainer
Original commit
Wednesday, 4 Aug 2004
14:12 leeym search for other commits by this committer
- update to version 2.11, fixes FreeBSD builds under -CURRENT
- add minor cosmetic fix

PR:             69999
Submitted by:   Steven Honson <steven@honson.org>
Original commit
Saturday, 31 Jul 2004
13:28 sem search for other commits by this committer
Update to version 2.10

PR:             ports/69841
Submitted by:   maintainer
Original commit
Wednesday, 30 Jun 2004
07:14 krion search for other commits by this committer
Update to 2.9

PR:             ports/68491
Submitted by:   maintainer
Original commit
Thursday, 29 Apr 2004
08:24 krion search for other commits by this committer
- Update to version 2.7

PR:             ports/65930
Submitted by:   maintainer
Original commit
Sunday, 4 Apr 2004
13:57 pav search for other commits by this committer
- Update to 2.6

PR:             ports/65159
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Original commit
Thursday, 18 Mar 2004
09:16 krion search for other commits by this committer
- Update to version 2.5

PR:             ports/64407
Submitted by:   maintainer
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Sunday, 1 Feb 2004
23:50 pav search for other commits by this committer
- Update to 2.2

PR:             ports/62231
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Original commit
Friday, 30 Jan 2004
14:01 arved search for other commits by this committer
Update to 2.1

PR:             62083
Submitted by:   Steven Honson <steven@honson.org>
Original commit
Monday, 10 Nov 2003
13:26 leeym search for other commits by this committer
Update to version 1.18

PR:             59099
Submitted by:   Steven Honson <shonson@isoproplex.net>
Original commit
Monday, 13 Oct 2003
19:36 krion search for other commits by this committer
- Update to version 1.17

PR:             57919 57882
Submitted by:   maintainer, Matt Peterson <matt@peterson.org>
Original commit
Friday, 5 Sep 2003
04:54 edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
Original commit

Number of commits found: 161 (showing only 61 on this page)

«  1 | 2