Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 08:50:57 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/dns/dnsmasq Makefile distinfo ports/dns/dnsmasq/files patch-aa
Message-ID:  <201102210850.p1L8ovY0004017@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mandree     2011-02-21 08:50:57 UTC

  FreeBSD ports repository

  Modified files:
    dns/dnsmasq          Makefile distinfo 
  Removed files:
    dns/dnsmasq/files    patch-aa 
  Log:
  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  Changes    Path
  1.68      +22 -9     ports/dns/dnsmasq/Makefile
  1.48      +2 -2      ports/dns/dnsmasq/distinfo
  1.2       +0 -11     ports/dns/dnsmasq/files/patch-aa (dead)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102210850.p1L8ovY0004017>