pkgsrc/net
he 53171aa303 Update unbound to version 1.8.0
Upstream changes:

Features
- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
- unbound-control auth_zone_transfer _zone_ option starts the probe
  sequence for a master to transfer the zone from and transfers when
  a new zone version is available.
- num.queries.tls counter for queries over TLS.
- log port number with err_addr logs.
- dns64-ignore-aaaa: config option to list domain names for which the
  existing AAAA is ignored and dns64 processing is used on the A
  record.
- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
  if DNSSEC is not enabled.  New option -R allows fallback from
  resolv.conf to direct queries.
- Note RFC8162 support.  SMIMEA record type can be read in by the
  zone record parser.
- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
- Add config tcp-idle-timeout (default 30s). This applies to
  client connections only; the timeout on TCP connections upstream
  is unaffected.
- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
  and implement option in client responses.
- Add delay parameter to streamtcp, -d secs.
  To be used when testing idle timeout.
- Expose if a query (or a subquery) was ratelimited (not src IP
  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
  This also introduces a change to 'ub_event_callback_type' in
  libunbound/unbound-event.h.
- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
  This limits the number of simultaneous TCP client connections
  from a nominated netblock.
- Fix #4142: unbound.service.in: improvements and fixes.
  Add unit dependency ordering (based on systemd-resolved).
  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
  about missing privileges during startup). Add 'AF_INET6' to
  'RestrictAddressFamilies' (without it IPV6 can't work). From
  Guido Shanahan.
- unbound-checkconf checks if modules exist and prints if they are
  not compiled in the name of the wrong module.
- Patch for stub-no-cache and forward-no-cache options that disable
  caching for the contents of that stub or forward, for when you
  want immediate changes visible, from Bjoern A. Zeeb.
- Upgraded crosscompile script to include libunbound DLL in the
  zipfile.
- Set libunbound to increase current, because the libunbound change
  to the event callback function signature.  That needs programs,
  that use it, to recompile against the new header definition.
- log-servfail: yes prints log lines that say why queries are
  returning SERVFAIL to clients.
- log-local-actions: yes option for unbound.conf that logs all the
  local zone actions, a patch from Saksham Manchanda (Secure64).
- #4146: num.query.subnet and num.query.subnet_cache counters.
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
  gives access to reply information for the client's communication
  point when the callback is called before the mesh state (modules).
  Changes to C and Python's inplace_callback signatures were also
  necessary.
- Set defaults to yes for a number of options to increase speed and
  resilience of the server.  The so-reuseport, harden-below-nxdomain,
  and minimal-responses options are enabled by default.  They used
  to be disabled by default, waiting to make sure they worked.  They
  are enabled by default now, and can be disabled explicitly by
  setting them to "no" in the unbound.conf config file.  The reuseport
  and minimal options increases speed of the server, and should be
  otherwise harmless.  The harden-below-nxdomain option works well
  together with the recently default enabled qname minimisation, this
  causes more fetches to use information from the cache.
- Added serve-expired-ttl and serve-expired-ttl-reset options.


Bug Fixes
- Windows example service.conf edited with more windows specific
  configuration.
- #4108: systemd reload hang fix.
- Fix usage printout for unbound-host, hostname has to be last
  argument on BSDs and Windows.
- Partial fix for permission denied on IPv6 address on FreeBSD.
- Fix that auth-zone master reply with current SOA serial does not
  stop scan of masters for an updated zone.
- Fix that auth-zone does not start the wait timer without checking
  if the wait timer has already been started.
- #4109: Fix that package config depends on python unconditionally.
- Patch, do not export python from pkg-config, from Petr Menšík.
- Fix checking for libhiredis printout in configure output.
- Fix typo on man page in ip-address description.
- Update libunbound/python/examples/dnssec_test.py example code to
  also set the 20326 trust anchor for the root in the example code.
- Better documentation for unblock-lan-zones and insecure-lan-zones
  config statements.
- Fix permission denied printed for auth zone probe random port nrs.
- Fix documentation ambiguity for tls-win-cert in tls-upstream and
  forward-tls-upstream docs.
- iana port update.
- Fix round robin for failed addresses with prefer-ip6: yes
- Note in documentation that the cert name match code needs
  OpenSSL 1.1.0 or later to be enabled.
- Fix to improve systemd socket activation code file descriptor
  assignment.
- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
  easily changed to adjust default rtt assumptions.
- Fix #4127 unbound -h does not list -p help.
- Print error if SSL name verification configured but not available
  in the ssl library.
- Fix that ratelimit and ip-ratelimit are applied after reload of
  changed config file.
- Resize ratelimit and ip-ratelimit caches if changed on reload.
- Fix #4129 unbound-control error message with wrong cert permissions
  is too cryptic.
- Fix #4130: print text describing -dd and unbound-checkconf on
  config file read error at startup, the errors may have been moved
  away by the startup process.
- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
- Fix use-systemd readiness signalling, only when use-systemd is yes
  and not in signal handler.
- Fix #4135: 64-bit Windows Installer Creates Entries Under The
  Wrong Registry Key, reported by Brian White.
- Fix man page, say that chroot is enabled by default.
- Sort out test runs when the build directory isn't the project
  root directory.
- Error if EDNS Keepalive received over UDP.
- Correct and expand manual page entries for keepalive and idle timeout.
- Implement progressive backoff of TCP idle/keepalive timeout.
- Fix 'make depend' to work when build dir is not project root.
- Fix #4139: Fix unbound-host leaks memory on ANY.
- Fix to remove systemd sockaddr function check, that is not
  always present.  Make socket activation more lenient.  But not
  different when socket activation is not used.
- Fix #4136: insufficiency from mismatch of FLEX capability between
  released tarball and build host.  Fix to unconditionally call
  destroy in daemon.c.
- Make capsforid fallback QNAME minimisation aware.
- document --enable-subnet in doc/README.
- Fix #4144: dns64 module caches wrong (negative) information.
- Fix that printout of error for cycle targets is a verbosity 4
  printout and does not wrongly print it is a memory error.
- Fix segfault in auth-zone read and reorder of RRSIGs.
- Fix contrib/fastrpz.patch.
- Fix warning on compile without threads.
- print servfail info to log as error.
- added more servfail printout statements, to the iterator.
- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
  enabled.
- Fix only misc failure from log-servfail when val-log-level is not
  enabled.
- Fix lintflags for lint on FreeBSD.
- Fix that a local-zone with a local-zone-type that is transparent
  in a view with view-first, makes queries check for answers from the
  local-zones defined outside of views.
2018-09-10 14:31:48 +00:00
..
3proxy pkglint compliance 2018-02-21 15:20:04 +00:00
6tunnel
adns
aget *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
aiccu *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
airport2basestationconfig Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
airportbasestationconfig Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
airportmodemutility Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
amule Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aoe-vblade Sort PLIST files. 2018-01-01 22:29:15 +00:00
apollo *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
argus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aria2 aria2: Work around broken getaddrinfo() detection. 2018-08-14 17:18:37 +00:00
arp-scan Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
arpd Sort PLIST files. 2018-01-01 22:29:15 +00:00
arping Update net/arping to 2.18. 2017-02-11 02:11:31 +00:00
arpwatch *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
autonet net/autonet: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:23 +00:00
avahi Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
awhois
aws-sdk-go Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
balance
barnyard Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
batchftp
bftpd
bind99 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bind910 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bind911 net/bind911 Add BIND 9.11 package 2018-09-09 13:11:38 +00:00
bind912 net/bind912: Added BIND 9.12 package 2018-09-09 13:16:01 +00:00
bing bing: fix build 2017-09-23 20:34:11 +00:00
bird Fix build on NetBSD 8+ 2017-09-25 22:29:06 +00:00
bird6 Updated net/bird{,6} 1.4.5 to 1.6.3 2017-02-11 02:29:48 +00:00
bittornado extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bittornado-gui extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bittorrent extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bittorrent-gui extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bmon fix build on SunOS 2017-07-03 11:52:37 +00:00
bounce
bridged
bsddip Sort PLIST files. 2018-01-01 22:29:15 +00:00
btget revbump after boost-libs update 2018-08-16 18:54:26 +00:00
btpd
bug-buddy Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
bwm-ng Add bwm-ng version 0.6.1 to pkgsrc. 2018-07-20 16:22:41 +00:00
bwping
cacti Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
cacti-spine Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
calypso extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
cclive revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ccrtp Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
cdpd Sort PLIST files. 2018-01-01 22:29:15 +00:00
chimera
chksniff Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
choparp Sort PLIST files. 2018-01-01 22:29:15 +00:00
choqok Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
chrony *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cia
cidr
cisco-mibs
citrix_ica Sort PLIST files. 2018-01-01 22:29:15 +00:00
clisp-rawsock Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
clive Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cmu-dhcpd Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cntlm
coda Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
coherence extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
coilmq *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
connect
corebird *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
corkscrew
couriertcpd Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
coursera-dl Add coursera-dl-0.8.0: 2016-12-15 23:41:31 +00:00
csup Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
dante Updated net/dante to 1.4.2 2017-02-12 01:01:19 +00:00
daq Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
darkstat Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
DarwinStreamingServer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dc_gui2 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
dctc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ddclient ddclient: Substitute in post-patch, not pre-configure 2018-09-03 12:37:45 +00:00
deforaos-vncviewer Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
delegate Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
dgd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
dhcpcd Import dhcpcd-7.0.8 with the following changes: 2018-08-20 16:27:13 +00:00
dhcpcd-dbus dhcpcd*: follow redirect 2017-09-16 08:37:35 +00:00
dhcpcd-gtk Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
dhcpcd-icons dhcpcd*: follow redirect 2017-09-16 08:37:35 +00:00
dhcpcd-qt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
dhcpd-pools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dhid Sort PLIST files. 2018-01-01 22:29:15 +00:00
dhisd
djbdns Look for /etc/dnsrewrite under PKG_SYSCONFBASE. While here, update to 2018-06-18 10:44:38 +00:00
djbdns-run Add 'inet6' option to control dependency on ucspi-tcp{6,}, even 2018-07-29 23:59:26 +00:00
dlint Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dnscap Honor ${PKGMANDIR} during installation of net/dnscap. 2017-08-08 17:13:34 +00:00
dnscheck Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dnscrypt-proxy2 net/dnscrypt-proxy2: Update to 2.0.16. Take maintainership. 2018-08-05 12:28:06 +00:00
dnsdist net/dnsdist: Fix build on SunOS, clean up args, disable optional SNMP. 2018-08-08 15:39:55 +00:00
dnsmasq dnsmasq: updated to 2.79 2018-03-23 12:58:43 +00:00
dnstop Use the curses framework. 2017-01-04 10:01:44 +00:00
dnstracer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
docsis
driftnet
drill Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dtcp pkgsrc: bump PKGREVISION by changing Ruby default version 2018-02-25 12:25:47 +00:00
dtcpclient Sort PLIST files. 2018-01-01 22:29:15 +00:00
dtorrent
dynipclient
echoping Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ed2k-gtk-gui Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
edonkey2k Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
ekiga Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
enet
entropy Comment out dead sites. 2017-08-16 20:45:30 +00:00
erlang-esip net/erlang-esip: Update to 1.0.24. 2018-07-20 09:23:49 +00:00
erlang-stun net/erlang-stun: Update to 1.0.23. 2018-07-20 09:17:56 +00:00
erlang-xmpp net/erlang-xmpp: Update to 1.2.2. 2018-07-20 09:21:56 +00:00
ether2dns
etherape Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
ettercap Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
ettercap-NG Requires libiconv. Sort includes and put them where they belong. 2017-05-12 12:01:01 +00:00
exabgp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ez-ipupdate *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
fair-identd
fetch Follow a redirect. 2017-09-07 07:54:25 +00:00
filezilla filezilla: update to 3.36.0. 2018-09-02 20:37:15 +00:00
firewalk Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
flickcurl revbump after boost-libs update 2018-08-16 18:54:26 +00:00
flodo Sort PLIST files. 2018-01-01 22:29:15 +00:00
flow-tools Comment out dead sites. 2017-08-16 20:45:30 +00:00
fmirror Sort PLIST files. 2018-01-01 22:29:15 +00:00
fpdns Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fping Package requires C99. SunOS requires XPG6 and __EXTENSIONS__. 2017-05-22 09:14:59 +00:00
freeDiameter Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
freenet-tools Comment out dead sites. 2017-08-16 20:45:30 +00:00
freeradius Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
freeradius-freetds Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
freeradius-iodbc Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-krb5 Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-ldap Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-memcached Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-mysql Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-perl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
freeradius-pgsql Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-python Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-rest revbump after boost-libs update 2018-08-16 18:54:26 +00:00
freeradius-sqlite3 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
freeradius-unixodbc Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius-yubikey Update net/freeradius to 3.0.15. 2017-08-26 10:07:27 +00:00
freeradius2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
freerdp Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
ftplibpp
ftpproxy Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
fwknop Import net/fwknop version 2.6.9 from wip 2018-05-01 21:10:42 +00:00
gallery-dl gallery-dl: Update net/gallery-dl to 1.5.2 2018-08-31 19:18:59 +00:00
gcloud-golang-metadata Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
GeoIP
Geomyidae Geomyidae: Adjust LICENSE (all the code is licensed under mit) 2018-08-10 10:44:13 +00:00
get-flash-videos Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
get_iplayer Update get_iplayer to 3.13 2018-04-02 08:20:17 +00:00
gethost
gift Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gift-fasttrack Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gift-gnutella
gift-openft
giftcurs Use the curses framework. 2017-01-04 19:29:23 +00:00
gini
gitso extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
gkrellm-multiping Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
gkrellm-snmp Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
gkrellm-wireless Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
glib-networking net/glib-networking: add a hack for Darwin to install modules with .so suffix 2018-06-04 05:31:02 +00:00
gnapfetch Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gnet Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gnet1
gnetcat
gnome-netstatus Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gnome-nettool Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
gnome-online-accounts Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gnome-vfs-smb Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
gnugk Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
go-dns Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go-grpc Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go-net Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go-ovh Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go-vultr Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go-websocket Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
gofish Fixed pkglint warnings. Bumped PKGREVISION. 2016-12-18 16:36:18 +00:00
gopher
grilo Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
grilo-plugins grilo-plugins: Fix "format not a string literal" errors. 2018-07-31 14:27:35 +00:00
grilo-testui Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
grive revbump after boost-libs update 2018-08-16 18:54:26 +00:00
grive2 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
grpc net/grpc: Update to 1.13.1 2018-08-04 21:25:58 +00:00
gsnmp Comment out dead sites. 2017-08-16 20:45:30 +00:00
gssdp *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
gst-plugins0.10-mms
gst-plugins0.10-rtmp
gst-plugins0.10-soup Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gst-plugins1-libnice Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gst-plugins1-mms
gst-plugins1-rtmp
gst-plugins1-soup gstreamer1: update to 1.14.2 2018-08-17 11:50:51 +00:00
gst-rtsp-server Update gst-rtsp-server to 1.12.3 2017-10-30 15:33:36 +00:00
gt-itm
gtk-gnutella Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
gtk-vnc Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
gtk_wicontrol Comment out dead sites. 2017-08-16 20:45:30 +00:00
guacamole-server Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
gupnp gupnp: update to 1.0.3. 2018-08-16 11:34:18 +00:00
gupnp-av Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gupnp-dlna Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gupnp-igd Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
gupnp-tools Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
haproxy haproxy: remove PLIST.Linux (systemd-wrapper removed in 1.8-dev2) 2018-08-31 09:16:14 +00:00
hesiod
hf6to4 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
hlfl
host host: Apply patches from Matteo Cypriani in PR#52555 2017-09-20 11:18:13 +00:00
howl Comment out dead sites. 2017-08-16 20:45:30 +00:00
hping Don't redefine strlcpy on platforms which already have it, and add 2017-08-24 11:04:00 +00:00
hping3 Various patches and cleanups to fix build on Darwin and SunOS. 2017-06-14 12:17:30 +00:00
hs-network
httping Updated httping to 2.5. 2017-08-14 20:38:02 +00:00
httpstat
httptunnel Sort PLIST files. 2018-01-01 22:29:15 +00:00
hub hub: Update net/hub to 2.5.1 2018-08-24 11:29:35 +00:00
iana-etc
icinga-base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
icsi-finger Sort PLIST files. 2018-01-01 22:29:15 +00:00
iftop Update net/iftop to 1.0pre4 2017-12-11 10:44:16 +00:00
IglooFTP Comment out dead sites. 2017-08-16 20:45:30 +00:00
inadyn add an option for static linking. No change to the default build 2017-02-08 23:48:45 +00:00
inetutils Oops... last commit was not entirely correct 2017-09-08 09:45:12 +00:00
iodine
ipcalc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ipcheck
iperf
iperf3 Requires C99 for some math functions. 2017-04-28 14:12:14 +00:00
ipgrab
iplog
ipv6calc Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ipw
irrd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
irrtoolset5 Comment out dead sites. 2017-08-16 20:45:30 +00:00
isc-dhclient4
isc-dhcp4 net/isc-dhcp4: update to 4.4.1 2018-03-21 15:05:05 +00:00
isc-dhcpd4
isc-dhcrelay4 Fix rc script ordering to prevent a circular dependency. From Uwe Toenjes 2017-08-05 20:09:27 +00:00
ishell Fixed pkglint warnings. 2016-12-18 16:40:20 +00:00
isic
istgt istgt: Leave pkgsrc to handle security features. 2018-02-02 10:19:31 +00:00
jftpgw *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
jigdo revbump after boost-libs update 2018-08-16 18:54:26 +00:00
jumpgate Sort PLIST files. 2018-01-01 22:29:15 +00:00
jwhois Add missing include. 2017-02-14 21:24:49 +00:00
kdenetwork-filesharing revbump after boost-libs update 2018-08-16 18:54:26 +00:00
kdenetwork-strigi-analyzers revbump after boost-libs update 2018-08-16 18:54:26 +00:00
kdnssd Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
kget revbump after boost-libs update 2018-08-16 18:54:26 +00:00
kismet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
kmldonkey revbump after boost-libs update 2018-08-16 18:54:26 +00:00
knewstuff Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
knock 0.7: 2017-07-16 21:25:06 +00:00
knot *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
kopete revbump after boost-libs update 2018-08-16 18:54:26 +00:00
kppp revbump after boost-libs update 2018-08-16 18:54:26 +00:00
krdc revbump after boost-libs update 2018-08-16 18:54:26 +00:00
krfb revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ktorrent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
kxmlrpcclient Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
LaBrea Sort PLIST files. 2018-01-01 22:29:15 +00:00
lambdamoo Follow some http redirects. 2017-08-16 20:21:03 +00:00
lambdamoo-core Follow some http redirects. 2017-08-16 20:21:03 +00:00
lambdamoo-doc Follow some http redirects. 2017-08-16 20:21:03 +00:00
latd Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
ldns Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lft lft 3.79 / WhoB 3.79: 2017-07-11 13:32:38 +00:00
lftp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libares
libasr libasr: set mantype to man 2018-07-31 07:04:29 +00:00
libasyncns
libbind libbind: Fix SunOS/clang. 2018-02-02 16:15:21 +00:00
libcares libcares: updated to 1.14.0 2018-03-01 08:56:31 +00:00
libcmis libcmis: fix build with boost-1.68.0 2018-08-17 17:21:24 +00:00
libdlna revbump after x264-devel update 2018-02-26 08:19:25 +00:00
libdmapsharing Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
libdmapsharing3 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
libdnet Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
libexosip
libfetch Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libfilezilla libfilezilla: update to 0.13.0. 2018-08-16 08:29:25 +00:00
libgdata revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libgdata0.6 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
libIDL Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libktorrent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
liblive Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libmms
libnice Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
libnids
libnipper *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
libpcap use BUILTIN_FIND_HEADERS instead of BUILTIN_FIND_FILES 2017-07-24 07:23:28 +00:00
libquic Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libquvi revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libquvi-scripts
libradius Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
librsync Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libsoup libsoup: update to 2.62.3. 2018-08-16 12:16:17 +00:00
libsscript Comment out dead sites. 2017-08-16 20:45:30 +00:00
libtelnet Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
libtorrent libtorrent: updated to 0.13.7 2018-06-24 16:57:58 +00:00
libtrace
libupnp
libvncserver NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test 2018-07-18 17:55:54 +00:00
libzrtpcpp Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
linc Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
lldpd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
llnlxdir
llnlxftp
logjam Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lopster
lua-copas Drop maintainership. 2017-09-16 19:53:50 +00:00
lua-socket
maradns
mate-user-share Update to 1.20.0: 2018-05-14 13:20:08 +00:00
mbrowse Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
mcast-tools
md-whois Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mDNSResponder Support builtin 878.30.4 in NetBSD base 2018-02-26 18:13:16 +00:00
mDNSResponder-nss Follow some redirects. 2017-09-03 08:53:04 +00:00
megatools revbump after boost-libs update 2018-08-16 18:54:26 +00:00
microdc2
mikutter mikutter: updated to 3.8.0. 2018-09-08 15:52:36 +00:00
mimms extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
miniupnpc add support for PKGMANDIR and fix build on SunOS 2017-07-03 11:53:57 +00:00
miniupnpd
miredo Follow some redirects. 2017-09-03 08:53:04 +00:00
mirror Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
miruo
mitmproxy mitmproxy: Update net/mitmproxy to 4.0.4 2018-08-09 11:51:41 +00:00
mldonkey Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mldonkey-gui Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
modpcap
mono-nat Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
monotorrent Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
monsoon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mosh net/mosh: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:38:59 +00:00
mouse-pppoe
mping
mrstat net/mrstat: Install manpages into ${PKGMANDIR}. 2017-08-19 00:22:49 +00:00
mrt Sort PLIST files. 2018-01-01 22:29:15 +00:00
mrtg Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
msdl
mtftpd Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
mtr Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
mydns-mysql
mydns-pgsql
nagios-base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagios-nrpe Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagios-nsca Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagios-plugin-dnsrbl Updated net/nagios-plugin-dnsrbl to 0.4 2017-09-08 02:26:20 +00:00
nagios-plugin-dotpid net/nagios-plugin-dotpid requires ${NAGIOS_GROUP} to be created. 2017-08-07 09:19:19 +00:00
nagios-plugin-dumpdates Updated net/nagios-plugin-dotpid net/nagios-plugin-dumpdates 2017-03-09 23:47:47 +00:00
nagios-plugin-fstab
nagios-plugin-gfbricks Create ${NAGIOS_GROUP} for plugins that are setgid-executable. 2017-08-07 09:30:45 +00:00
nagios-plugin-ldap net/nagios-plugin-ldap: fix build problem 2017-11-08 03:20:48 +00:00
nagios-plugin-milter net/nagios-plugin-milter: Create necessary users and groups. 2017-08-14 15:24:42 +00:00
nagios-plugin-mysql Use common patches and reset PKGREVISION. 2017-07-04 19:46:29 +00:00
nagios-plugin-mysqlslave Create ${NAGIOS_GROUP} for plugins that are setgid-executable. 2017-08-07 09:30:45 +00:00
nagios-plugin-pgsql Use common patches and reset PKGREVISION. 2017-07-04 19:47:21 +00:00
nagios-plugin-radius *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
nagios-plugin-raidctl Create ${NAGIOS_GROUP} for plugins that are setgid-executable. 2017-08-07 09:30:45 +00:00
nagios-plugin-snmp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagios-plugin-spamd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagios-plugin-syncrepl Updated net/nagios-plugin-dotpid net/nagios-plugin-dumpdates 2017-03-09 23:47:47 +00:00
nagios-plugins Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nagstamon extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
nam Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
nanomsg
nanomsgxx
nap Use the curses framework. 2017-01-04 19:58:00 +00:00
napshare
nasd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nbtscan Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ncdc Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ncftp3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ndiff *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ndpi ndpi: follow redirect 2017-11-06 13:29:38 +00:00
nemesis Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
net-snmp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
net6 Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
netatalk3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netatalk22 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netatalk30 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netbsd-iscsi-initiator
netbsd-iscsi-target
netcat Sort PLIST files. 2018-01-01 22:29:15 +00:00
netcat-openbsd net/netcat-openbsd: Install manpages into ${PKGMANDIR}. 2017-08-19 00:23:24 +00:00
netcat6 netcat6: fix buffer overflow. appease pkglint. bump PKGREVISION. 2017-11-11 17:28:39 +00:00
netdisco Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netgroup Sort PLIST files. 2018-01-01 22:29:15 +00:00
netname
netpipes
nfdump Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
ngrep
nicotine extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
nicovideo-dl
nidentd
nipper *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
nload Use the curses framework. 2017-01-04 19:29:23 +00:00
nmap nmap: ndiff and zenmap are now separate packages (incl. build fixes for zenmap) 2018-04-14 13:04:33 +00:00
nocol Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nprobe Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ns Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
nsd Update nsd to 4.1.24 2018-09-04 11:24:34 +00:00
nslint Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
nstx Sort PLIST files. 2018-01-01 22:29:15 +00:00
ntop Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
ntopng Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ntp4 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
obfs4proxy Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
ocaml-ipaddr Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
ocamlnet Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ocsinventory-agent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ocsync Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
oidentd
oinkmaster Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
omniNotify
omniORB Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
openag Follow some redirects. 2017-09-03 08:53:04 +00:00
openconnect Update openconnect to version 7.08 2017-01-03 00:02:03 +00:00
openh323 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
openntpd
openresolv openresolv: follow redirect 2017-09-16 08:41:20 +00:00
openslp port this to openssl 1.1 hosts. 2018-04-17 18:42:10 +00:00
openvmps Remove unnecessary RCD_SCRIPT_WRK.<script> definitions. 2017-05-21 06:49:09 +00:00
openvpn openvpn: fix for NetBSD with subnet topology; remove empty DIST_SUBDIR 2018-06-24 09:26:12 +00:00
openvpn-acct-wtmpx openvpn: 2.4.6 2018-04-27 06:40:28 +00:00
openvpn-nagios openvpn: 2.4.6 2018-04-27 06:40:28 +00:00
openwbem Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ORBit *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ORBit2
ortp
overnet
owncloudclient Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
p5-Cisco-Abbrev Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Danga-Socket Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-Stream-Bulk Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-DNS-LDNS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-DNS-ZoneParse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-File-Rsync Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-File-RsyncP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FusionInventory-Agent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FusionInventory-Agent-Task-Network Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Geo-IP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Geo-IPfree Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IO-Interface Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IO-SessionData Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IO-Socket-INET6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IO-Socket-Multicast Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IO-Socket-Timeout Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IP-Country Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Akismet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Amazon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Amazon-S3 p5-Net-Amazon-S3: update to 0.85. 2018-08-29 06:22:29 +00:00
p5-Net-AMQP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Bind Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Bonjour Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-CIDR-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-CIDR-Set Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Daemon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DBus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Dev-MIBLoadOrder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DHCP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNS-Resolver-Mock Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNS-Resolver-Programmable Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNS-Zone-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNSServer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Domain-TLD Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DRI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-eBay Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame-Device Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame-Dump Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame-Layer-ICMPv6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame-Layer-IPv6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Frame-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-FTPSSL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-GitHub Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Gnats Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Google Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Google-AuthSub Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Google-Code Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Ident Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-INET6Glue Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Interface Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-IP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-IPv4Addr Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-IPv6Addr Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Jifty Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-LDAP-Server Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Libdnet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Libdnet6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-LibIDN Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-MAC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-NBName Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-OAuth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-OpenID-Common Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-OpenID-Consumer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Packet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Patricia Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Pcap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-RawIP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Server Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Server-SS-PreFork Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SMTP-TLS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SNMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SNMP-Mixin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SSH-Expect Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Stomp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Telnet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Telnet-Cisco Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-TFTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Trac Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Twitter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Write Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-XMPP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-XWhois Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Z3950-ZOOM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-NetAddr-IP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-NetAddr-MAC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-NetPacket Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Nmap-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-Client-DNS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-Client-Ident Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-SNMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-RADIUS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-RadiusPerl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Regexp-Common-net-CIDR Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Regexp-IPv6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-RPC-XML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-RT-Client-REST Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SNMP-Info Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SNMP-MIB-Compiler Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SNMP_Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SOAP-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Socket6 (net/p5-Socket6) Remove netinet6/ipsec.h: Thu Sep 6 19:07:13 2018 +0000 2018-09-08 23:34:37 +00:00
p5-Test-DNS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-RequiresInternet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-TCP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WebService-Google-Reader Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WebService-MusicBrainz Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-X500-DN Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-RPC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XMLRPC-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Zabbix-Sender Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
packit packit: don't overflow a buffer. now runs with SSP/FORTIFY. 2018-01-26 10:52:04 +00:00
paris-traceroute paris-traceroute: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:39:02 +00:00
parpd parpd: follow redirect. 2017-09-16 08:43:26 +00:00
partysip
pchar Sort PLIST files. 2018-01-01 22:29:15 +00:00
pconsole *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
pear-Net_DIME
pear-Net_IDNA2 Update pear-Net_IDNA2 to 0.2.0. 2017-03-17 15:47:23 +00:00
pear-Net_LDAP2
pear-Net_LDAP3
pear-Net_Sieve net/pear-Net_Sieve: update to 1.4.3 2018-03-13 16:24:21 +00:00
pear-Net_SMTP Update pear-Net_SMTP to 1.8.0. 2017-05-28 11:23:32 +00:00
pear-Net_Socket Update pear-Net_Socket to 1.2.2. 2017-05-28 11:21:33 +00:00
pear-Net_URL
pear-Net_URL2
pear-SOAP
pen
perlbal Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pfnet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
php-baikal Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
php-ftp
php-geoip drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x 2017-02-07 10:36:59 +00:00
php-snmp
php-soap g/c the MESSAGE warning about changes in PHP 5.1 - it's long obsolete since 2017-02-27 11:09:42 +00:00
php-sockets php-sockets: Support newer GCC and clang on SunOS. 2018-02-01 13:37:09 +00:00
php-xmlrpc
php-yaz Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
pim6dd
pim6sd
pload
podcastdl revbump after boost-libs update 2018-08-16 18:54:26 +00:00
poink Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
poptop *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
portmap
powerdns net/powerdns: Update to 4.1.4. 2018-09-04 10:16:32 +00:00
powerdns-geoip Update net/powerdns* to 4.1.0. 2018-01-02 12:18:15 +00:00
powerdns-ldap Update net/powerdns* to 4.1.0. 2018-01-02 12:18:15 +00:00
powerdns-mysql Update net/powerdns* to 4.1.0. 2018-01-02 12:18:15 +00:00
powerdns-odbc Update net/powerdns* to 4.1.0. 2018-01-02 12:18:15 +00:00
powerdns-pgsql Update net/powerdns* to 4.1.0. 2018-01-02 12:18:15 +00:00
powerdns-recursor net/powerdns-recursor: Update to 4.1.4. 2018-09-04 10:22:38 +00:00
pppd net/pppd: Install manpages into ${PKGMANDIR}. 2017-08-19 00:24:36 +00:00
pptp *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
proftpd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
proftpd-geoip
proftpd-ldap
proftpd-memcached
proftpd-mysql
proftpd-odbc
proftpd-postgresql Update net/proftpd (and modules) to 1.3.5d with a fix for CVE-2017-7418 2017-04-05 17:36:00 +00:00
proftpd-sqlite Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
proxycheck
proxytunnel *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
publicfile Add 'inet6' option to control dependency on ucspi-tcp{6,}. Bump PKGREVISION. 2018-07-29 23:46:21 +00:00
publicfile-run We depend on publicfile, so we don't need to duplicate its dependencies 2018-07-29 23:51:02 +00:00
puf
pulledpork Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pure-ftpd Follow some redirects. 2017-09-03 08:53:04 +00:00
pxe Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-adns extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-amqp py-amqp: updated to 2.3.2 2018-06-18 07:09:37 +00:00
py-apache-libcloud py-apache-libcloud: update to 2.2.1 2017-09-26 17:21:10 +00:00
py-awscli py-awscli: updated to 1.15.82 2018-08-21 14:42:40 +00:00
py-beanstalkc extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-bitmessage extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-bonjour Fix PKGNAME. 2017-11-28 14:24:31 +00:00
py-boto py-boto: updated to 2.49.0 2018-08-21 14:22:31 +00:00
py-boto3 py-boto3: updated to 1.7.81 2018-08-21 14:39:20 +00:00
py-botocore py-botocore: updated to 1.10.81 2018-08-21 14:26:58 +00:00
py-caldav extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-cares Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-celery py-celery: updated to 4.2.1 2018-08-07 08:41:26 +00:00
py-cymruwhois py-cymruwhois: update to 1.6 2017-10-05 09:16:10 +00:00
py-dns
py-dnsdiag py-dnsdiag: updated to 1.6.4 2018-04-06 12:21:00 +00:00
py-dpkt extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-dropbox
py-eventlib extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-foolscap extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-gandi.cli Restrict to Python 2.7 only. 2016-11-28 23:38:18 +00:00
py-gcs-oauth2-boto-plugin Update py-gcs-oauth2-boto-plugin to 2.1. 2018-06-16 14:45:32 +00:00
py-GeoIP
py-gevent py-gevent: updated to 1.3.6 2018-08-19 09:44:28 +00:00
py-geventhttpclient A high performance, concurrent HTTP client library for python using gevent. 2017-07-14 10:44:59 +00:00
py-google *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
py-google-cloud-sdk py-google-cloud-sdk: Choose a safe fallback for Python interpreter 2018-07-08 12:22:56 +00:00
py-grpcio net/py-grpcio: Update to 1.13.0 2018-08-04 21:56:47 +00:00
py-grpcio-tools net/py-grpcio-tools: Add missing patch file 2018-04-28 13:57:05 +00:00
py-gsutil py-gsutil: updated to 4.33 2018-08-22 08:31:30 +00:00
py-hatop Reset maintainer 2017-09-16 19:26:41 +00:00
py-hpack Update net/py-hpack to 3.0.0 2017-04-14 13:08:15 +00:00
py-IP py-IP: update to 0.83 2017-09-26 17:37:40 +00:00
py-ipaddress py-ipaddress: update to 1.0.22. 2018-04-17 10:47:06 +00:00
py-irclib Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
py-junos-eznc py-junos-eznc: update to 2.1.7 2017-10-16 12:03:57 +00:00
py-kenosis extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-kombu py-kombu: updated to 4.2.1 2018-06-18 07:11:11 +00:00
py-lexicon net/py-lexicon: Update to 2.7.2. 2018-09-10 12:15:14 +00:00
py-libdnet extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-libpcap extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-medusa extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-metar extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-moto py-moto: updated to 1.1.19 2017-12-20 14:13:56 +00:00
py-namecheap py-namecheap: update to 0.0.3. 2018-01-28 12:01:49 +00:00
py-ncclient py-ncclient: updated to 0.6.0 2018-07-14 19:14:47 +00:00
py-netaddr py-netaddr: update to 0.7.19 2017-09-28 12:25:11 +00:00
py-netifaces py-netifaces: updated to 0.10.7 2018-05-10 07:01:55 +00:00
py-netsnmp extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-omniORBpy extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-ORBit extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-pcap *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
py-portend py-portend: updated to 2.3 2018-07-09 07:17:51 +00:00
py-ptt
py-py3dns Import py-py3dns-3.1.1a as net/py-py3dns. 2017-02-25 17:38:41 +00:00
py-pydns
py-pylint-celery py-pylint-celery: mark as incompatible with Python 2.7 2018-07-14 12:12:08 +00:00
py-requestbuilder py-requestbuilder: added version 0.7.1 2018-04-14 13:54:46 +00:00
py-responses py-responses: updated to 0.9.0 2018-04-11 19:56:28 +00:00
py-s3cmd extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-s3transfer py-s3transfer: updated to 0.1.13: 2018-02-16 12:09:42 +00:00
py-scp py-scp: updated to 0.11.0 2018-08-15 11:15:15 +00:00
py-simplesoap py-simplesoap: updated to 1.16.2 2017-12-07 13:16:18 +00:00
py-smb Update to 1.1.23 2018-05-16 01:07:20 +00:00
py-soaplib *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
py-soappy py-soappy: updated to 0.12.22 2018-04-12 10:26:08 +00:00
py-socketpool extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-Socks The Socks and SocksiPy-branch packages conflict. 2018-06-16 14:19:42 +00:00
py-socksipy-branch py-socksipy-branch: updated CATEGORIES, HOMEPAGE, pkglint fixes 2018-08-22 06:20:30 +00:00
py-softlayer Update net/py-softlayer to 5.4.0. 2018-01-23 08:58:01 +00:00
py-softlayer_messaging Reset maintainer 2017-09-16 19:26:41 +00:00
py-subunit py-subunit: added version 1.3.0 2018-05-17 08:09:11 +00:00
py-tldextract py-tldextract: updated to version 2.2.0 2017-10-28 06:54:23 +00:00
py-tweepy Needs pip in setup.py. 2018-01-07 21:01:28 +00:00
py-twisted Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
py-twisted-docs
py-twython 3.4.0 (2016-30-04) 2017-03-14 19:28:31 +00:00
py-txamqp extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-xandikos py-xandikos: updated to 0.0.9 2018-04-09 09:08:34 +00:00
py-zeep py-zeep: updated to 2.5.0 2018-01-31 11:37:29 +00:00
py-zmq py-zmq: updated to 17.1.2 2018-08-13 08:00:30 +00:00
py-zsi extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
pygopherd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
qadsl
quagga Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
queryperf
quvi revbump after boost-libs update 2018-08-16 18:54:26 +00:00
R-pbdZMQ Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
ra-rtsp-proxy Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
rabbiter Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
rabbitmq net/rabbitmq: Update to 3.7.5. 2018-05-14 11:26:15 +00:00
rabbitmq-c net/rabbitmq-c: Update to 0.9.0. 2018-05-14 15:51:40 +00:00
Radicale extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
Radicale2 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
radiusclient-ng Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
radiusd-cistron Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
radsecproxy Update radsecproxy to version 1.6.9. 2017-08-03 11:30:45 +00:00
rancid Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rbldnsd Cleaned up PLIST files. 2018-01-01 18:33:32 +00:00
rdesktop
rdist6
remmina Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
remmina-plugins Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
restclient-ui Updated net/restclient-ui to 3.6.1 2016-12-13 10:57:59 +00:00
rinetd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
rootprobe Sort PLIST files. 2018-01-01 22:29:15 +00:00
rp-l2tp Follow some redirects. 2017-09-04 18:08:18 +00:00
rp-pppoe
rsync Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rtmpdump rtmpdump: clean-up 2017-09-20 06:47:56 +00:00
rtorrent revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ruby-addressable Update ruby-addressable to 2.5.2. 2017-09-10 15:00:29 +00:00
ruby-amq-client Fix HOMEPAGE, make GitHub url to use ssl. 2017-03-20 14:42:03 +00:00
ruby-amq-protocol net/ruby-amq-protocol: update to 2.3.0 2018-03-14 15:07:31 +00:00
ruby-amqp net/ruby-amqp: update to 1.8.0 2018-03-14 15:10:47 +00:00
ruby-connection_pool net/ruby-connection_pool: add version 2.2.1 package 2018-03-13 16:01:25 +00:00
ruby-dnsruby Update ruby-dnsruby to 1.60.2. 2017-09-10 15:13:50 +00:00
ruby-domain_name Update ruby-domain_name to 0.5.20170404. 2017-06-05 14:50:32 +00:00
ruby-em-socksify net/ruby-em-socksify: update to 0.3.2 2018-03-14 15:13:38 +00:00
ruby-icmp
ruby-ipaddress
ruby-net-dhcp
ruby-net-ldap net/ruby-net-ldap: update to 0.16.1 2018-03-14 15:14:33 +00:00
ruby-net-ping net/ruby-net-ping: update to 2.2.0 2018-03-14 15:20:16 +00:00
ruby-net-telnet Add ruby-net-telnet package version 0.1.1. 2017-06-10 16:28:22 +00:00
ruby-netaddr net/ruby-netaddr: update to 2.0.3 2018-03-23 14:27:08 +00:00
ruby-netrc
ruby-network_interface net/ruby-network_interface: Import version 0.0.2 2018-05-02 18:16:25 +00:00
ruby-nio4r net/ruby-nio4r: update to 2.3.1 2018-05-06 02:21:37 +00:00
ruby-pcaprub ruby-pcaprub: fix build on SunOS 2017-09-23 19:50:09 +00:00
ruby-pluggaloid
ruby-proxifier Add ruby-proxifier package version 1.0.3. 2017-06-05 14:52:55 +00:00
ruby-public_suffix ruby-public_suffix: update to 3.0.2. 2018-02-18 05:42:44 +00:00
ruby-recog net/ruby-recog: update to 2.1.18 2018-03-21 11:40:16 +00:00
ruby-ruby_smb net/ruby-ruby_smb: update to 0.0.23 2018-03-21 11:48:32 +00:00
ruby-rubytter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-slack-api ruby-slack-api: update to 1.6.1. 2018-02-18 05:46:09 +00:00
ruby-snmp Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-soap4r
ruby-stompserver *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ruby-tw ruby-tw: relax a gemspec version of json. 2018-04-29 14:49:31 +00:00
ruby-twitter ruby-twitter: update to 6.2.0. 2017-12-09 18:00:46 +00:00
ruby-twitter-stream Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-twitter-text ruby-twitter-text: update to 2.1.0. 2017-12-30 04:40:20 +00:00
ruby-xdr net/ruby-xdr: Import version 2.0.0 2017-10-06 17:00:29 +00:00
sacc sacc: Fix a copypasto in HOMEPAGE 2018-02-28 16:32:56 +00:00
samba Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
samba4 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sayaka *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
scamper
scapy *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
scdp Follow some redirects. 2017-09-04 18:08:18 +00:00
scli Comment out dead sites. 2017-09-04 18:00:49 +00:00
sdig Comment out dead sites. 2017-09-04 18:00:49 +00:00
sdist
SDL2_net Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
SDL_net
sendfile
ser Sort PLIST files. 2018-01-01 22:29:15 +00:00
sharity-light Sort PLIST files. 2018-01-01 22:29:15 +00:00
sipcalc
sipsak *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
sitescooper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
slurm Comment out dead sites. 2017-09-04 18:00:49 +00:00
smokeping Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sniffit Sort PLIST files. 2018-01-01 22:29:15 +00:00
sniproxy sniproxy: Improve distinfo 2018-04-18 19:34:11 +00:00
snmptt Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
snort *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
socat *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
socket++ socketxx: fix HOMEPAGE 2017-11-06 13:36:39 +00:00
socks4 Sort PLIST files. 2018-01-01 22:29:15 +00:00
solaris-tap
speedtest-cli
speedtouch
spegla net/spegla: Install manpages into ${PKGMANDIR}. 2017-08-19 00:25:59 +00:00
spread Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
spreadlogd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
srsh
sslh sslh: update to 1.19c. 2018-04-29 09:41:15 +00:00
ssmping Comment out dead sites. 2017-09-04 18:00:49 +00:00
ssync
stripes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
stund Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sup Sort PLIST files. 2018-01-01 22:29:15 +00:00
syncffsd Sort PLIST files. 2018-01-01 22:29:15 +00:00
syncthing syncthing: use go-package.mk instead of custom Makefile rules 2018-08-29 13:27:40 +00:00
syncthing-gtk Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
synergy revbump after boost-libs update 2018-08-16 18:54:26 +00:00
sysmon *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
tacacs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tacacs-shrubbery Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
taskserver taskserver: set absolute path in taskdctl 2018-09-06 10:55:42 +00:00
tcl-scotty I'm sorry, the configure patch was mangled. Here's a correction. 2018-05-30 09:39:12 +00:00
tcpdmerge Comment out dead sites. 2017-09-04 18:00:49 +00:00
tcpdpriv
tcpdstat
tcpdump Updated tcpdump to 4.9.2. 2017-09-08 11:10:41 +00:00
tcpflow tcpflow: updated to 1.5.0 2018-08-21 06:52:11 +00:00
tcpick
tcpillust Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tcpreplay Sort PLIST files. 2018-01-01 22:29:15 +00:00
tcpslice Sort PLIST files. 2018-01-01 22:29:15 +00:00
tcptrace
tcptraceroute Sort PLIST files. 2018-01-01 22:29:15 +00:00
tcptraceroute6 Follow some redirects. 2017-09-04 18:08:18 +00:00
teamspeak-client
teamspeak-server Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
tigervnc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tightvnc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tightvncviewer Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
tinc Update tinc to 1.0.32. Changes since 1.0.26: 2017-09-08 13:53:25 +00:00
tinyfugue Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
tkined Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tn5250 tn5250: comment out dead HOMEPAGE 2018-01-14 10:41:37 +00:00
tnftp
tnftpd
tor tor: update to 0.3.3.9. 2018-07-17 06:14:04 +00:00
torrentutils Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
torsocks torsocks: Import torsocks-2.2.0 as net/torsocks 2018-02-26 13:19:55 +00:00
totd Comment out dead sites. 2017-09-06 10:40:25 +00:00
traceroute-as
traceroute-nanog Sort PLIST files. 2018-01-01 22:29:15 +00:00
trafshow Comment out dead sites. 2017-09-06 10:40:25 +00:00
transmission revbump after boost-libs update 2018-08-16 18:54:26 +00:00
transmission-gtk revbump after boost-libs update 2018-08-16 18:54:26 +00:00
transmission-qt revbump after boost-libs update 2018-08-16 18:54:26 +00:00
trickle Follow some redirects. 2017-09-06 09:02:59 +00:00
tsclient Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tsocks
tspc tspc: comment out dead sites 2017-11-06 13:38:29 +00:00
ttt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tvnjviewer
twittering-mode *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
twitux Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
u6rd Sort PLIST files. 2018-01-01 22:29:15 +00:00
ucarp
ucspi-ssl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ucspi-tcp Use external destdir patch. Add CONFLICTS with ucspi-tcp6, to be added shortly. 2018-07-25 16:19:16 +00:00
ucspi-tcp6 Fix paths to installed binaries in shell scripts. Bump PKGREVISION. 2018-08-15 17:49:22 +00:00
udns
udpcast Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
udptunnel
uftp
unbound Update unbound to version 1.8.0 2018-09-10 14:31:48 +00:00
unfs3
unifi unifi: update to unifi-5.8.28 2018-08-20 21:25:10 +00:00
unison Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
unison2.32 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
unison2.40 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
unison2.51 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
unworkable Cleaned up PLIST files. 2018-01-01 18:33:32 +00:00
upclient Sort PLIST files. 2018-01-01 22:29:15 +00:00
upnpinspector extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
urlgfe revbump after boost-libs update 2018-08-16 18:54:26 +00:00
userppp
uucp uucp: follow redirects 2017-11-26 10:54:19 +00:00
vcheck Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
vde
vinagre Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
vino Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
vnc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
vncviewer upgrade to latest and fix for gcc-6 2018-04-18 20:48:19 +00:00
vnstat Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
vpnc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
vpnc-script
vsftpd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
vtun
wakeup
walker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wap-utils Use the curses framework. 2017-01-04 19:58:00 +00:00
waste Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
websocketpp Import websocketpp-0.7.0 as net/websocketpp. 2017-03-14 13:09:37 +00:00
wget Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wgetpaste
whatmask
whois3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
whoson
wide-dhcpv6
wimon Comment out dead sites. 2017-09-06 10:40:25 +00:00
wireshark wireshark: Readjust PLIST for ${PLIST.icons} entries 2018-09-10 08:34:06 +00:00
wistumbler Comment out dead sites. 2017-09-06 10:40:25 +00:00
wistumbler2 net/wistumbler2: Install manpages into ${PKGMANDIR}. 2017-08-19 00:26:48 +00:00
wistumbler2-gtk Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wmget revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wminet Comment out dead sites. 2017-09-06 10:40:25 +00:00
wmnd
wmnet Add support for LDFLAGS 2017-10-25 21:45:38 +00:00
wmpload Honor LDFLAGS. Fixes RELRO build. 2017-07-15 14:09:22 +00:00
wol Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wpa_gui Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wpa_supplicant wpa_supplicant: apply upstream patch for security advisory 2017-10-16 10:26:21 +00:00
wu-ftpd *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
x2vnc xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xfce4-wavelan-plugin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
xfindproxy xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xipdump Comment out dead sites. 2017-09-06 10:40:25 +00:00
xl2tpd Sort PLIST files. 2018-01-01 22:29:15 +00:00
xmftp Comment out dead sites. 2017-09-06 10:40:25 +00:00
xnap
xorp
xrmftp Comment out dead sites. 2017-09-06 10:40:25 +00:00
xtraceroute Sort PLIST files. 2018-01-01 22:29:15 +00:00
xymon *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
xymonclient update xymon + xymonclient to 4.3.28 2017-09-28 10:40:35 +00:00
yafc
yale-tftpd
yaz Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
youtube-dl youtube-dl: Update net/youtube-dl to 20180908 2018-09-08 16:24:35 +00:00
ytalk ytalk: update HOMEPAGE and MASTER_SITES 2017-10-09 08:53:56 +00:00
ywho
zenmap *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
zeroconf-ioslave revbump after boost-libs update 2018-08-16 18:54:26 +00:00
zeromq zeromq: updated to 4.2.5 2018-07-14 18:19:16 +00:00
zsync
Makefile net/Makefile: add and enable bind912 2018-09-09 13:16:36 +00:00