1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Matthias Andree
adb91f456d Upgrade to upstream bugfix release 2.55, removing version hack.
Note this version fixes two crashes on startup.

Approved by: garga (mentor)
2010-06-08 20:01:50 +00:00
Matthias Andree
3d0040e8f7 Update pkg-descr (minor fixes; formatting).
Approved by: miwi (mentor)
2010-06-05 13:14:23 +00:00
Matthias Andree
eddf9c5da3 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)
2010-06-04 12:11:14 +00:00
Pav Lucistnik
fe337e0489 - 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
2010-06-04 08:09:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Doug Barton
204523bd3c Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables 2010-03-28 05:52:12 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Matthias Andree
e05b66b4de 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.
2010-01-23 11:24:31 +00:00
Martin Wilke
e3b6397791 - Update to 2.51
PR:		139583
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-10-14 10:34:57 +00:00
Wesley Shields
412b6a9980 - 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)
2009-10-13 16:35:32 +00:00
Martin Wilke
303c07f991 - 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
2009-09-02 12:18:10 +00:00
Martin Wilke
447234fea1 * 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)
2009-08-13 21:05:46 +00:00
Dmitry Marakasov
36e406eb3b - add reload support for rcfile
PR:		136797
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Suggested by:	Maxim Khitrov <mkhitrov@gmail.com>
2009-07-15 22:57:30 +00:00
Martin Wilke
737de15874 - Update to 2.49
PR:		135525
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-06-15 21:07:27 +00:00
Dmitry Marakasov
128a470ec1 - Update to 2.48
PR:		135270
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-06-05 23:14:58 +00:00
Martin Wilke
5ca6c820ce - Pass maintainership to Matthias Andree <matthias.andree@gmx.de> 2009-05-04 18:44:45 +00:00
Martin Wilke
3ee5591a69 - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 15:04:08 +00:00
Martin Wilke
f944a3e5a5 - Fix mail adress 2009-03-11 17:58:40 +00:00
Martin Wilke
28b7bf9dbf - Take over maintainership 2009-03-09 18:37:10 +00:00
Martin Wilke
51922dd910 - Update to 2.47
Approved by:	maintainer implicit
2009-02-09 22:58:45 +00:00
Pav Lucistnik
3304077850 - 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)
2009-01-08 12:38:48 +00:00
Martin Wilke
9e3b80cf09 - Update to 2.46
Approved by:	maintainer implicit
2008-11-15 22:53:13 +00:00
Martin Wilke
12cd225600 - Update to 2.45
Approved by:	maintainer implicit
2008-07-24 12:32:15 +00:00
Martin Wilke
6dbbab5776 - Update to 2.43
Approved by:	maintainer implicit
2008-07-19 13:21:54 +00:00
Martin Wilke
1793534d1c - Update to 2.42
Approved by:	maintainer implicit
2008-06-20 22:05:40 +00:00
Martin Wilke
6d621ed968 - Update to 2.41
Approved by:	maintainer implicit
2008-03-20 22:59:51 +00:00
Pav Lucistnik
026e7e59d0 - Remove USE_GETOPT_LONG which is a no-op since March 200 2008-03-20 09:37:21 +00:00
Martin Wilke
a6d47ced88 - Update to 2.40
Approved by:	maintainer implicit
2007-09-04 22:30:15 +00:00
Martin Wilke
d0415c009a - Update to 2.39
Approved by:	maintainer implicit
2007-07-09 12:51:37 +00:00
Martin Wilke
05b0d02aa6 - Update to 2.38
Approved by:	maintainer (implicit)
2007-02-14 12:06:02 +00:00
Martin Wilke
b0860b9af9 - Update to 2.37
Approved by:	maintainer (implicit)
2007-02-10 11:39:21 +00:00
Martin Wilke
b382c26ea0 - Update to 2.36
Approved by:	maintainer (implicit)
2007-01-22 13:07:22 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Martin Wilke
ea8c3ff817 - Update to 2.35
PR:		ports/105013
Submitted by:	Babak Farrokhi (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-04 22:36:46 +00:00
Martin Wilke
e1adbd0043 - update to 2.34
PR:		ports/104527
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-10-31 09:16:13 +00:00
Martin Wilke
7a7fb176f1 - Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION

PR:		ports/102284
Submitted by:	Babak Farrokhi <babak(at)farrokhi.net>
Approved by:	krion (mentor)
2006-08-21 11:51:06 +00:00
Rong-En Fan
d5f6d604b7 - Update to 2.33
PR:		ports/101745
Submitted by:	Babak Farrokhi <babak at farrokhi.net> (maintainer)
2006-08-10 07:48:24 +00:00
Ion-Mihai Tetcu
260dfa18d1 - fix dbus dependency issue
- change IPv6 OPTION default to off
- bump PORTREVISION

PR:		ports/101172
Submitted by:	Babak Farrokhi (maintainer)
2006-08-01 19:58:37 +00:00
Rong-En Fan
2150809751 - Update to 2.32
- Pass maintainership to submitter

PR:		ports/100207
Submitted by:	Babak Farrokhi <babak farrokhi.net>
2006-07-13 18:25:35 +00:00
Ion-Mihai Tetcu
6cbf14af25 Remove email address at submitter request (private mail).
Approved by:	lawrance (mentor, implicit)
2006-06-06 12:01:06 +00:00
Ion-Mihai Tetcu
54c631b2bb 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)
2006-06-06 09:31:28 +00:00
Emanuel Haupt
8ddc41e8b4 - 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)
2006-02-22 20:16:25 +00:00
Andrey Slusar
065f20c4c3 Update to 2.26
PR:		ports/92246
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:	Steven Honson (maintainer)
2006-01-25 11:01:34 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Marcus Alves Grando
50e5dd4c5a Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner

PR:		87867
Submitted by:	Steven Honson <steven@honson.org> (maintainer)
2005-10-24 01:36:21 +00:00
Sergey Matveychuk
a24a39e03a - Fix rcNG script
PR:		ports/87163
Reported by:	Michael Blatt <michael.blatt@gmail.com>
2005-10-11 18:25:05 +00:00
Yen-Ming Lee
751004fcf2 - 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
2005-07-16 01:23:02 +00:00
Yen-Ming Lee
217fd50f3e - update to 2.22
PR:		79563
Submitted by:	maintainer
2005-04-05 15:18:42 +00:00
Volker Stolz
5e3696a7ad Update to 2.20
PR:		ports/77502
Submitted by:	maintainer
2005-02-14 17:12:36 +00:00
Kirill Ponomarev
1f36a8094e Update to version 2.19
PR:		ports/75505
Submitted by:	maintainer
2004-12-26 16:59:31 +00:00