Bug 208126 - dns/dnsdist: update to 1.0.0-alpha2
Summary: dns/dnsdist: update to 1.0.0-alpha2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Carlos J. Puga Medina
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-03-18 19:04 UTC by Carlos J. Puga Medina
Modified: 2016-03-22 02:15 UTC (History)
1 user (show)

See Also:


Attachments
patch (3.94 KB, patch)
2016-03-18 19:04 UTC, Carlos J. Puga Medina
cpm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-03-18 19:04:07 UTC
Created attachment 168374 [details]
patch

- Update to 1.0.0-alpha2
- Replace USES=readline with USES=libedit
- Remove ragel dependency because it's only required to compile from git.
- Fix MASTER_SITES
- Add incbin License (The Unlicense)
- Enable dnscrypt support
- Fix comparison signedness in dnsname.cc

Changelog: 

http://dnsdist.org/changelog/#dnsdist-100-alpha2
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-03-18 19:13:51 UTC
Testbuilds are fine.

# poudriere testport -j 93x32 -o dns/dnsdist [OK]
# poudriere testport -j 93x64 -o dns/dnsdist [OK]
# poudriere testport -j 10x32 -o dns/dnsdist [OK]
Comment 2 Jason Unovitch freebsd_committer freebsd_triage 2016-03-20 23:54:38 UTC
Approved.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-03-22 02:14:47 UTC
A commit references this bug:

Author: cpm
Date: Tue Mar 22 02:14:02 UTC 2016
New revision: 411633
URL: https://svnweb.freebsd.org/changeset/ports/411633

Log:
  - Update to 1.0.0-alpha2
  - Replace USES=readline with USES=libedit
  - Remove ragel dependency because it's only required to compile from git.
  - Fix MASTER_SITES
  - Add incbin License (The Unlicense)
  - Enable dnscrypt support
  - Fix comparison signedness in dnsname.cc

  Changelog:

  http://dnsdist.org/changelog/#dnsdist-100-alpha2

  PR:		208126
  Approved by:	junovitch (mentor)

Changes:
  head/dns/dnsdist/Makefile
  head/dns/dnsdist/distinfo
  head/dns/dnsdist/files/patch-dnsname.cc
  head/dns/dnsdist/files/patch-iputils.hh
Comment 4 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-03-22 02:15:14 UTC
Done!