FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:39 PM BST
non port: dns/dnsmasq/Makefile
CVSWeb

Number of commits found: 74

Mon, 30 Apr 2012
[ 20:38 mandree ] Original commit 
1.76 dns/dnsmasq/Makefile
1.52 dns/dnsmasq/distinfo
1.2 dns/dnsmasq/files/patch-src__rfc2131.c
Update to new upstream release 2.61. Changes are, per Simon Kelley:

Re-write interface discovery code on *BSD to use getifaddrs. This
is more portable, more straightforward, and allows us to find the
prefix length for IPv6 addresses.

Add ra-names, ra-stateless and slaac keywords for DHCPv6.  Dnsmasq
can now synthesise AAAA records for dual-stack hosts which get IPv6
addresses via SLAAC. It is also now possible to use SLAAC and
stateless DHCPv6, and to tell clients to use SLAAC addresses as
well as DHCP ones.  Thanks to Dave Taht for help with this.

Add --dhcp-duid to allow DUID-EN uids to be used.

Explicity send DHCPv6 replies to the correct port, instead of relying
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 1 Apr 2012
[ 11:18 mandree ] Original commit 
1.75 dns/dnsmasq/Makefile
1.1 dns/dnsmasq/files/patch-src__rfc2131.c
Fix a rare configuration-dependent crash.  Simon Kelley, upstream
maintainer, wrote in message <4F70361B.7080306@thekelleys.org.uk>:

    A bug has been found in dnsmasq 2.60 that can cause crashes. This is
    configuration dependent: it either crashes frequently or not at all.
    The configuration required is one which allows dnsmasq to receive
    DHCPINFORM requests for which there is no valid dhcp-range. This is
    rare.

Adding the patch he offers for download.

Feature safe: yes
Sun, 11 Mar 2012
[ 23:59 mandree ] Original commit 
1.74 dns/dnsmasq/Makefile
1.51 dns/dnsmasq/distinfo
Update to new upstream release 2.60.  Notable new features are:
- The LUA port option enables Lua support for DHCP lease-change scripts
- DHCPv6 support
- IPv6 Router Advertisement support

Changelog:    http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Feature safe: yes
Tue, 18 Oct 2011
[ 22:24 mandree ] Original commit 
1.73 dns/dnsmasq/Makefile
1.50 dns/dnsmasq/distinfo
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.
Fri, 26 Aug 2011
[ 22:32 mandree ] Original commit 
1.72 dns/dnsmasq/Makefile
1.49 dns/dnsmasq/distinfo
Update to new upstream release 2.58
Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG

Suggested by: Loic Pefferkorn.
Mon, 14 Mar 2011
[ 08:40 wen ] Original commit 
1.51 devel/monotone/Makefile
1.71 dns/dnsmasq/Makefile
1.17 dns/p5-Net-LibIDN/Makefile
1.112 ftp/curl/Makefile
1.45 ftp/filezilla/Makefile
1.76 japanese/mutt-devel/Makefile
1.8 mail/mpop/Makefile
1.59 mail/msmtp/Makefile
1.319 mail/mutt-devel/Makefile
1.32 net-im/gloox/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of dns/libidn
Tue, 22 Feb 2011
[ 19:20 mandree ] Original commit 
1.70 dns/dnsmasq/Makefile
1.7 dns/dnsmasq/files/dnsmasq.sh.in
1.2 dns/dnsmasq/files/pkg-message.in
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.
[ 17:19 mandree ] Original commit 
1.69 dns/dnsmasq/Makefile
1.6 dns/dnsmasq/files/dnsmasq.sh.in
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.
Mon, 21 Feb 2011
[ 08:50 mandree ] Original commit 
1.68 dns/dnsmasq/Makefile
1.48 dns/dnsmasq/distinfo
1.2 dns/dnsmasq/files/patch-aa
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.
Wed, 16 Feb 2011
[ 15:57 mandree ] Original commit 
1.67 dns/dnsmasq/Makefile
Expand NLS/IDN comment.
[ 14:34 mandree ] Original commit 
1.66 dns/dnsmasq/Makefile
1.1 dns/dnsmasq/files/patch-aa
Fix regression in config parser.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2011q1/004750.html
Tue, 15 Feb 2011
[ 21:49 mandree ] Original commit 
1.65 dns/dnsmasq/Makefile
1.47 dns/dnsmasq/distinfo
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
Tue, 8 Jun 2010
[ 20:01 mandree ] Original commit 
1.64 dns/dnsmasq/Makefile
1.46 dns/dnsmasq/distinfo
Upgrade to upstream bugfix release 2.55, removing version hack.

Note this version fixes two crashes on startup.

Approved by: garga (mentor)
Fri, 4 Jun 2010
[ 12:11 mandree ] Original commit 
1.63 dns/dnsmasq/Makefile
1.45 dns/dnsmasq/distinfo
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)
[ 08:09 pav ] Original commit 
1.4 devel/libtool22/Makefile
1.22 devel/patch/Makefile
1.62 dns/dnsmasq/Makefile
1.146 ftp/lftp/Makefile
1.94 ftp/wget/Makefile
1.307 graphics/ImageMagick/Makefile
1.108 graphics/png/Makefile
1.12 japanese/font-ume/Makefile
1.18 math/mpfr/Makefile
1.129 misc/mc/Makefile

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 31 May 2010
[ 02:01 ade ] Original commit 
1.14 accessibility/accerciser/Makefile
1.74 accessibility/at-spi/Makefile
1.2 accessibility/at-spi2-atk/Makefile
1.2 accessibility/at-spi2-core/Makefile
1.61 accessibility/atk/Makefile
1.52 accessibility/dasher/Makefile
1.56 accessibility/gnome-mag/Makefile
1.43 accessibility/gnopernicus/Makefile
1.48 accessibility/gok/Makefile
1.17 accessibility/mousetweaks/Makefile

(Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 28 Mar 2010
[ 05:52 dougb ] Original commit 
1.60 dns/dnsmasq/Makefile
1.45 japanese/FreeWnn-server/Makefile
1.40 mail/mailscanner-devel/Makefile
1.85 mail/mailscanner/Makefile
1.37 mail/spamass-milter/Makefile
1.5 net-mgmt/yabm/Makefile
1.4 sysutils/daedalus/Makefile
1.23 sysutils/syslog-ng3/Makefile
1.25 www/jetty/Makefile
1.19 www/polipo/Makefile

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
Sat, 23 Jan 2010
[ 11:24 mandree ] Original commit 
1.59 dns/dnsmasq/Makefile
1.43 dns/dnsmasq/distinfo
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:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 14 Oct 2009
[ 10:34 miwi ] Original commit 
1.58 dns/dnsmasq/Makefile
1.42 dns/dnsmasq/distinfo
- Update to 2.51

PR:             139583
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 13 Oct 2009
[ 16:35 wxs ] Original commit 
1.57 dns/dnsmasq/Makefile
1.41 dns/dnsmasq/distinfo
1.1 dns/dnsmasq/files/pkg-message.in
1.5 dns/dnsmasq/pkg-plist
- 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)
Wed, 2 Sep 2009
[ 12:18 miwi ] Original commit 
1.56 dns/dnsmasq/Makefile
1.40 dns/dnsmasq/distinfo
- 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
Thu, 13 Aug 2009
[ 21:05 miwi ] Original commit 
1.55 dns/dnsmasq/Makefile
1.4 dns/dnsmasq/files/dnsmasq.sh.in
* 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)
Wed, 15 Jul 2009
[ 22:57 amdmi3 ] Original commit 
1.54 dns/dnsmasq/Makefile
1.3 dns/dnsmasq/files/dnsmasq.sh.in
- add reload support for rcfile

PR:             136797
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Suggested by:   Maxim Khitrov <mkhitrov@gmail.com>
Mon, 15 Jun 2009
[ 21:07 miwi ] Original commit 
1.53 dns/dnsmasq/Makefile
1.39 dns/dnsmasq/distinfo
- Update to 2.49

PR:             135525
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Fri, 5 Jun 2009
[ 23:14 amdmi3 ] Original commit 
1.52 dns/dnsmasq/Makefile
1.38 dns/dnsmasq/distinfo
1.2 dns/dnsmasq/files/patch-rfc2131.c
- Update to 2.48

PR:             135270
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Mon, 4 May 2009
[ 18:44 miwi ] Original commit 
1.51 dns/dnsmasq/Makefile
- Pass maintainership to Matthias Andree <matthias.andree@gmx.de>
Wed, 25 Mar 2009
[ 15:04 miwi ] Original commit 
1.28 archivers/dact/Makefile
1.2 archivers/lzmalib/Makefile
1.2 dns/dns2tcp/Makefile
1.50 dns/dnsmasq/Makefile
1.43 www/aria2/Makefile
- Mark MAKE_JOBS_SAFE for SMP compilation
Wed, 11 Mar 2009
[ 17:58 miwi ] Original commit 
1.49 dns/dnsmasq/Makefile
- Fix mail adress
Mon, 9 Mar 2009
[ 18:37 miwi ] Original commit 
1.48 dns/dnsmasq/Makefile
1.3 net/mping/Makefile
1.19 www/eventum/Makefile
1.34 www/serendipity-devel/Makefile
1.25 www/serendipity/Makefile
1.15 www/tikiwiki/Makefile
1.23 www/wikindx/Makefile
- Take over maintainership
Mon, 9 Feb 2009
[ 22:58 miwi ] Original commit 
1.47 dns/dnsmasq/Makefile
1.37 dns/dnsmasq/distinfo
- Update to 2.47

Approved by:    maintainer implicit
Thu, 8 Jan 2009
[ 12:38 pav ] Original commit 
1.46 dns/dnsmasq/Makefile
- 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)
Sat, 15 Nov 2008
[ 22:53 miwi ] Original commit 
1.45 dns/dnsmasq/Makefile
1.36 dns/dnsmasq/distinfo
- Update to 2.46

Approved by:    maintainer implicit
Thu, 24 Jul 2008
[ 12:32 miwi ] Original commit 
1.44 dns/dnsmasq/Makefile
1.35 dns/dnsmasq/distinfo
- Update to 2.45

Approved by:    maintainer implicit
Sat, 19 Jul 2008
[ 13:21 miwi ] Original commit 
1.43 dns/dnsmasq/Makefile
1.34 dns/dnsmasq/distinfo
- Update to 2.43

Approved by:    maintainer implicit
Fri, 20 Jun 2008
[ 22:05 miwi ] Original commit 
1.42 dns/dnsmasq/Makefile
1.33 dns/dnsmasq/distinfo
- Update to 2.42

Approved by:    maintainer implicit
Thu, 20 Mar 2008
[ 22:59 miwi ] Original commit 
1.41 dns/dnsmasq/Makefile
1.32 dns/dnsmasq/distinfo
- Update to 2.41

Approved by:    maintainer implicit
[ 09:37 pav ] Original commit 
1.16 databases/dbview/Makefile
1.3 databases/mysqlard/Makefile
1.152 databases/postgresql73-server/Makefile
1.155 databases/postgresql74-server/Makefile
1.172 databases/postgresql80-server/Makefile
1.175 databases/postgresql81-server/Makefile
1.176 databases/postgresql82-server/Makefile
1.184 databases/postgresql83-server/Makefile
1.21 databases/pxtools/Makefile
1.6 databases/wmjsql/Makefile

(Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 200
Tue, 4 Sep 2007
[ 22:30 miwi ] Original commit 
1.39 dns/dnsmasq/Makefile
1.31 dns/dnsmasq/distinfo
- Update to 2.40

Approved by:    maintainer implicit
Mon, 9 Jul 2007
[ 12:51 miwi ] Original commit 
1.38 dns/dnsmasq/Makefile
1.30 dns/dnsmasq/distinfo
- Update to 2.39

Approved by:    maintainer implicit
Wed, 14 Feb 2007
[ 12:06 miwi ] Original commit 
1.37 dns/dnsmasq/Makefile
1.29 dns/dnsmasq/distinfo
- Update to 2.38

Approved by:    maintainer (implicit)
Sat, 10 Feb 2007
[ 11:39 miwi ] Original commit 
1.36 dns/dnsmasq/Makefile
1.28 dns/dnsmasq/distinfo
1.1 dns/dnsmasq/files/patch-rfc2131.c
- Update to 2.37

Approved by:    maintainer (implicit)
Mon, 22 Jan 2007
[ 13:07 miwi ] Original commit 
1.35 dns/dnsmasq/Makefile
1.27 dns/dnsmasq/distinfo
- Update to 2.36

Approved by:    maintainer (implicit)
Wed, 8 Nov 2006
[ 09:28 farrokhi ] Original commit 
1.3 deskutils/taskstep/Makefile
1.19 devel/libmba/Makefile
1.16 devel/upnp/Makefile
1.19 dns/adns/Makefile
1.34 dns/dnsmasq/Makefile
1.11 dns/sleuth/Makefile
1.7 games/hlstats/Makefile
1.2 games/hlstatsx/Makefile
1.10 games/phpua-bf/Makefile
1.8 games/phpua-cod/Makefile

(Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
Sat, 4 Nov 2006
[ 22:36 miwi ] Original commit 
1.33 dns/dnsmasq/Makefile
1.26 dns/dnsmasq/distinfo
- Update to 2.35

PR:             ports/105013
Submitted by:   Babak Farrokhi (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
Tue, 31 Oct 2006
[ 09:16 miwi ] Original commit 
1.32 dns/dnsmasq/Makefile
1.25 dns/dnsmasq/distinfo
- update to 2.34

PR:             ports/104527
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
Mon, 21 Aug 2006
[ 11:51 miwi ] Original commit 
1.31 dns/dnsmasq/Makefile
- Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION

PR:             ports/102284
Submitted by:   Babak Farrokhi <babak(at)farrokhi.net>
Approved by:    krion (mentor)
Thu, 10 Aug 2006
[ 07:48 rafan ] Original commit 
1.30 dns/dnsmasq/Makefile
1.24 dns/dnsmasq/distinfo
- Update to 2.33

PR:             ports/101745
Submitted by:   Babak Farrokhi <babak at farrokhi.net> (maintainer)
Tue, 1 Aug 2006
[ 19:58 itetcu ] Original commit 
1.29 dns/dnsmasq/Makefile
- fix dbus dependency issue
- change IPv6 OPTION default to off
- bump PORTREVISION

PR:             ports/101172
Submitted by:   Babak Farrokhi (maintainer)
Thu, 13 Jul 2006
[ 18:25 rafan ] Original commit 
1.28 dns/dnsmasq/Makefile
1.23 dns/dnsmasq/distinfo
- Update to 2.32
- Pass maintainership to submitter

PR:             ports/100207
Submitted by:   Babak Farrokhi <babak farrokhi.net>
Tue, 6 Jun 2006
[ 09:31 itetcu ] Original commit 
1.27 dns/dnsmasq/Makefile
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)
Wed, 22 Feb 2006
[ 20:16 ehaupt ] Original commit 
1.26 dns/dnsmasq/Makefile
1.4 dns/dnsmasq/pkg-plist
- 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)
Wed, 25 Jan 2006
[ 11:01 anray ] Original commit 
1.25 dns/dnsmasq/Makefile
1.22 dns/dnsmasq/distinfo
Update to 2.26

PR:             ports/92246
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:    Steven Honson (maintainer)
Mon, 24 Oct 2005
[ 01:36 mnag ] Original commit 
1.24 dns/dnsmasq/Makefile
1.20 dns/dnsmasq/distinfo
Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner

PR:             87867
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Tue, 11 Oct 2005
[ 18:25 sem ] Original commit 
1.23 dns/dnsmasq/Makefile
1.2 dns/dnsmasq/files/dnsmasq.sh.in
- Fix rcNG script

PR:             ports/87163
Reported by:    Michael Blatt <michael.blatt@gmail.com>
Sat, 16 Jul 2005
[ 01:23 leeym ] Original commit 
1.22 dns/dnsmasq/Makefile
1.3 dns/dnsmasq/files/dnsmasq.sh
1.1 dns/dnsmasq/files/dnsmasq.sh.in
- 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
Tue, 5 Apr 2005
[ 15:18 leeym ] Original commit 
1.21 dns/dnsmasq/Makefile
1.19 dns/dnsmasq/distinfo
- update to 2.22

PR:             79563
Submitted by:   maintainer
Mon, 14 Feb 2005
[ 17:12 vs ] Original commit 
1.20 dns/dnsmasq/Makefile
1.18 dns/dnsmasq/distinfo
Update to 2.20

PR:             ports/77502
Submitted by:   maintainer
Sun, 26 Dec 2004
[ 16:59 krion ] Original commit 
1.19 dns/dnsmasq/Makefile
1.17 dns/dnsmasq/distinfo
Update to version 2.19

PR:             ports/75505
Submitted by:   maintainer
Mon, 13 Dec 2004
[ 01:12 sem ] Original commit 
1.18 dns/dnsmasq/Makefile
1.16 dns/dnsmasq/distinfo
1.2 dns/dnsmasq/files/dnsmasq.sh
- Update to 2.18

PR:             ports/74704
Submitted by:   maintainer
Thu, 18 Nov 2004
[ 12:53 vs ] Original commit 
1.17 dns/dnsmasq/Makefile
1.15 dns/dnsmasq/distinfo
Update to 2.17

PR:             ports/74032
Submitted by:   maintainer
Wed, 13 Oct 2004
[ 09:16 sergei ] Original commit 
1.16 dns/dnsmasq/Makefile
1.14 dns/dnsmasq/distinfo
- 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
Sat, 14 Aug 2004
[ 11:49 krion ] Original commit 
1.15 dns/dnsmasq/Makefile
1.13 dns/dnsmasq/distinfo
Update to 2.13

PR:             ports/70448
Submitted by:   maintainer
Wed, 4 Aug 2004
[ 14:12 leeym ] Original commit 
1.14 dns/dnsmasq/Makefile
1.12 dns/dnsmasq/distinfo
- update to version 2.11, fixes FreeBSD builds under -CURRENT
- add minor cosmetic fix

PR:             69999
Submitted by:   Steven Honson <steven@honson.org>
Sat, 31 Jul 2004
[ 13:28 sem ] Original commit 
1.13 dns/dnsmasq/Makefile
1.11 dns/dnsmasq/distinfo
Update to version 2.10

PR:             ports/69841
Submitted by:   maintainer
Wed, 30 Jun 2004
[ 07:14 krion ] Original commit 
1.12 dns/dnsmasq/Makefile
1.10 dns/dnsmasq/distinfo
1.1 dns/dnsmasq/files/dnsmasq.sh
1.4 dns/dnsmasq/pkg-descr
Update to 2.9

PR:             ports/68491
Submitted by:   maintainer
Thu, 29 Apr 2004
[ 08:24 krion ] Original commit 
1.11 dns/dnsmasq/Makefile
1.9 dns/dnsmasq/distinfo
- Update to version 2.7

PR:             ports/65930
Submitted by:   maintainer
Sun, 4 Apr 2004
[ 13:57 pav ] Original commit 
1.10 dns/dnsmasq/Makefile
1.8 dns/dnsmasq/distinfo
- Update to 2.6

PR:             ports/65159
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Thu, 18 Mar 2004
[ 09:16 krion ] Original commit 
1.9 dns/dnsmasq/Makefile
1.7 dns/dnsmasq/distinfo
- Update to version 2.5

PR:             ports/64407
Submitted by:   maintainer
Fri, 6 Feb 2004
[ 13:12 trevor ] Original commit 
1.2 archivers/bicom/Makefile
1.17 archivers/ha/Makefile
1.26 archivers/lha/Makefile
1.5 archivers/linux-unace/Makefile
1.2 archivers/nwreckdum/Makefile
1.6 archivers/py-bzip2/Makefile
1.15 archivers/rpm2cpio/Makefile
1.8 archivers/unace/Makefile
1.5 archivers/unadf/Makefile
1.3 astro/accrete/Makefile

(Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Sun, 1 Feb 2004
[ 23:50 pav ] Original commit 
1.7 dns/dnsmasq/Makefile
1.6 dns/dnsmasq/distinfo
- Update to 2.2

PR:             ports/62231
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
Fri, 30 Jan 2004
[ 14:01 arved ] Original commit 
1.6 dns/dnsmasq/Makefile
1.5 dns/dnsmasq/distinfo
1.2 dns/dnsmasq/pkg-descr
1.2 dns/dnsmasq/pkg-plist
Update to 2.1

PR:             62083
Submitted by:   Steven Honson <steven@honson.org>
Mon, 10 Nov 2003
[ 13:26 leeym ] Original commit 
1.5 dns/dnsmasq/Makefile
1.4 dns/dnsmasq/distinfo
Update to version 1.18

PR:             59099
Submitted by:   Steven Honson <shonson@isoproplex.net>
Mon, 13 Oct 2003
[ 19:36 krion ] Original commit 
1.4 dns/dnsmasq/Makefile
1.3 dns/dnsmasq/distinfo
- Update to version 1.17

PR:             57919 57882
Submitted by:   maintainer, Matt Peterson <matt@peterson.org>
Fri, 5 Sep 2003
[ 04:54 edwin ] Original commit 
1.7 dns/Makefile
1.9 dns/adns/Makefile
1.47 dns/bind8/Makefile
1.3 dns/bind84/Makefile
1.19 dns/bind9-dlz/Makefile
1.50 dns/bind9/Makefile
1.9 dns/ddclient/Makefile
1.18 dns/ddup/Makefile
1.11 dns/dhid/Makefile
1.15 dns/dhisd/Makefile

(Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Massive repo-copies request: net->dns (partly devel->dns)

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

Number of commits found: 74

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.259 seconds.