Skip site navigation (1)Skip section navigation (2)

CVS log for ports/dns/dnsmasq/Makefile

[BACK] Up to [FreeBSD] / ports / dns / dnsmasq

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Oct 18 22:24:47 2011 UTC (3 months, 3 weeks ago) by mandree
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3 lines
Fix BUILD_DEPENDS (use += not =) creation in port.

Upgrade to new upstream regression fix release 2.59:

	    Fix regression in 2.58 which caused failure to start up
	    with some combinations of dnsmasq config and IPv6 kernel
	    network config. Thanks to Brielle Bruns for the bug
	    report.

	    Improve dnsmasq's behaviour when network interfaces are
	    still doing duplicate address detection (DAD). Previously,
	    dnsmasq would wait up to 20 seconds at start-up for the
	    DAD state to terminate. This is broken for bridge
	    interfaces on recent Linux kernels, which don't start DAD
	    until the bridge comes up, and so can take arbitrary
	    time. The new behaviour lets dnsmasq poll for an arbitrary
	    time whilst providing service on other interfaces. Thanks
	    to Stephen Hemminger for pointing out the problem.

Note the 2.59.tar.lzma tarball causes the startup banner to print
2.59rc1 which I deem harmless.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Aug 26 22:32:47 2011 UTC (5 months, 2 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +5 -4 lines
Update to new upstream release 2.58
Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG

Suggested by: Loic Pefferkorn.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Mar 14 08:40:02 2011 UTC (10 months, 4 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- Bump PORTREVISION to chase the update of dns/libidn

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Feb 22 19:20:17 2011 UTC (11 months, 2 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Update dnsmasq rc.d script again (sorry for the churn with portrev. 1)

- Start before named, to unbreak named_wait if /etc/resolv.conf points
  to dnsmasq (when named is the resolver that dnsmasq forwards to).
  Is also more robust/maintenance friendly if other scripts depend on "named".

- Track if the configuration has changed since start, and upgrade reload
  to restart by default in that case (can be disabled with
  dnsmasq_restart="NO" in /etc/rc.conf[.local]), to work around dnsmasq
  shortcoming

- Add a "logstats" action to the rcscript, and document it.

- Document the "reload" action and the new dnsmasq_restart variable.

- Properly quote variable expansions.

- Enhance pkg-message to point to the rcfile for feature documentation.

- Bump PORTREVISION to 2.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Feb 22 17:19:28 2011 UTC (11 months, 2 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
Change rc.d file to ensure proper startup order:
- depend on named, in case dnsmasq uses named as resolver
- start before ntpdate and rpcbase (which require named).

Bump PORTREVISION.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Feb 21 08:50:57 2011 UTC (11 months, 2 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +22 -9 lines
Upgrade to new upstream release 2.57.

Remove support for FreeBSD releases 6.X.

Allow build with IDN but without NLS (this requires that dns/libidn
is also built WITHOUT_NLS) to expose an upstream change. Useful for embedded
devices.

Warn user if this is requested but libidn needs NLS libraries
because in that case dnsmasq inherits the NLS dependencies from libidn.

Remove files/patch-aa, it was a preview patch from a 2.57 test release,
fixing a regression in 2.56 that caused hex constants to be rejected in
the configuratino if they contained the '*' wildcard.

Further upstream changes:
- use own header for DNS protocol, rather than using arpa/nameser.h
- correct ctype.h function argument casts (isdigit(), isxdigit(), etc.)
- Accept extra empty arguments on command line to avoid libvirt breakage.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Feb 16 15:57:59 2011 UTC (11 months, 3 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
Expand NLS/IDN comment.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Feb 16 14:34:14 2011 UTC (11 months, 3 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
Fix regression in config parser.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2011q1/004750.html

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Feb 15 21:49:06 2011 UTC (11 months, 3 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -3 lines
Update to new upstream release 2.56.
Replace uni-paderborn.de master site by MASTER_SITE_LOCAL.
Add LICENSE=GPLv2.
Changelog:
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jun 8 20:01:50 2010 UTC (20 months ago) by mandree
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -5 lines
Upgrade to upstream bugfix release 2.55, removing version hack.

Note this version fixes two crashes on startup.

Approved by: garga (mentor)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jun 4 12:11:14 2010 UTC (20 months, 1 week ago) by mandree
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +5 -2 lines
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)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jun 4 08:09:18 2010 UTC (20 months, 1 week ago) by pav
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -0 lines
- 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

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:27 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Mar 28 05:52:09 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -1 lines
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Jan 23 11:24:31 2010 UTC (2 years ago) by mandree
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
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.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Oct 14 10:34:57 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
- Update to 2.51

PR:		139583
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Oct 13 16:35:32 2009 UTC (2 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +33 -10 lines
- 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)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Sep 2 12:18:10 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2 lines
- 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

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 13 21:05:45 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
* 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)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jul 15 22:57:30 2009 UTC (2 years, 6 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
- add reload support for rcfile

PR:		136797
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Suggested by:	Maxim Khitrov <mkhitrov@gmail.com>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jun 15 21:07:27 2009 UTC (2 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Update to 2.49

PR:		135525
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jun 5 23:14:58 2009 UTC (2 years, 8 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +6 -8 lines
- Update to 2.48

PR:		135270
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon May 4 18:44:45 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- Pass maintainership to Matthias Andree <matthias.andree@gmx.de>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 25 15:04:08 2009 UTC (2 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
- Mark MAKE_JOBS_SAFE for SMP compilation

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Mar 11 17:58:40 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
- Fix mail adress

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 9 18:37:09 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
- Take over maintainership

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Feb 9 22:58:45 2009 UTC (3 years ago) by miwi
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Update to 2.47

Approved by:	maintainer implicit

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 8 12:38:48 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -0 lines
- 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)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Nov 15 22:53:13 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
- Update to 2.46

Approved by:	maintainer implicit

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 24 12:32:15 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
- Update to 2.45

Approved by:	maintainer implicit

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jul 19 13:21:54 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Update to 2.43

Approved by:	maintainer implicit

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jun 20 22:05:40 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Update to 2.42

Approved by:	maintainer implicit

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Mar 20 22:59:51 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Update to 2.41

Approved by:	maintainer implicit

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:37:21 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 200

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 4 22:30:15 2007 UTC (4 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Update to 2.40

Approved by:	maintainer implicit

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jul 9 12:51:37 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Update to 2.39

Approved by:	maintainer implicit

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 14 12:06:02 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- Update to 2.38

Approved by:	maintainer (implicit)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Feb 10 11:39:20 2007 UTC (5 years ago) by miwi
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Update to 2.37

Approved by:	maintainer (implicit)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 22 13:07:22 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Update to 2.36

Approved by:	maintainer (implicit)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 8 09:28:24 2006 UTC (5 years, 3 months ago) by farrokhi
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Nov 4 22:36:46 2006 UTC (5 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -3 lines
- Update to 2.35

PR:		ports/105013
Submitted by:	Babak Farrokhi (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 31 09:16:13 2006 UTC (5 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
- update to 2.34

PR:		ports/104527
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Aug 21 11:51:06 2006 UTC (5 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -5 lines
- Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION

PR:		ports/102284
Submitted by:	Babak Farrokhi <babak(at)farrokhi.net>
Approved by:	krion (mentor)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 10 07:48:24 2006 UTC (5 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
- Update to 2.33

PR:		ports/101745
Submitted by:	Babak Farrokhi <babak at farrokhi.net> (maintainer)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 1 19:58:37 2006 UTC (5 years, 6 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -2 lines
- fix dbus dependency issue
- change IPv6 OPTION default to off
- bump PORTREVISION

PR:		ports/101172
Submitted by:	Babak Farrokhi (maintainer)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jul 13 18:25:35 2006 UTC (5 years, 7 months ago) by rafan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -5 lines
- Update to 2.32
- Pass maintainership to submitter

PR:		ports/100207
Submitted by:	Babak Farrokhi <babak farrokhi.net>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jun 6 09:31:28 2006 UTC (5 years, 8 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -4 lines
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)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 22 20:16:25 2006 UTC (5 years, 11 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +21 -2 lines
- 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)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 25 11:01:34 2006 UTC (6 years ago) by anray
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update to 2.26

PR:		ports/92246
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:	Steven Honson (maintainer)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 24 01:36:21 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner

PR:		87867
Submitted by:	Steven Honson <steven@honson.org> (maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Oct 11 18:25:05 2005 UTC (6 years, 4 months ago) by sem
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
- Fix rcNG script

PR:		ports/87163
Reported by:	Michael Blatt <michael.blatt@gmail.com>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jul 16 01:23:01 2005 UTC (6 years, 6 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +13 -14 lines
- 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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 5 15:18:42 2005 UTC (6 years, 10 months ago) by leeym
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- update to 2.22

PR:		79563
Submitted by:	maintainer

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Feb 14 17:12:36 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 2.20

PR:		ports/77502
Submitted by:	maintainer

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Dec 26 16:59:31 2004 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update to version 2.19

PR:		ports/75505
Submitted by:	maintainer

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 13 01:12:31 2004 UTC (7 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +14 -6 lines
- Update to 2.18

PR:		ports/74704
Submitted by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 18 12:53:12 2004 UTC (7 years, 2 months ago) by vs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 2.17

PR:		ports/74032
Submitted by:	maintainer

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:16:07 2004 UTC (7 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- 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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 14 11:49:51 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update to 2.13

PR:		ports/70448
Submitted by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 4 14:12:49 2004 UTC (7 years, 6 months ago) by leeym
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- update to version 2.11, fixes FreeBSD builds under -CURRENT
- add minor cosmetic fix

PR:		69999
Submitted by:	Steven Honson <steven@honson.org>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 31 13:28:33 2004 UTC (7 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to version 2.10

PR:		ports/69841
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 30 07:14:27 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2 lines
Update to 2.9

PR:		ports/68491
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 29 08:24:39 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to version 2.7

PR:		ports/65930
Submitted by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 4 13:57:57 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- Update to 2.6

PR:		ports/65159
Submitted by:	Steven Honson <steven@honson.org> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 18 09:16:01 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to version 2.5

PR:		ports/64407
Submitted by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:11:12 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 1 23:50:52 2004 UTC (8 years ago) by pav
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -4 lines
- Update to 2.2

PR:		ports/62231
Submitted by:	Steven Honson <steven@honson.org> (maintainer)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 30 14:01:34 2004 UTC (8 years ago) by arved
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -4 lines
Update to 2.1

PR:		62083
Submitted by:	Steven Honson <steven@honson.org>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 10 13:26:57 2003 UTC (8 years, 3 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Update to version 1.18

PR:		59099
Submitted by:	Steven Honson <shonson@isoproplex.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 13 19:36:10 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -1 lines
- Update to version 1.17

PR:		57919 57882
Submitted by:	maintainer, Matt Peterson <matt@peterson.org>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 5 04:54:33 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Massive repo-copies request: net->dns (partly devel->dns)

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 11 17:06:01 2003 UTC (8 years, 8 months ago) by leeym
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -12 lines
update dnsmasq to 1.13

PR:		53184
Submitted by:	Steven Honson <shonson@isoproplex.net>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 3 02:03:40 2003 UTC (8 years, 8 months ago) by will
Branches: MAIN
Add dnsmasq 1.12, a caching DNS forwarder.

PR:		52840
Submitted by:	Steven Honson <shonson@isoproplex.net>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options