FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:39 PM BST
Port details
dnsmasq 2.61,1 dns on this many watch lists=19 search for ports that depend on this port An older version of this port was marked as vulnerable.
Lightweight DNS forwarder, DHCP and TFTP server
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Sep 2003 04:55:22
Also Listed In: ipv6
License: GPLv2


Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It
is designed to provide DNS and, optionally, DHCP, to a small network. It can
serve the names of local machines which are not in the global DNS. The DHCP
server integrates with the DNS server and allows machines with DHCP-allocated
addresses to appear in the DNS with names configured either in each host or in
a central configuration file. Dnsmasq supports static and dynamic DHCP leases
and BOOTP/TFTP/PXE for network booting of diskless machines.

Dnsmasq is targeted at home networks using NAT and connected to the internet
via a modem, cable-modem or ADSL connection but would be a good choice for any
smallish network (up to 1000 clients is known to work) where low resource use
and ease of configuration are important. 			-- Simon Kelley

WWW: http://www.thekelleys.org.uk/dnsmasq/doc.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pkg-config, devel/gmake
Required Libraries: dns/libidn, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/dns/dnsmasq/ && make install clean
To add the package: pkg_add -r dnsmasq


Configuration Options
===> The following configuration options are available for dnsmasq-2.61,1:
     IPV6=on (default) "IPv6 support"
     DBUS=off (default) "DBUS support"
     NLS=on (default) "National Language Support (NLS, enables IDN)"
     IDN=off (default) "International Domain Names (IDN) WITHOUT NLS"
     LUA=off (default) "Support lease-change scripts in LUA"
===> Use 'make config' to modify these settings

Master Sites:
http://www.thekelleys.org.uk/dnsmasq/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mandree//
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 81

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
30 Apr 2012 20:38:13
Original commit files touched by this commit  2.61,1
mandree search for other commits by this committer
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)
01 Apr 2012 11:18:18
Original commit files touched by this commit  2.60_1,1
mandree search for other commits by this committer
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
11 Mar 2012 23:59:44
Original commit files touched by this commit  2.60,1
mandree search for other commits by this committer
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
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.59,1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
18 Oct 2011 22:24:47
Original commit files touched by this commit  2.59,1
mandree search for other commits by this committer
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.
26 Aug 2011 22:32:47
Original commit files touched by this commit  2.58,1
mandree search for other commits by this committer
Update to new upstream release 2.58
Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG

Suggested by: Loic Pefferkorn.
14 Mar 2011 08:40:07
Original commit files touched by this commit  2.57_3,1
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
22 Feb 2011 19:20:17
Original commit files touched by this commit  2.57_2,1
mandree search for other commits by this committer
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.
22 Feb 2011 17:19:28
Original commit files touched by this commit  2.57_1,1
mandree search for other commits by this committer
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.
21 Feb 2011 08:50:57
Original commit files touched by this commit  2.57,1
mandree search for other commits by this committer
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.
16 Feb 2011 15:57:59
Original commit files touched by this commit  2.56_1,1
mandree search for other commits by this committer
Expand NLS/IDN comment.
16 Feb 2011 15:56:30
Original commit files touched by this commit  2.56,1
mandree search for other commits by this committer
Update pkg-descr and add author attribution since it's a full quote.
16 Feb 2011 14:34:14
Original commit files touched by this commit  2.56_1,1
mandree search for other commits by this committer
Fix regression in config parser.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2011q1/004750.html
15 Feb 2011 21:49:07
Original commit files touched by this commit  2.56,1
mandree search for other commits by this committer
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
08 Jun 2010 20:01:50
Original commit files touched by this commit  2.55,1
mandree search for other commits by this committer
Upgrade to upstream bugfix release 2.55, removing version hack.

Note this version fixes two crashes on startup.

Approved by: garga (mentor)
05 Jun 2010 13:14:23
Original commit files touched by this commit  2.54,1
mandree search for other commits by this committer
Update pkg-descr (minor fixes; formatting).

Approved by: miwi (mentor)
04 Jun 2010 12:11:14
Original commit files touched by this commit  2.54,1
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)
04 Jun 2010 08:09:20
Original commit files touched by this commit  2.52_1,1
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
31 May 2010 02:01:56
Original commit files touched by this commit  2.52_1,1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 05:52:12
Original commit files touched by this commit  2.52,1
dougb search for other commits by this committer
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.52
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
23 Jan 2010 11:24:31
Original commit files touched by this commit  2.52,1
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:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Oct 2009 10:34:57
Original commit files touched by this commit  2.51,1
miwi search for other commits by this committer
- Update to 2.51

PR:             139583
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
13 Oct 2009 16:35:32
Original commit files touched by this commit  2.51.r1
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)
02 Sep 2009 12:18:10
Original commit files touched by this commit  2.50
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
13 Aug 2009 21:05:46
Original commit files touched by this commit  2.49_2
 This port version is marked as vulnerable.
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)
15 Jul 2009 22:57:30
Original commit files touched by this commit  2.49_1
 This port version is marked as vulnerable.
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>
15 Jun 2009 21:07:27
Original commit files touched by this commit  2.49
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.49

PR:             135525
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
05 Jun 2009 23:14:58
Original commit files touched by this commit  2.48
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Update to 2.48

PR:             135270
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
04 May 2009 18:44:45
Original commit files touched by this commit  2.47
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Pass maintainership to Matthias Andree <matthias.andree@gmx.de>
25 Mar 2009 15:04:08
Original commit files touched by this commit  2.47
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation
11 Mar 2009 17:58:40
Original commit files touched by this commit  2.47
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix mail adress
09 Mar 2009 18:37:10
Original commit files touched by this commit  2.47
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Take over maintainership
09 Feb 2009 22:58:45
Original commit files touched by this commit  2.47
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.47

Approved by:    maintainer implicit
08 Jan 2009 12:38:49
Original commit files touched by this commit  2.46
 This port version is marked as vulnerable.
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)
15 Nov 2008 22:53:13
Original commit files touched by this commit  2.46
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.46

Approved by:    maintainer implicit
24 Jul 2008 12:32:15
Original commit files touched by this commit  2.45
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.45

Approved by:    maintainer implicit
19 Jul 2008 13:21:54
Original commit files touched by this commit  2.43
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.43

Approved by:    maintainer implicit
20 Jun 2008 22:05:40
Original commit files touched by this commit  2.42
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.42

Approved by:    maintainer implicit
20 Mar 2008 22:59:51
Original commit files touched by this commit  2.41
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.41

Approved by:    maintainer implicit
20 Mar 2008 09:37:21
Original commit files touched by this commit  2.40
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 200
04 Sep 2007 22:30:15
Original commit files touched by this commit  2.40
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.40

Approved by:    maintainer implicit
09 Jul 2007 12:51:37
Original commit files touched by this commit  2.39
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.39

Approved by:    maintainer implicit
14 Feb 2007 12:06:02
Original commit files touched by this commit  2.38
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.38

Approved by:    maintainer (implicit)
10 Feb 2007 11:39:21
Original commit files touched by this commit  2.37
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.37

Approved by:    maintainer (implicit)
22 Jan 2007 13:07:22
Original commit files touched by this commit  2.36
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.36

Approved by:    maintainer (implicit)
08 Nov 2006 09:28:33
Original commit files touched by this commit  2.35
 This port version is marked as vulnerable.
farrokhi search for other commits by this committer
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
04 Nov 2006 22:36:46
Original commit files touched by this commit  2.35
 This port version is marked as vulnerable.
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
31 Oct 2006 09:16:13
Original commit files touched by this commit  2.34
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- update to 2.34

PR:             ports/104527
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
21 Aug 2006 11:51:06
Original commit files touched by this commit  2.33_1
 This port version is marked as vulnerable.
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)
10 Aug 2006 07:48:24
Original commit files touched by this commit  2.33
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Update to 2.33

PR:             ports/101745
Submitted by:   Babak Farrokhi <babak at farrokhi.net> (maintainer)
01 Aug 2006 19:58:37
Original commit files touched by this commit  2.32_1
 This port version is marked as vulnerable.
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)
13 Jul 2006 18:25:35
Original commit files touched by this commit  2.32
 This port version is marked as vulnerable.
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>
06 Jun 2006 12:01:06
Original commit files touched by this commit  2.26_1
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Remove email address at submitter request (private mail).

Approved by:    lawrance (mentor, implicit)
06 Jun 2006 09:31:28
Original commit files touched by this commit  2.26_1
 This port version is marked as vulnerable.
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)
22 Feb 2006 20:16:25
Original commit files touched by this commit  2.26_1
 This port version is marked as vulnerable.
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)
25 Jan 2006 11:01:34
Original commit files touched by this commit  2.26
 This port version is marked as vulnerable.
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)
22 Jan 2006 08:31:47
Original commit files touched by this commit  2.23
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
24 Oct 2005 01:36:21
Original commit files touched by this commit  2.23
 This port version is marked as vulnerable.
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)
11 Oct 2005 18:25:05
Original commit files touched by this commit  2.22_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix rcNG script

PR:             ports/87163
Reported by:    Michael Blatt <michael.blatt@gmail.com>
16 Jul 2005 01:23:02
Original commit files touched by this commit  2.22
 This port version is marked as vulnerable.
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
05 Apr 2005 15:18:43
Original commit files touched by this commit  2.22
 This port version is marked as vulnerable.
leeym search for other commits by this committer
- update to 2.22

PR:             79563
Submitted by:   maintainer
14 Feb 2005 17:12:36
Original commit files touched by this commit  2.20
 This port version is marked as vulnerable.
vs search for other commits by this committer
Update to 2.20

PR:             ports/77502
Submitted by:   maintainer
26 Dec 2004 16:59:31
Original commit files touched by this commit  2.19
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 2.19

PR:             ports/75505
Submitted by:   maintainer
13 Dec 2004 01:12:31
Original commit files touched by this commit  2.18
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.18

PR:             ports/74704
Submitted by:   maintainer
18 Nov 2004 12:53:12
Original commit files touched by this commit  2.17
 This port version is marked as vulnerable.
vs search for other commits by this committer
Update to 2.17

PR:             ports/74032
Submitted by:   maintainer
13 Oct 2004 09:16:07
Original commit files touched by this commit  2.15
 This port version is marked as vulnerable.
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
14 Aug 2004 11:49:51
Original commit files touched by this commit  2.11
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 2.13

PR:             ports/70448
Submitted by:   maintainer
04 Aug 2004 14:12:49
Original commit files touched by this commit  2.11
 This port version is marked as vulnerable.
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>
31 Jul 2004 13:28:33
Original commit files touched by this commit  2.10
 This port version is marked as vulnerable.
sem search for other commits by this committer
Update to version 2.10

PR:             ports/69841
Submitted by:   maintainer
30 Jun 2004 07:14:28
Original commit files touched by this commit  2.9
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 2.9

PR:             ports/68491
Submitted by:   maintainer
29 Apr 2004 08:24:39
Original commit files touched by this commit  2.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 2.7

PR:             ports/65930
Submitted by:   maintainer
04 Apr 2004 13:57:57
Original commit files touched by this commit  2.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.6

PR:             ports/65159
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
22 Mar 2004 00:34:31
Original commit files touched by this commit  2.5
 This port version is marked as vulnerable.
nork search for other commits by this committer
New description to include information about DHCP server features.

PR:             ports/64554
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
18 Mar 2004 09:16:02
Original commit files touched by this commit  2.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 2.5

PR:             ports/64407
Submitted by:   maintainer
06 Feb 2004 13:12:53
Original commit files touched by this commit  2.2
 This port version is marked as vulnerable.
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
01 Feb 2004 23:50:52
Original commit files touched by this commit  2.2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.2

PR:             ports/62231
Submitted by:   Steven Honson <steven@honson.org> (maintainer)
30 Jan 2004 14:01:35
Original commit files touched by this commit  2.1
 This port version is marked as vulnerable.
arved search for other commits by this committer
Update to 2.1

PR:             62083
Submitted by:   Steven Honson <steven@honson.org>
10 Nov 2003 13:26:57
Original commit files touched by this commit  1.18
 This port version is marked as vulnerable.
leeym search for other commits by this committer
Update to version 1.18

PR:             59099
Submitted by:   Steven Honson <shonson@isoproplex.net>
13 Oct 2003 19:36:10
Original commit files touched by this commit  1.17
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 1.17

PR:             57919 57882
Submitted by:   maintainer, Matt Peterson <matt@peterson.org>
05 Sep 2003 04:54:37
Original commit files touched by this commit  1.13
 This port version is marked as vulnerable.
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

Number of commits found: 81

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.272 seconds.