pkgsrc/net
adam e230e8278c haproxy: updated to 2.2.0
HAProxy 2.2.0 was released on 2020/07/07. It added 24 new commits
after version 2.2-dev12.

There were very few last-minute changes since dev12, just as I hoped,
that's pretty fine.

We're late by about 1 month compared to the initial planning, which is
not terrible and should be seen instead as an investment on the debugging
cycle since almost only bug fixes were merged during that period. In the
end you get a better version later.

While I was initially worried that this version didn't seem to contain
any outstanding changes, looking back in the mirror tells be it's another
awesome one instead:

  - dynamic content emission:
     - "http-request return" directive to build dynamic responses ;
     - rewrite of headers (including our own) after the response ;
     - dynamic error files (errorfiles can be used as templates to
       deliver personalized pages)

  - further improvements to TLS runtime certificates management:
     - insertion of new certificates
     - split of key and cert
     - manipulation and creation of crt-lists
     - even directories can be handled

    And by the way now TLSv1.2 is set as the default minimum version.

  - significant reduction of server-side resources by sharing idle
    connection pools between all threads ; till 2.1 if you had 64 threads,
    each of them had its own connections, so the reuse rate was lower, and
    the idle connection count was very high. This is not the case anymore.

  - health-checks were rewritten to all rely on tcp-check rules behind the
    curtains. This allowed to get rid of all the dirt we had accumulate over
    18 years and to write extensible checks. New ones are much easier to add.
    In addition we now have http-checks which support header and body
    addition, and which pass through muxes (HTTP/1 and HTTP/2).

  - ring buffer creation with ability to forward any event to any log server
    including over TCP. This means that it's now possible to log over a TCP
    syslog server, and that adding new protocols should be fairly easy.

  - further refined and improved debugging (symbols in panic dumps, malloc
    debugging, more activity counters)

  - the default security was improved. For example fork() is forbidden by
    default, which will block against any potential code execution (and
    will also block external checks by default unless explicitly unblocked).

  - new performance improvements in the scheduler and I/O layers, reducing
    the cost of I/O processing and overall latency. I've known from private
    discussions that some noticed tremendous gains there.

I'm pretty sure there are many other things but I don't remember, I'm
looking at my notes. I'm aware that HaproxyTech will soon post an in-depth
review on the haproxy.com blog so just have a look there for all the details.
(edit: it's already there: https://www.haproxy.com/blog/announcing-haproxy-2-2/
).

There are three things I noted during the development of this version.

The first one is that with the myriad of new tools we're using to help
users and improve our code quality (discourse, travis, cirrus, oss-fuzz,
mailing-list etc), some people really found their role in the project and
are becoming more autonomous. This definitely scales much better and helps
me spend less time on things that are not directly connected to my code
activities, so thank you very much for this (Lukas, Tim, Ilya, Cyril).

The second one is that this is the first version that has been tortured
in production long before the release. And when I'm saying "tortured", I
really mean it, because several of us were suffering as well. But it
allowed to address very serious issues that would have been a nightmare
to debug and fix post-release. For this I really want to publicly thank
William Dauchy for all his work and involvement on this, and for all the
very detailed reports he's sent us. For me this is the proof that running
code early on very limited traffic is enough to catch unacceptable bugs
that will not hit you later. And this pays off because he will be able to
deploy 2.2 soon without sweating. Others might face bugs that were not in
the perimeter he tested, hehe :-) I really encourage anyone who can to do
this. I know it's not easy and can be risky, but with some organization
and good prod automation it's possible and is great. What's nice with
reporting bugs during development is that you have a safe version to roll
back to and it can take the time it takes to fix the bug, it's not a
problem! Please think about it and what it would imply for you to adopt
such a model, it's a real time saver and risk saver for your production.

The last one is that we started to use the -next branch to queue some
pending work (that was already merged) and that the principle of finishing
one version while we're starting to queue some work for the next one is
well accepted and will help really us. I'd like this to continue and grow
in importance.

Enough talking, now's time to download and update, and for me to leave to
have dinner :-)
2020-07-15 09:20:44 +00:00
..
3proxy
6tunnel 6tunnel: Update to 0.13 2020-01-09 20:09:34 +00:00
adns all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aget
aiccu revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
airport2basestationconfig
airportbasestationconfig
airportmodemutility
amule librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
aoe-vblade *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
apollo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
argus net/argus: remove no-op REPLACE_PERL 2020-05-22 05:45:23 +00:00
aria2 Revbump for icu 2020-06-02 08:22:31 +00:00
arp-scan Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
arpd
arping Add patch to avoid declaring variables in a for statement which reduces 2020-07-07 08:48:25 +00:00
arpwatch
autonet net: align variable assignments 2019-11-03 11:45:28 +00:00
avahi Revbump for icu 2020-06-02 08:22:31 +00:00
awhois
aws-sdk-go Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
balance
bandcamp-dl bandcamp-dl: Sort PLIST 2020-05-18 08:51:47 +00:00
barnyard net: align variable assignments 2019-11-03 11:45:28 +00:00
batchftp net: align variable assignments 2019-11-03 11:45:28 +00:00
bbk_cli revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
bftpd net/bftpd: fix location of configuration file in manual page 2020-04-26 14:02:28 +00:00
bind911 net/bind911: update to 9.11.20 2020-06-18 14:06:21 +00:00
bind914 net/bind914: Fix build under NetBSD-current 2020-06-30 17:27:06 +00:00
bing
bird all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bird6
bittornado Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
bittornado-gui net: align variable assignments 2019-11-03 11:45:28 +00:00
bmon
bounce
bridged
bsddip net: align variable assignments 2019-11-03 11:45:28 +00:00
btget revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
btpd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
bwm-ng all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bwping all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
cacti Revbump for icu 2020-06-02 08:22:31 +00:00
cacti-spine *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
calypso all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cclive revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
ccrtp revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
cdpd net: align variable assignments 2019-11-03 11:45:28 +00:00
chksniff
choparp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
choqok *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
chrony revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
cia
cidr
cisco-mibs Update cisco-mibs to 20170101, latest available tar files from Cisco 2020-01-05 18:45:58 +00:00
citrix_ica net: align variable assignments 2019-11-03 11:45:28 +00:00
clisp-rawsock
clive *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cmu-dhcpd
cntlm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
coda Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
coherence Don't use a Twisted version that no longer exist. 2020-04-20 00:42:52 +00:00
coilmq Dependencies of coilmq have non-overlapping set of Python versions. 2020-05-14 19:38:45 +00:00
connect net: align variable assignments 2019-11-03 11:45:28 +00:00
corebird Revbump for icu 2020-06-02 08:22:31 +00:00
corkscrew
couriertcpd net/couriertcpd: remove ipv6 option 2020-05-21 19:21:17 +00:00
coursera-dl coursera-dl: mark as incompatible with Python 2.7 and self conflicting 2019-09-25 13:09:41 +00:00
csup *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dante all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
daq daq requires flex, handle packaging on Linux 2020-02-18 22:56:43 +00:00
darkstat
DarwinStreamingServer net/DarwinStreamingServer: allow build even with -Werror=char-subscripts 2020-05-03 14:25:53 +00:00
dbip-asn-lite dbip-asn-lite: update to 2020-07. 2020-07-01 08:57:16 +00:00
dbip-city-lite dbip-city-lite: update to 2020-07. 2020-07-01 09:31:19 +00:00
dbip-country-lite dbip-country-lite: update to 2020-07. 2020-07-01 09:13:47 +00:00
dc_gui2 Revbump for icu 2020-06-02 08:22:31 +00:00
dctc Revbump for icu 2020-06-02 08:22:31 +00:00
ddclient *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
deforaos-vncviewer revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
delegate net/delegate: fix potential endless loop in CGI part 2020-05-03 17:22:50 +00:00
dgd Uses tar as tool 2020-03-30 19:39:05 +00:00
dhcpcd Update to dhcpcd-9.1.4 with the following changes: 2020-07-03 10:49:07 +00:00
dhcpcd-dbus
dhcpcd-gtk librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
dhcpcd-icons Import dhcpcd-ui-0.7.7 with the following changes: 2019-12-03 15:40:05 +00:00
dhcpcd-qt Revbump for icu 2020-06-02 08:22:31 +00:00
dhcpd-pools net/dhcpd-pools: remove outdated SUBST block 2020-04-28 04:29:01 +00:00
dhid all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dhisd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
djbdns Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
djbdns-run net/djbdns-run: fix placeholders in README 2020-06-06 09:24:27 +00:00
djbdnscurve6 Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
dlint Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
dnscap
dnscheck dnscheck: Do not install perllocal.pod 2020-06-26 21:08:55 +00:00
dnscrypt-proxy2 Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
dnsdist dnsdist: Always use the pkgsrc editline layout. 2020-04-23 07:43:30 +00:00
dnsmasq revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
dnstop
dnstracer all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
docsis *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
driftnet *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
drill net: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:56:55 +00:00
dtcp
dtcpclient *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dtorrent *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dynipclient
echoping *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ed2k-gtk-gui *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
edonkey2k
enet enet: Update to 1.3.15 2020-06-13 18:22:12 +00:00
entropy Drop "optimisation" that breaks the build with clang, modern GCC and 2020-05-22 01:23:41 +00:00
erlang-esip
erlang-stun
erlang-xmpp
ether2dns
etherape librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ettercap net: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:56:55 +00:00
ettercap-NG net: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:56:55 +00:00
exabgp net/exabgp: allow bashisms in unused file 2020-05-23 10:29:58 +00:00
ez-ipupdate
fair-identd
fehqlibs net/fehqlibs: allow to skip substitution for "echo -n" 2020-03-20 19:52:23 +00:00
fetch *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
filezilla filezilla: update to 3.48.1. 2020-06-10 15:22:32 +00:00
firewalk
flickcurl Revbump for icu 2020-06-02 08:22:31 +00:00
flodo
flow-tools net/flow-tools: fix some pkglint warnings 2019-09-12 21:04:15 +00:00
fmirror
fpdns fpdns: update to 0.10.0-20190131. 2020-04-02 09:46:52 +00:00
fping fping: updated to 4.3 2020-07-12 19:31:03 +00:00
freeDiameter Revbump for icu 2020-06-02 08:22:31 +00:00
freenet-tools
freeradius freeradius: Fix SMF initialisation. 2020-04-16 15:49:30 +00:00
freeradius-freetds revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
freeradius-iodbc freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-krb5 freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-ldap freeradius: updated to 3.0.21 2020-04-08 09:42:05 +00:00
freeradius-memcached freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-mysql freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-perl freeradius: updated to 3.0.20 2019-12-30 18:17:22 +00:00
freeradius-pgsql freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-python freeradius-python: fix building when multiple Python versions are installed 2019-09-24 10:48:45 +00:00
freeradius-rest revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
freeradius-sqlite3 Revbump for icu 2020-06-02 08:22:31 +00:00
freeradius-unixodbc freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius-yubikey freeradius: updated to 3.0.19 2019-07-04 07:44:52 +00:00
freeradius2 net: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:56:55 +00:00
freerdp revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
freerdp2 freerdp2: Update to 2.1.1 2020-06-09 12:22:01 +00:00
fstrm *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ftplibpp Fix <functional> vs BSD socket conflict 2020-03-26 02:30:26 +00:00
ftpproxy all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fwknop Needs libtool. 2019-12-21 23:44:59 +00:00
gallery-dl gallery-dl: Update to 1.14.2 2020-06-29 11:39:07 +00:00
gcloud-golang-metadata Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
GeoIP GeoIP: Update to 1.6.12 2020-01-08 11:59:43 +00:00
Geomyidae
get-flash-videos Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
get_iplayer get_iplayer: Update to 3.26 2020-06-29 15:06:38 +00:00
gethost net: align variable assignments 2019-11-03 11:45:28 +00:00
gh gh: Update to 0.10.1 2020-07-08 16:16:05 +00:00
gift *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gift-fasttrack
gift-gnutella Revbump for icu 2020-06-02 08:22:31 +00:00
gift-openft *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
giftcurs *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gini *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gitso *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
gkrellm-multiping librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gkrellm-snmp librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gkrellm-wireless librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
glib-networking glib-networking: updated to 2.64.3 2020-07-08 06:50:08 +00:00
gnapfetch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gnet *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gnet1 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gnetcat *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gnome-nettool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gnome-online-accounts gnome-online-accounts: Update to 3.36.0 2020-06-10 20:13:01 +00:00
gnome-vfs-smb Revbump for icu 2020-06-02 08:22:31 +00:00
gnugk *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
go-dns Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-dnstap Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-framestream Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-grpc Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-net Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-ovh Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-tcplisten Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-websocket Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
gofish *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gopher gopher: Update to 3.0.17 2019-10-04 09:34:41 +00:00
grilo Revbump for icu 2020-06-02 08:22:31 +00:00
grilo-plugins Revbump for icu 2020-06-02 08:22:31 +00:00
grive revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
grive2 revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
grpc grpc: updated to 1.30.1 2020-07-09 07:23:43 +00:00
gsnmp *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gssdp Revbump for icu 2020-06-02 08:22:31 +00:00
gssdp12 Revbump for icu 2020-06-02 08:22:31 +00:00
gst-plugins0.10-mms Revbump for icu 2020-06-02 08:22:31 +00:00
gst-plugins0.10-rtmp Revbump for icu 2020-06-02 08:22:31 +00:00
gst-plugins0.10-soup Revbump for icu 2020-06-02 08:22:31 +00:00
gst-plugins1-libnice Revbump for icu 2020-06-02 08:22:31 +00:00
gst-plugins1-mms *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-rtmp revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gst-plugins1-soup Revbump for icu 2020-06-02 08:22:31 +00:00
gst-rtsp-server Fix portability 2020-03-26 02:29:37 +00:00
gt-itm
gtk-gnutella Revbump for icu 2020-06-02 08:22:31 +00:00
gtk-vnc Revbump for icu 2020-06-02 08:22:31 +00:00
gtk_wicontrol
guacamole-server revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gupnp Revbump for icu 2020-06-02 08:22:31 +00:00
gupnp-av Revbump for icu 2020-06-02 08:22:31 +00:00
gupnp-dlna Revbump for icu 2020-06-02 08:22:31 +00:00
gupnp-igd Revbump for icu 2020-06-02 08:22:31 +00:00
gupnp-tools Revbump for icu 2020-06-02 08:22:31 +00:00
gupnp12 Revbump for icu 2020-06-02 08:22:31 +00:00
haproxy haproxy: updated to 2.2.0 2020-07-15 09:20:44 +00:00
hesiod net: align variable assignments 2019-11-03 11:45:28 +00:00
hf6to4 all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
hlfl
host
howl
hping net: align variable assignments 2019-11-03 11:45:28 +00:00
hping3 net: align variable assignments 2019-11-03 11:45:28 +00:00
hs-connection hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-mime-types hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-network hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-network-uri hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-resolv hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-socks hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
httping *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
httpstat PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
httptunnel net: align variable assignments 2019-11-03 11:45:28 +00:00
hub Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
iana-etc make this work again 2019-06-15 15:18:22 +00:00
icinga-base Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
icsi-finger net: align variable assignments 2019-11-03 11:45:28 +00:00
iftop iftop: update HOMEPAGE, add LICENSE 2019-07-05 19:16:19 +00:00
IglooFTP net/IglooFTP: fix potential endless loop for long passwords 2020-05-03 14:38:36 +00:00
inadyn all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inetutils net/inetutils: remove unknown configure options 2020-05-31 15:05:28 +00:00
iodine all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ipcalc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ipcheck *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
iperf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
iperf3 iperf3: updated to 3.8.1 2020-06-11 17:12:43 +00:00
ipgrab *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
iplog *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ipv6calc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ipw
irrd net: align variable assignments 2019-11-03 11:45:28 +00:00
irrtoolset5 Don't mess up include guards of system headers. 2020-05-14 19:15:41 +00:00
isc-dhclient4 isc-dhcp: update ISC DHCP to 4.4.2 2020-01-23 08:11:27 +00:00
isc-dhcp4 net/isc-dhcp4: skip check for unknown configure options 2020-05-10 14:24:59 +00:00
isc-dhcpd4 isc-dhcp: update ISC DHCP to 4.4.2 2020-01-23 08:11:27 +00:00
isc-dhcrelay4 isc-dhcp: update ISC DHCP to 4.4.2 2020-01-23 08:11:27 +00:00
ishell *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
isic *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
istgt net/istgt: remove no-op SUBST block 2020-04-27 04:43:47 +00:00
jftpgw net/jftpgw: remove no-op SUBST block 2020-04-27 04:47:32 +00:00
jigdo revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
jumpgate
jwhois Reset maintainer as requested. 2020-04-12 23:59:41 +00:00
kdenetwork-filesharing *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
kdenetwork-strigi-analyzers *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
kdnssd kdnssd: update to 5.70.0 2020-06-07 11:40:39 +00:00
kget *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
kismet Revbump for icu 2020-06-02 08:22:31 +00:00
kmldonkey *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
knewstuff knewstuff: update to 5.70.0 2020-06-07 11:41:29 +00:00
knock all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
knot knot: Update to 2.9.5 2020-05-27 14:32:02 +00:00
kopete *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
kppp *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
krdc kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
krfb kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
ktorrent *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
kxmlrpcclient kxmlrpcclient: update to 5.70.0 2020-06-07 11:43:17 +00:00
LaBrea *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lambdamoo
lambdamoo-core
lambdamoo-doc
latd
ldns *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
lft lft: Update to 3.80 2020-03-24 14:40:56 +00:00
lftp revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libares
libasr *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libasyncns
libbind
libcares libcares: updated to 1.16.1 2020-06-01 19:11:37 +00:00
libcmis Revbump for icu 2020-06-02 08:22:31 +00:00
libdlna libdlna: Switch to ffmpeg4 2020-04-25 14:04:59 +00:00
libdmapsharing3 Revbump for icu 2020-06-02 08:22:31 +00:00
libdnet
libexosip libexosip: Update to 5.1.0 2020-03-06 13:01:47 +00:00
libfetch *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libfilezilla libfilezilla: update to 0.22.0. 2020-06-10 15:13:50 +00:00
libgdata Revbump for icu 2020-06-02 08:22:31 +00:00
libgdata0.6 Revbump for icu 2020-06-02 08:22:31 +00:00
libIDL *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libiscsi libiscsi: don't build ld_iscsi.so 2020-03-22 12:42:41 +00:00
libktorrent *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
liblive net: align variable assignments 2019-11-03 11:45:28 +00:00
libmms Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
libnice Revbump for icu 2020-06-02 08:22:31 +00:00
libnids *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
libnipper Fix const use with standard compliant C++ string.h. 2020-03-26 02:28:58 +00:00
libpcap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libquic libquic: Strip -Werror 2020-03-06 13:39:26 +00:00
libquvi revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libquvi-scripts *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
libradius
librsync Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libsoup Revbump for icu 2020-06-02 08:22:31 +00:00
libsscript
libtelnet libtelnet: don't accidentally find doxygen outside of pbulk sandboxes 2020-06-17 17:06:55 +00:00
libtorrent *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libtorrent-rasterbar libtorrent-rasterbar: Update to 1.2.7 2020-06-03 16:23:10 +00:00
libtrace revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libupnp Don't redefine standard identifiers. Bump revision. 2020-03-20 20:46:40 +00:00
libvncserver revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libzrtpcpp Revbump for icu 2020-06-02 08:22:31 +00:00
linc *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
lldpd Resolve PLIST issue. 2020-06-19 19:18:12 +00:00
llnlxdir net: align variable assignments 2019-11-03 11:45:28 +00:00
llnlxftp net: align variable assignments 2019-11-03 11:45:28 +00:00
lopster *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lua-copas Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lua-socket Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, 2020-07-11 15:14:29 +00:00
maradns net: align variable assignments 2019-11-03 11:45:28 +00:00
mate-user-share Update all MATE packages (except system-monitor) to 1.24.0. 2020-04-05 16:05:39 +00:00
mbrowse librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mcast-tools net: align variable assignments 2019-11-03 11:45:28 +00:00
md-whois all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mDNSResponder net: align variable assignments 2019-11-03 11:45:28 +00:00
mDNSResponder-nss Avoid complex version logic for obsolete NetBSD versions 2020-04-29 19:57:51 +00:00
megatools revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
microdc2 Revbump for icu 2020-06-02 08:22:31 +00:00
mikutter mikutter: update to 4.0.6. 2020-07-04 06:53:51 +00:00
mikutter-plugins-twitter Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
mimms all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
minitube minitube: Fix previous to use qt5-tools as TOOL_DEPENDS 2020-06-22 11:49:01 +00:00
miniupnpc
miniupnpd
miredo
mirror Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
miruo
mitmproxy mitmproxy: Update to 5.1.1 2020-04-13 20:40:22 +00:00
mldonkey *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
mldonkey-gui Revbump for icu 2020-06-02 08:22:31 +00:00
modpcap
mono-nat Revbump for icu 2020-06-02 08:22:31 +00:00
monotorrent Revbump for icu 2020-06-02 08:22:31 +00:00
mosh *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mosquitto mosquitto: Various SunOS fixes and improvements. 2020-04-16 15:19:11 +00:00
mouse-pppoe
mping all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mrstat
mrt net: align variable assignments 2019-11-03 11:45:28 +00:00
mrtg Add an rc.d script. 2019-08-26 06:41:08 +00:00
msdl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
mtftpd
mtr librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mydns-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mydns-pgsql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-base net/nagios*: remove unknown configure option 2020-06-01 05:54:16 +00:00
nagios-nrpe *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-nsca Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nagios-plugin-dnsmaster all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-dnsrbl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-dotpid all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-dumpdates all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-fstab all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-gfbricks all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-plugin-milter all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-plugin-mysqlslave all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-pgsql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-plugin-radius *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-plugin-raidctl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugin-snmp *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagios-plugin-spamd net/nagios-plugin-spamd: Fix spamc embedded path 2020-03-02 17:07:58 +00:00
nagios-plugin-syncrepl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nagios-plugins *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nagstamon Revbump for icu 2020-06-02 08:22:31 +00:00
nam all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nanomsg all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nanomsgxx
nanotodon revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
nap *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
napshare *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
nasd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nbtscan net: align variable assignments 2019-11-03 11:45:28 +00:00
ncdc Revbump for icu 2020-06-02 08:22:31 +00:00
ncftp3 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ndiff nmap: updated to 7.80 2019-08-28 13:55:44 +00:00
ndpi ndpi: updated to 3.2 2020-05-25 20:25:22 +00:00
nemesis net: align variable assignments 2019-11-03 11:45:28 +00:00
net-snmp net-snmp: Do not install perllocal.pod 2020-06-26 07:47:22 +00:00
net6 revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
netatalk3 Enable support for ipv4 mapped addresses 2020-07-06 20:19:54 +00:00
netatalk22 revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
netbsd-iscsi-initiator
netbsd-iscsi-target
netcat all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
netcat-openbsd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
netcat6 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
netdisco net/netdisco: remove duplicate filename from SUBST_FILES 2020-05-16 16:22:57 +00:00
netgroup net: align variable assignments 2019-11-03 11:45:28 +00:00
netname Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
netpipes
nfdump Revbump for icu 2020-06-02 08:22:31 +00:00
ngrep *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
nicotine net: align variable assignments 2019-11-03 11:45:28 +00:00
nicovideo-dl nicovideo-dl: fix wrong version strings for -v option. 2019-06-22 00:45:46 +00:00
nidentd net: align variable assignments 2019-11-03 11:45:28 +00:00
nipper
nload
nmap Help the compiler find the right bind 2020-03-18 17:58:43 +00:00
nocol Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nprobe
ns net/ns: suppress USE_TOOLS+=perl warning 2020-05-10 14:23:36 +00:00
nsca-ng *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nsd nsd: Some library functions require _NETBSD_SOURCE on NetBSD 2020-05-30 08:45:58 +00:00
nslint all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nstx
ntop Revbump for icu 2020-06-02 08:22:31 +00:00
ntopng Revbump for icu 2020-06-02 08:22:31 +00:00
ntp4 net/ntp4: update to 4.2.8p14 2020-06-21 15:10:47 +00:00
nyx PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
obfs4proxy Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
ocaml-conduit Enable async and lwt options to fix www/ocaml-cohttp build errors. 2020-06-29 10:15:07 +00:00
ocaml-domain-name Added net/ocaml-domain-name version 0.3.0. 2020-04-08 12:26:20 +00:00
ocaml-ipaddr Updated net/ocaml-ipaddr to version 4.0.0. 2020-04-08 12:31:01 +00:00
ocaml-protocol_version_header Updated net/ocaml-protocol_version_header to version 0.13.0. 2020-04-08 09:34:28 +00:00
ocamlnet Revbump for icu 2020-06-02 08:22:31 +00:00
ocsinventory-agent net: align variable assignments 2019-11-03 11:45:28 +00:00
ocsync Revbump for icu 2020-06-02 08:22:31 +00:00
oidentd
oinkmaster *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
omniNotify *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
omniORB *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
openag mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
openconnect net/openconnect: Upgrade to 8.10 2020-06-05 15:50:31 +00:00
openh323 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openntpd
openresolv Update to openresolv-3.10.0 with the following changes: 2020-01-27 21:20:18 +00:00
openrrcp Add OpenRRCP 0.2.1 2020-04-28 15:22:42 +00:00
openrsync net/openrsync: import openrsync-0.20190221 2019-03-11 16:27:03 +00:00
openslp *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openvmps *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
openvpn revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
openvpn-acct-wtmpx openvpn: updated to 2.4.9 2020-04-17 20:14:22 +00:00
openvpn-nagios openvpn: updated to 2.4.9 2020-04-17 20:14:22 +00:00
ORBit2 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ortp *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
overnet
owncloudclient Revbump for icu 2020-06-02 08:22:31 +00:00
p5-Cisco-Abbrev Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Danga-Socket p5-Danga-Socket: remove empty PLIST; add perl5 to CATEGORIES 2019-09-02 12:29:55 +00:00
p5-Data-Stream-Bulk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DNS-LDNS *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
p5-DNS-ZoneParse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Rsync net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-File-RsyncP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FusionInventory-Agent net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Geo-IP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Geo-IPfree Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GeoIP2 net/p5-GeoIP2: import p5-GeoIP2 2.006002. 2020-03-09 21:47:15 +00:00
p5-IO-Interface net/p5-IO-Interface: fix warning about USE_TOOLS+=perl 2020-03-23 22:26:21 +00:00
p5-IO-SessionData Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Socket-INET6 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Socket-Multicast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Socket-Timeout Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IP-Country Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MaxMind-DB-Common Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MaxMind-DB-Reader p5-MaxMind-DB-Reader: update to 1.000014. 2020-02-05 09:29:11 +00:00
p5-MaxMind-DB-Writer p5-MaxMind-DB-Writer: uncomment some TEST_DEPENDS, as they are now in pkgsrc. 2020-03-06 08:46:16 +00:00
p5-Net Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Akismet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Amazon net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-Amazon-S3 (net/p5-Net-Amazon-S3) Updated 0.85 to 0.89 2020-04-21 11:08:53 +00:00
p5-Net-AMQP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Bind Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Bonjour Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-CIDR-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-CIDR-Set Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Daemon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DBus (net/p5-Net-DBus) Updated to 1.2.0 2020-04-18 13:14:23 +00:00
p5-Net-Dev-MIBLoadOrder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DHCP net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-DNS p5-Net-DNS: Update to 1.23 2020-03-22 21:09:42 +00:00
p5-Net-DNS-Resolver-Mock (net/p5-Net-DNS-Resolver-Mock) Updated 1.20171219 to 1.20200215 2020-04-18 13:16:55 +00:00
p5-Net-DNS-Resolver-Programmable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DNS-Zone-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DNSServer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Domain-TLD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DRI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-eBay Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Frame (net/p5-Net-Frame) Updated from 1.19 to 1.21 2019-11-08 14:42:05 +00:00
p5-Net-Frame-Device Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Frame-Dump Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Frame-Layer-ICMPv6 (net/p5-Net-Frame-Layer-ICMPv6) Updated to 1.11 2020-04-18 13:24:25 +00:00
p5-Net-Frame-Layer-IPv6 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Frame-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-FTPSSL (net/p5-Net-FTPSSL) Updated to 0.42 2020-04-18 13:21:34 +00:00
p5-Net-GitHub (net/p5-Net-GitHub) Updated 0.95 to 0.99 2020-04-18 13:26:55 +00:00
p5-Net-Gnats Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Google Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Google-AuthSub Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Google-Code Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Ident (net/p5-Net-Ident) Updated to 1.25 2020-04-18 13:30:26 +00:00
p5-Net-INET6Glue Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Interface Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-IP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-IPv4Addr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-IPv6Addr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Jifty net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-LDAP-Server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Libdnet net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-Libdnet6 (net/p5-Net-Libdnet6) Updated to 0.28 2020-04-18 13:45:33 +00:00
p5-Net-LibIDN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-MAC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-NBName Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-OAuth Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-OpenID-Common net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-OpenID-Consumer net/p5-Net-OpenID-Consumer: remove nonexistent file from REPLACE_PERL 2020-05-22 19:36:34 +00:00
p5-Net-Packet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Patricia Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Pcap Deal with libpcap on NetBSD 2020-03-30 19:39:32 +00:00
p5-Net-RawIP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Server all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-Net-Server-SS-PreFork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SFTP-Foreign Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SMTP-TLS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SNMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SNMP-Mixin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SSH-Expect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Stomp (net/p5-Net-Stomp) Updated from 0.57 to 0.60 2019-11-08 15:04:31 +00:00
p5-Net-Telnet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Telnet-Cisco Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-TFTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Trac Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Twitter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Works Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Write Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-XMPP net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Net-XWhois Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Z3950-ZOOM Revbump for icu 2020-06-02 08:22:31 +00:00
p5-NetAddr-IP net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-NetAddr-MAC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-NetPacket (.net/p5-NetPacket) Updated to 1.7.2 2020-04-18 13:48:44 +00:00
p5-Nmap-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Client-DNS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Client-Ident Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-SNMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RADIUS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RadiusPerl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Common-net-CIDR Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-IPv6 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RPC-XML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RT-Client-REST Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SNMP-Info Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SNMP-MIB-Compiler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SNMP_Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SOAP-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Socket6 net/p5-Socket6: Fix compiler check via pkglint 2019-11-24 01:20:56 +00:00
p5-Test-DNS (net/p5-Test-DNS) Updated 0.13 to 0.203 2020-04-21 10:46:02 +00:00
p5-Test-RequiresInternet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-TCP (net/p5-Test-TCP) Updated from 2.20 to 2.22 2019-11-08 15:10:19 +00:00
p5-WebService-Google-Reader net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-WebService-MusicBrainz (net/p5-WebService-MusicBrainz) Updated 1.04 to 1.05 2020-04-21 11:17:05 +00:00
p5-X500-DN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-RPC net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-XMLRPC-Lite net: align variable assignments 2019-11-03 11:45:28 +00:00
p5-Zabbix-Sender Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
packit *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
paris-traceroute Rename log to mylog to avoid conflict with math.h. 2020-03-27 20:52:19 +00:00
parpd
partysip all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
pchar *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
pconsole
pear-Net_DIME
pear-Net_IDNA2
pear-Net_LDAP2 net: align variable assignments 2019-11-03 11:45:28 +00:00
pear-Net_LDAP3 net: align variable assignments 2019-11-03 11:45:28 +00:00
pear-Net_Sieve Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Net_SMTP net/pear-Net_SMTP: update to 1.9.1 2020-06-18 16:54:25 +00:00
pear-Net_Socket
pear-Net_URL
pear-Net_URL2
pear-SOAP
pen *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
perlbal net: align variable assignments 2019-11-03 11:45:28 +00:00
pfnet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
php-baikal php-baikal: update HOMEPAGE. 2020-06-08 17:57:29 +00:00
php-ftp php-ftp: php7 requirement to build with SSL 2020-05-05 14:08:15 +00:00
php-geoip
php-snmp *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
php-soap Revbump for icu 2020-06-02 08:22:31 +00:00
php-sockets net: align variable assignments 2019-11-03 11:45:28 +00:00
php-xmlrpc Revbump for icu 2020-06-02 08:22:31 +00:00
php-yaz Revbump for icu 2020-06-02 08:22:31 +00:00
pim6dd Mark some warnings as non-fatal for clang. 2020-03-18 17:59:20 +00:00
pim6sd Mark some warnings as non-fatal for clang. 2020-03-18 17:59:20 +00:00
pload Reset maintainer as requested. 2020-04-12 23:59:41 +00:00
podcastdl revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
poink
poptop
portmap net: align variable assignments 2019-11-03 11:45:28 +00:00
powerdns net/powerdns: Update to 4.3.0 2020-07-02 13:01:38 +00:00
powerdns-geoip
powerdns-ldap net/powerdns-ldap: Fix dependency on mit-krb5 2020-07-03 12:33:14 +00:00
powerdns-mysql net/powerdns-mysql: Update for PowerDNS 4.3.0 2020-07-02 13:04:16 +00:00
powerdns-odbc net/powerdns-odbc: Fix PLIST after update to 4.3.0 2020-07-03 11:31:22 +00:00
powerdns-pgsql net/powerdns-pgsql: Update for PowerDNS 4.3.0 2020-07-02 13:03:56 +00:00
powerdns-recursor net/powerdns-recursor: Update to 4.3.2 2020-07-01 14:53:13 +00:00
pppd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pptp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
proftpd net/proftpd: skip check for unknown configure options 2020-05-10 14:22:48 +00:00
proftpd-geoip
proftpd-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
proftpd-memcached
proftpd-mysql
proftpd-odbc
proftpd-postgresql
proftpd-sqlite Revbump for icu 2020-06-02 08:22:31 +00:00
proxycheck all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
proxytunnel proxytunnel: Fix build with OpenSSL 1.1 2020-03-01 18:20:33 +00:00
publicfile Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
publicfile-run
puf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pulledpork Updated net/pulledpork to version 0.7.3. 2019-08-21 21:24:08 +00:00
pure-ftpd pure-ftpd: SunOS needs _XOPEN_SOURCE=600 for CMSG bits. 2020-06-30 11:10:26 +00:00
pxe
py-adns Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-aio-pika py-aio-pika: updated to 6.6.1 2020-05-22 08:08:23 +00:00
py-aiormq py-aiormq: updated to 3.2.2 2020-05-12 08:19:04 +00:00
py-aiorpcX Import net/py-aiorpcX from wip 2020-04-14 19:41:53 +00:00
py-amqp pytest from versioned depends 2020-05-17 19:22:20 +00:00
py-apache-libcloud py-apache-libcloud: updated to 3.0.0 2020-05-17 19:06:47 +00:00
py-asyncio-nats-client net/py-asyncio-nats-client: Import version 0.10.0 2020-01-08 17:06:50 +00:00
py-awscli py-awscli: updated to 1.18.97 2020-07-10 07:32:28 +00:00
py-beanstalkc net: align variable assignments 2019-11-03 11:45:28 +00:00
py-bonjour net: align variable assignments 2019-11-03 11:45:28 +00:00
py-boto py-boto: Fix a typo for bin/dynamodb_dump ALTERNATIVES wrapper 2019-01-30 16:07:07 +00:00
py-boto3 py-boto3: updated to 1.14.20 2020-07-10 07:28:15 +00:00
py-botocore py-botocore: updated to 1.17.20 2020-07-10 07:23:43 +00:00
py-caldav net: align variable assignments 2019-11-03 11:45:28 +00:00
py-cares
py-celery py-celery: updated to 4.4.2 2020-05-17 19:36:41 +00:00
py-cymruwhois
py-digitalocean py-digitalocean: fix invalid byte 2019-12-31 13:05:10 +00:00
py-dns py-dns: remove falsely added requests and requests-toolbelt 2020-04-30 12:23:24 +00:00
py-dnsdiag
py-dpkt Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-dropbox net: align variable assignments 2019-11-03 11:45:28 +00:00
py-eventlib Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:25:49 +00:00
py-flower
py-foolscap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-gandi.cli Explicitly read file as UTF-8 2020-05-31 20:50:18 +00:00
py-gcs-oauth2-boto-plugin Update py-gcs-oauth2-boto-plugin to 2.5. 2020-01-02 17:36:42 +00:00
py-GeoIP
py-gevent py-gevent: updated to 1.4.0 2019-02-19 12:26:13 +00:00
py-geventhttpclient
py-google *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-google-cloud-sdk
py-grpcio grpc: updated to 1.30.1 2020-07-09 07:23:43 +00:00
py-grpcio-testing grpc: updated to 1.30.1 2020-07-09 07:23:43 +00:00
py-grpcio-tools grpc: updated to 1.30.1 2020-07-09 07:23:43 +00:00
py-gsutil py-gsutil: updated to 4.52 2020-07-14 17:52:22 +00:00
py-hatop
py-hpack
py-ifaddr (net/py-ifaddr) fix build for py3, Explicitly read file as UTF-8, tks joerg@ 2020-06-20 02:08:55 +00:00
py-impacket py-impacket: be consistent across platforms regarding data files 2020-05-29 06:04:32 +00:00
py-IP py-IP: updated to 1.00 2019-05-15 11:46:39 +00:00
py-ipaddress py-ipaddress: updated to 1.0.23 2019-10-19 14:12:45 +00:00
py-ipcalc py-ipcalc: Sort PLIST 2020-05-26 21:43:05 +00:00
py-irclib *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-junos-eznc
py-kenosis *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-kombu pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-ldapdomaindump py-ldapdomaindump: updated to 0.9.3 2020-06-18 17:02:45 +00:00
py-lexicon py-lexicon: updated to 3.3.27 2020-07-09 07:26:32 +00:00
py-libdnet Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-libpcap *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-medusa net: align variable assignments 2019-11-03 11:45:28 +00:00
py-metar Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-moto
py-namecheap
py-ncclient py-ncclient: updated to 0.6.6 2019-08-29 10:03:53 +00:00
py-netaddr py-netaddr: updated to 0.8.0 2020-07-07 05:33:30 +00:00
py-netifaces
py-netsnmp net: align variable assignments 2019-11-03 11:45:28 +00:00
py-nyx net: align variable assignments 2019-11-03 11:45:28 +00:00
py-omniORBpy *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-onionbalance py-onionbalance: python/application.mk not longer needed 2020-05-25 05:58:16 +00:00
py-ORBit *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
py-paho-mqtt pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-pamqp py-pamqp: added version 2.3.0 2020-02-13 18:35:53 +00:00
py-pcap net: align variable assignments 2019-11-03 11:45:28 +00:00
py-pika py-pika: added version 1.1.0 2020-02-13 18:34:47 +00:00
py-portend pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-prometheus_client py-prometheus_client: updated to 0.8.0 2020-05-26 16:53:40 +00:00
py-ptt all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-pychromecast py-pychromecast: add PYTHON_VERSIONS_INCOMPATIBLE for 2.7 2020-02-02 00:17:23 +00:00
py-pyftpdlib py-pyftpdlib: updated to 1.5.6 2020-02-17 11:41:48 +00:00
py-pylint-celery
py-pypiserver pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-pysendfile py-pysendfile: added version 2.0.1 2019-01-16 08:30:15 +00:00
py-requestbuilder
py-responses py-responses: updated to 0.10.15 2020-06-17 06:47:21 +00:00
py-rt py-rt: Add reference to upstream pull request 2020-03-12 12:06:09 +00:00
py-s3cmd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-s3transfer py-s3transfer: updated to 0.3.3 2020-02-19 09:30:03 +00:00
py-sbws net: align variable assignments 2019-11-03 11:45:28 +00:00
py-scp py-scp: updated to 0.13.2 2019-04-09 10:53:29 +00:00
py-simplesoap
py-smb py-smb: updated to 1.2.1 2020-06-20 16:16:13 +00:00
py-smbc revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-soaplib
py-soappy
py-socketpool Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-Socks py-Socks: updated to 1.7.1 2019-12-11 14:49:15 +00:00
py-socksipy-branch *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
py-softlayer
py-softlayer_messaging
py-subunit py-subunit: updated to 1.4.0 2020-04-12 11:47:40 +00:00
py-tldextract pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-tweepy Don't parse requirements. Don't use 'async', which got promoted to 2020-02-24 00:02:59 +00:00
py-twine pytest from versioned depends 2020-05-16 18:00:31 +00:00
py-twisted py-twisted: fix pkglint warnings 2020-02-06 15:46:13 +00:00
py-twisted-docs
py-twython No longer supports Python 2.7 2020-05-14 19:16:23 +00:00
py-txamqp py-txamqp: updated to 0.8.2 2019-12-03 17:19:01 +00:00
py-txtorcon py-txtorcon: updated to 20.0.0 2020-05-16 17:55:38 +00:00
py-xandikos py-xandikos: updated to 0.2.2 2020-05-14 05:38:50 +00:00
py-zeep Remove references to Python 3.4 2019-05-03 10:54:38 +00:00
py-zeroconf py-zeroconf: updated to 0.28.0 2020-07-08 08:16:53 +00:00
py-zmq pytest from versioned depends 2020-05-16 18:00:31 +00:00
pygopherd net: align variable assignments 2019-11-03 11:45:28 +00:00
qadsl
qbittorrent qbittorrent: needs 64-bit atomic ops 2020-06-13 11:21:29 +00:00
quagga quagga: Needs pkg-config 2020-03-26 14:01:04 +00:00
queryperf
quvi revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
R-pbdZMQ Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
ra-rtsp-proxy
rabbiter Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
rabbitmq rabbitmq: updated to 3.8.2 2020-02-13 18:31:07 +00:00
rabbitmq-c *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
Radicale all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Radicale2 *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
radiusclient-ng net: align variable assignments 2019-11-03 11:45:28 +00:00
radiusd-cistron net: align variable assignments 2019-11-03 11:45:28 +00:00
radsecproxy revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
rancid all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
rbldnsd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
rclone rclone: Update to 1.52.2 2020-06-29 12:12:19 +00:00
rdesktop revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
rdist6 net: align variable assignments 2019-11-03 11:45:28 +00:00
remmina remmina: Update to 1.4.6 2020-06-20 00:11:27 +00:00
restclient-ui Updated net/restclient-ui to 3.7.1 2019-02-01 16:49:07 +00:00
rinetd all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
rootprobe
rp-l2tp net: align variable assignments 2019-11-03 11:45:28 +00:00
rp-pppoe all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
rsync rsync: updated to 3.2.2 2020-07-07 06:54:03 +00:00
rt4-cli Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rtmpdump revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
rtorrent revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
ruby-addressable net/ruby-addressable: add "USE_LANGUAGES= # none" 2020-06-21 15:48:47 +00:00
ruby-amq-client
ruby-amq-protocol net/ruby-amq-protocol: update to 2.3.1 2020-04-30 15:21:12 +00:00
ruby-amqp
ruby-connection_pool net/ruby-connection_pool: update to 2.2.3 2020-06-07 09:21:41 +00:00
ruby-dnsruby net/ruby-dnsruby: update to 1.61.3 2020-04-30 15:42:36 +00:00
ruby-domain_name net/ruby-domain_name: update to 0.5.20190701 2019-07-08 14:28:34 +00:00
ruby-em-socksify
ruby-icmp
ruby-ipaddress
ruby-net-dhcp
ruby-net-ldap net/ruby-net-ldap: update to 0.16.2 2019-12-03 13:14:21 +00:00
ruby-net-ping net/ruby-net-ping: update to 2.0.8 2020-06-18 16:26:43 +00:00
ruby-net-telnet remove ruby24 support. 2020-05-21 15:51:51 +00:00
ruby-netaddr net/ruby-netaddr: update to 2.0.4 2020-03-24 15:06:30 +00:00
ruby-netrc
ruby-network_interface
ruby-nio4r net/ruby-nio4r: update to 2.5.2 2020-03-24 15:11:57 +00:00
ruby-pcaprub
ruby-pluggaloid ruby-pluggaloid: update to 1.5.0. 2020-07-04 06:46:26 +00:00
ruby-proxifier
ruby-public_suffix net/ruby-public_suffix: update to 4.0.5 2020-05-25 14:16:24 +00:00
ruby-recog net/ruby-recog: update to 2.3.8 2020-06-07 14:21:52 +00:00
ruby-ruby_smb net/ruby-ruby_smb: update to 2.0.1 2020-06-21 14:23:23 +00:00
ruby-rubytter
ruby-slack-api
ruby-snmp net/ruby-snmp: update to 1.3.2 2020-03-24 15:30:10 +00:00
ruby-soap4r net: align variable assignments 2019-11-03 11:45:28 +00:00
ruby-stompserver net: align variable assignments 2019-11-03 11:45:28 +00:00
ruby-train-core net/ruby-train-core: update to 3.3.1 2020-06-13 15:42:43 +00:00
ruby-train-winrm net/ruby-train-winrm: add version 0.2.6 package 2020-01-19 15:35:47 +00:00
ruby-tw all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-twitter net/ruby-twitter: update to 7.0.0 2020-06-21 15:26:53 +00:00
ruby-twitter-stream
ruby-twitter-text net/ruby-twitter-text: update to 3.1.0 2020-06-21 15:24:49 +00:00
ruby-twitter-text-simpleidn ruby-twitter-text-simpleidn: fix pasto in DEPEND line. 2019-08-25 16:10:08 +00:00
ruby-winrm net/ruby-winrm: add version 2.3.4 package 2020-01-19 15:29:26 +00:00
ruby-winrm-fs net/ruby-winrm-fs: add ALTERNATIVES 2020-01-19 15:33:01 +00:00
ruby-xdr net/ruby-xdr: update to 3.0.1 2020-06-13 15:44:41 +00:00
sacc sacc: Update to 1.01 2020-02-23 20:17:26 +00:00
samba net/samba: remove unknown configure option 2020-05-23 10:48:30 +00:00
samba4 samba4: updated to 4.12.5 2020-07-06 14:38:06 +00:00
sayaka sayaka: update to 3.4.5. 2020-05-16 01:04:14 +00:00
scamper all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
scapy scapy: add a fix for Python 2.7 builds 2019-11-05 01:02:49 +00:00
scdp
scli Revbump for icu 2020-06-02 08:22:31 +00:00
sdig *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sdist Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
SDL2_net *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
SDL_net all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sendfile all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ser net: align variable assignments 2019-11-03 11:45:28 +00:00
sharity-light
sipcalc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
siproxd *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sipsak *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sitescooper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
slurm
smokeping net/smokeping: fix library path 2020-05-13 04:30:40 +00:00
sniffit
sniproxy
snmptt *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
snort revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
socat socat: Update to 1.7.3.4 2020-05-18 11:19:13 +00:00
socket++ net: align variable assignments 2019-11-03 11:45:28 +00:00
socks4
solaris-tap
speedtest-cli speedtest-cli: Update to 2.1.2 2019-08-31 14:34:29 +00:00
speedtouch
spegla
spread net: align variable assignments 2019-11-03 11:45:28 +00:00
spreadlogd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
srsh Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
sslh all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ssmping
ssync Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
stagit-gopher *: bump PKGREVISION for libgit2 shlib bump 2020-04-06 08:34:23 +00:00
statzone statzone: update to 1.0.3. 2020-07-06 15:26:46 +00:00
stund *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sup
syncffsd syncffsd: only for NetBSD 2020-03-16 13:42:15 +00:00
syncthing Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
syncthing-gtk Revbump for icu 2020-06-02 08:22:31 +00:00
synergy revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sysmon *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
tacacs all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tacacs-shrubbery all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
taskserver revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
tcl-scotty net: align variable assignments 2019-11-03 11:45:28 +00:00
tcpdmerge
tcpdpriv
tcpdstat
tcpdump tcpdump: requires libpcap>=1.9.1 2020-06-14 19:35:38 +00:00
tcpflow Revbump for icu 2020-06-02 08:22:31 +00:00
tcpick *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tcpillust net: align variable assignments 2019-11-03 11:45:28 +00:00
tcpreplay tcpreplay: Update to 4.3.3 2020-06-21 15:30:39 +00:00
tcpslice
tcptrace
tcptraceroute Update MAINTAINER 2020-01-07 10:37:04 +00:00
tcptraceroute6 Update net/tcptraceroute6 to 1.0.4 2020-01-07 11:08:14 +00:00
teamspeak-client all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
teamspeak-server all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
terraform terraform: updated to 0.12.28 2020-06-29 12:11:59 +00:00
terraform-provider-aws terraform-provider-aws: updated to 2.70.0 2020-07-14 10:28:13 +00:00
terraform-provider-kubernetes Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
terraform-provider-local Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
terraform-provider-null Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
terraform-provider-random terraform-provider-random: updated to 2.3.0 2020-07-08 08:15:06 +00:00
tigervnc revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
tightvnc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tightvncviewer all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tinc net/tinc: remove no-op SUBST block 2020-05-01 23:17:34 +00:00
tinyfugue *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tkined all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tn5250
tnftp tnftp: Move editline support to a non-default option. 2020-06-02 12:17:20 +00:00
tnftpd tnftpd: Update to 20190602 2020-04-02 09:35:22 +00:00
tor tor: Update to 0.4.3.6 2020-07-09 18:08:43 +00:00
torrentutils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
torsocks
totd
traceroute-as net: align variable assignments 2019-11-03 11:45:28 +00:00
traceroute-nanog updated MASTER_SITES 2020-04-01 19:23:21 +00:00
trafshow
transmission transmission*: update to 3.00 2020-07-13 13:01:01 +00:00
transmission-gtk transmission*: update to 3.00 2020-07-13 13:01:01 +00:00
transmission-qt transmission*: update to 3.00 2020-07-13 13:01:01 +00:00
trickle *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
tsocks *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tspc
ttt net: align variable assignments 2019-11-03 11:45:28 +00:00
tvnjviewer all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
twittering-mode
u6rd
ucarp
ucspi-ssl Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
ucspi-tcp Reorder CATEGORIES to mollify pkglint. 2020-06-30 13:32:26 +00:00
ucspi-tcp6 Add sysutils to CATEGORIES to match ucspi-tcp. 2020-06-30 13:33:04 +00:00
udns all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
udpcast all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
udptunnel net/udptunnel: fix location of HTML documentation 2019-10-12 20:31:37 +00:00
uftp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
unbound Update unbound to version 1.10.1. 2020-05-19 08:39:31 +00:00
unfs3 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
unifi net/unifi: Update to 5.13.29 2020-06-16 17:33:11 +00:00
unison-snapshot Revbump for icu 2020-06-02 08:22:31 +00:00
unison2.51 Revbump for icu 2020-06-02 08:22:31 +00:00
unworkable unworkable: Fix build with OpenSSL 1.1 2020-03-06 13:10:02 +00:00
upclient all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
upnpinspector net: align variable assignments 2019-11-03 11:45:28 +00:00
urlgfe revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
userppp userppp: Disable werror again 2020-05-25 12:01:20 +00:00
uucp net: align variable assignments 2019-11-03 11:45:28 +00:00
vcheck Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
vde *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
vinagre Revbump for icu 2020-06-02 08:22:31 +00:00
vino Revbump for icu 2020-06-02 08:22:31 +00:00
vnc net: align variable assignments 2019-11-03 11:45:28 +00:00
vncviewer vncviewer: Add LICENSE 2019-05-07 11:51:43 +00:00
vnstat all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vpnc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
vpnc-script Update to 20190606. From the changelog: 2019-06-24 20:39:55 +00:00
vsftpd net/vsftpd: migrate homepage from http to https 2020-02-09 20:58:37 +00:00
vtun *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wakeup net: align variable assignments 2019-11-03 11:45:28 +00:00
walker all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wap-utils
waste
websocketpp
wget Revbump for icu 2020-06-02 08:22:31 +00:00
wgetpaste all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
whatmask
whois3 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
whoson *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wide-dhcpv6 net/wide-dhcpv6: clean up SUBST_FILES 2020-05-10 14:20:43 +00:00
wimon
wireshark wireshark: updated to 3.2.5 2020-07-02 06:18:23 +00:00
wistumbler
wistumbler2 net/wistumbler2: remove no-op SUBST block 2020-05-02 14:35:52 +00:00
wistumbler2-gtk librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
wmget revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
wminet
wmnd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wmnet
wmpload
wol *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wpa_gui Revbump for icu 2020-06-02 08:22:31 +00:00
wpa_supplicant all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
x2vnc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xfce4-wavelan-plugin librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xipdump
xl2tpd
xmftp
xnap *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xorp Fix C++ code 2020-04-17 00:20:45 +00:00
xrmftp
xtraceroute net: align variable assignments 2019-11-03 11:45:28 +00:00
xymon Revbump for icu 2020-06-02 08:22:31 +00:00
xymonclient all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
yafc Fix shell portability in m4 comment. 2020-03-26 21:53:31 +00:00
yale-tftpd all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
yaz Revbump for icu 2020-06-02 08:22:31 +00:00
youtube-dl youtube-dl: Update to 20200616.1 2020-06-16 00:17:40 +00:00
ytalk all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ywho Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
zenmap nmap: updated to 7.80 2019-08-28 13:55:44 +00:00
zeroconf-ioslave *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
zeromq Fix portability. 2020-03-18 17:59:51 +00:00
zsync
Makefile Add a package for gh-0.10.0. From wip. 2020-06-18 18:30:41 +00:00