pkgsrc/net
leot cf4e9db0b3 mitmproxy: Update to 10.2.1
pkgsrc changes:
- Update DESCR and COMMENT based respectively on upstream's README and
  GitHub project description
- Switch to non-versioned py-OpenSSL. mitmproxy now needs Rust-y bits also for
  mitmproxy_rs. Possibly avoiding Rust py-cryptography no longer helps.
- Adjust SUBST-fu in order to address dependencies versions in pyproject.toml,
  not setup.py (per upstream usage)

Changes:
## 06 January 2024: mitmproxy 10.2.1
* Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers
  now bind to all interfaces again.
* Remove stale reference to ctx.log in addon documentation.
* Fix a bug where a traceback is shown during shutdown.

## 04 January 2024: mitmproxy 10.2.0
* Local Redirect Mode is now officially available on macOS and Windows.
  See the linked blog posts for details.
* UDP streams are now backed by a new implementation in mitmproxy_rs.
  This represents a major API change as UDP traffic is now exposed as
  streams instead of a callback for each packet.
* Fix a regression from mitmproxy 10.1.6 where ignore_hosts would
  terminate requests instead of forwarding them.
* ignore_hosts now waits for the entire HTTP headers if it suspects the
  connection to be HTTP.

## 14 December 2023: mitmproxy 10.1.6
* Fix compatibility with Windows Schannel clients, which previously got
  confused by CA and leaf certificate sharing the same Subject Key Identifier.
* Change keybinding for exporting flow from "e" to "x" to avoid conflict with "edit" keybinding.
* Fix bug where response flows from HAR files had incorrect `content-length` headers
* Improved handling for `allow_hosts`/`ignore_hosts` options in WireGuard mode.
* Fix a bug where TCP connections were not closed properly.
* DNS resolution is now exempted from `ignore_hosts` in WireGuard Mode.
* Fix case sensitivity of URL added to blocklist
* Fix a bug where logging was stopped prematurely during shutdown.
* For plaintext traffic, `ignore_hosts` now also takes HTTP/1 host headers into account.
* Fix empty cookie attributes being set to `Key=` instead of `Key`
* Scripts with relative paths are now loaded relative to the config file and not where the command is ran
* Fix `mitmweb` splitter becoming drag and drop.
* Enhance documentation and add alert log messages when stream_large_bodies and modify_body are set
* Subject Alternative Names are now represented as `cryptography.x509.GeneralNames` instead of `list[str]`
  across the codebase. This fixes a regression introduced in mitmproxy 10.1.1 related to punycode domain encoding.


## 14 November 2023: mitmproxy 10.1.5
* Remove stray `replay-extra` from CLI status bar.


## 13 November 2023: mitmproxy 10.1.4
* Fix a hang/freeze in the macOS distributions when doing TLS negotiation.
* Update savehar addon to fix creating corrupt har files caused by empty response content
* Update savehar addon to handle scenarios where "path" key in cookie
  attrs dict is missing.
* Add `server_replay_extra` option to serverplayback to define behaviour
  when replayable response is missing.


## 04 November 2023: mitmproxy 10.1.3
* Fix a bug introduced in mitmproxy 10.1.2 where mitmweb would fail to establish
  a WebSocket connection. Affected users may need to clear their browser cache
  or hard-reload mitmweb (Ctrl+Shift+R).


## 03 November 2023: mitmproxy 10.1.2
* Add a raw hex stream contentview.
* Add a contentview for DNS-over-HTTPS.
* Replaced standalone mitmproxy binaries on macOS with an app bundle
  that contains the mitmproxy/mitmweb/mitmdump CLI tools.
  This change was necessary to support macOS code signing requirements.
  Homebrew remains the recommended installation method.
* Fix certificate generation to work with strict mode OpenSSL 3.x clients
* Fix path() documentation that the return value might include the query string
* mitmproxy now officially supports Python 3.12.
* Fix root-relative URLs so that mitmweb can run in subdirectories.
* Add an optional parameter(ldap search filter key) to ProxyAuth-LDAP.
* Fix a regression when using the proxyauth addon with clients that (rightfully) reuse connections.


## 27 September 2023: mitmproxy 10.1.1
* Fix certificate generation for punycode domains.
* Fix a bug that would crash mitmweb when opening options.


## 24 September 2023: mitmproxy 10.1.0
* Add support for reading HAR files using the existing flow loading APIs, e.g. `mitmproxy -r example.har`.
* Add support for writing HAR files using the `save.har` command and the `hardump` option for mitmdump.
* Packaging changes:
  - `mitmproxy-rs` does not depend on a protobuf compiler being available anymore,
    we're now also providing a working source distribution for all platforms.
  - On macOS, `mitmproxy-rs` now depends on `mitmproxy-macos`. We only provide binary wheels for this package because
    it contains a code-signed system extension. Building from source requires a valid Apple Developer Id, see CI for
    details.
  - On Windows, `mitmproxy-rs` now depends on `mitmproxy-windows`. We only provide binary wheels for this package to
    simplify our deployment process, see CI for how to build from source.
* Increase maximum dump file size accepted by mitmweb


## 04 August 2023: mitmproxy 10.0.0
* Add experimental support for HTTP/3 and QUIC.
* ASGI/WSGI apps can now listen on all ports for a specific hostname.
  This makes it simpler to accept both HTTP and HTTPS.
* Add `replay.server.add` command for adding flows to server replay buffer
* Remove string escaping in raw view.
* Updating `Request.port` now also updates the Host header if present.
  This aligns with `Request.host`, which already does this.
* Fix editing of multipart HTTP requests from the CLI.
* Add documentation on using Magisk module for intercepting traffic in Android production builds.
* Fix a bug where the direction indicator in the message stream view would be in the wrong direction.
* Fix a bug where peername would be None in tls_passthrough script, which would make it not working.
* the `esc` key can now be used to exit the current view
* focus-follow shortcut will now work in flow view context too.
* Fix a bug where a server connection timeout would cause requests to be issued with a wrong SNI in reverse proxy mode.
* The `server_replay_nopop` option has been renamed to `server_replay_reuse` to avoid confusing double-negation.
* Add zstd to valid gRPC encoding schemes.
* For reverse proxy directly accessed via IP address, the IP address is now included
  as a subject in the generated certificate.
* Enable legacy SSL connect when connecting to server if the `ssl_insecure` flag is set.
* Change wording in the http-reply-from-proxy.py example
* Added option to specify an elliptic curve for key exchange between mitmproxy <-> server
* Add "Prettier" code linting tool to mitmweb.
* When logging exceptions, provide the entire exception object to log handlers
* mitmproxy now requires Python 3.10 or above.

### Breaking Changes
* The `onboarding_port` option has been removed. The onboarding app now responds
  to all requests for the hostname specified in `onboarding_host`.
* `connection.Client` and `connection.Server` now accept keyword arguments only.
  This is a breaking change for custom addons that use these classes directly.

## 02 November 2022: mitmproxy 9.0.1
* The precompiled binaries now ship with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.
* Performance and stability improvements for WireGuard mode.
* Fix a bug where the standalone Linux binaries would require libffi to be installed.
* Hard exit when mitmproxy cannot write logs, fixes endless loop when parent process exits.
* Fix a permission error affecting the Docker images.


## 28 October 2022: mitmproxy 9.0.0
### Major Features
* Add Raw UDP support.
* Add WireGuard mode to enable transparent proxying via WireGuard.
* Add DTLS support.
* Add a quick help bar to mitmproxy.

### Deprecations
* Deprecate `add_log` event hook. Users should use the builtin `logging` module instead.
* Deprecate `mitmproxy.ctx.log` in favor of Python's builtin `logging` module.

### Breaking Changes
 * The `mode` option is now a list of server specs instead of a single spec.
   The CLI interface is unaffected, but users may need to update their `config.yaml`.

### Full Changelog
* Mitmproxy binaries now ship with Python 3.11.
* One mitmproxy instance can now spawn multiple proxy servers.
* Add syntax highlighting to JSON and msgpack content view.
* Add MQTT content view.
* Setting `connection_strategy` to `lazy` now also disables early
  upstream connections to fetch TLS certificate details.
* Fix order of event hooks on startup.
* Include server information in bind/listen errors.
* Include information about lazy connection_strategy in related errors.
* Fix `tls_version_server_min` and `tls_version_server_max` options.
* Added Magisk module generation for Android onboarding.
* Update Linux binary builder to Ubuntu 20.04, bumping the minimum glibc version to 2.31.
* Add "Save filtered" button in mitmweb.
* Render application/prpc content as gRPC/Protocol Buffers
* Mitmweb now supports `content_view_lines_cutoff`.
* Fix a mitmweb crash when scrolling down the flow list.
* Add HTTP/3 binary frame content view.
* Fix mitmweb not properly opening a browser and being stuck on some Linux.
* Fix race condition when updating mitmweb WebSocket connections that are closing.
* Fix mitmweb crash when using filters.
* Fix missing default port when starting a browser.
* Add docs for transparent mode on Windows.
2024-01-06 23:39:24 +00:00
..
3proxy 3proxy: Update to 0.9.4 2022-11-27 13:14:00 +00:00
6tunnel
adns
aget
aiccu *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
amazon-ecs-cli Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
amfora Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
amule *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
aoe-vblade
apollo
argus *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
aria2 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
arp-scan *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
arpd
arping
arpwatch
arti *: bump for openssl 3 2023-10-24 22:08:07 +00:00
asuka *: bump for openssl 3 2023-10-24 22:08:07 +00:00
autonet
avahi *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
avahi-ui *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
awhois
balance
bandcamp-dl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bandsnatch *: bump for openssl 3 2023-10-24 22:08:07 +00:00
barnyard
batchftp
bbk_cli *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
beanstalkd
bftpd Update net/bftpd to version 6.1 2022-12-03 10:41:15 +00:00
bind916 net/bind916: updte to 9.16.45 2023-11-18 04:05:50 +00:00
bind918 net/bind918: fix BUILDLINK_ABI_DEPENDS 2024-01-05 01:53:35 +00:00
bird
bird6
bmon
bombadillo Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
bounce
bridged
bsddip
btget *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
btpd *: bump for openssl 3 2023-10-24 22:08:07 +00:00
bwm-ng Reset maintainer for my packages to reflect new mail address. 2022-12-06 14:41:38 +00:00
bwping
cacti *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
cacti-spine *: bump for openssl 3 2023-10-24 22:08:07 +00:00
calypso *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
castor *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
cclive revbump for boost-libs 2023-12-29 18:24:34 +00:00
ccrtp *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
cdpd
chksniff
choparp
choqok *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
chrony *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
cia
cidr
cisco-mibs
citrix_ica
clisp-rawsock
clive *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
cmu-dhcpd
cntlm
coda *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
coilmq *: latest py-sphinx only support Python 3.9+ 2023-11-07 22:37:56 +00:00
connect
corebird *: Simplify vala buildlink3. 2023-11-27 11:16:40 +00:00
corkscrew
couriertcpd
coursera-dl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cppzmq cppzmq: updated to 4.10.0 2023-07-18 04:53:45 +00:00
croc Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
csup *: bump for openssl 3 2023-10-24 22:08:07 +00:00
czds Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
czmq *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
dante dante: SunOS needs libnsl. 2023-06-26 09:20:58 +00:00
daq Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
darkstat
DarwinStreamingServer *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
dbip-asn-lite dbip-asn-lite: update to 2023.11. 2023-11-06 21:42:52 +00:00
dbip-city-lite dbip-city-lite: update to 2023.11. 2023-11-06 21:44:01 +00:00
dbip-country-lite dbip-country-lite: update to 2023.11. 2023-11-06 21:45:36 +00:00
ddclient *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
deforaos-vncviewer *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
delegate delegate: fix build on char = signed char systems 2022-12-21 14:41:59 +00:00
dgd
dhcpcd Import dhcpcd-10.0.6 with the following changes: 2023-12-18 16:06:17 +00:00
dhcpcd-dbus Update net/dhcpcd-dbus to version 0.6.1 2022-10-02 20:09:48 +00:00
dhcpcd-gtk *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
dhcpcd-icons Update to dhcpcd-ui-0.7.9 with the following changes: 2023-04-24 00:07:47 +00:00
dhcpcd-qt *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
dhcpd-pools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dhid
dhisd
djbdns *: Remove hacks for GCC versions prior to 3 2023-07-17 22:08:13 +00:00
djbdns-run
djbdnscurve6 Update to 44c. From the changelog: 2023-07-08 13:44:12 +00:00
dlint *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dnc *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
dnscap
dnscheck *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
dnscontrol Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
dnscrypt-proxy2 Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
dnsdist *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
dnsmasq net/dnsmasq: Patch away ctype(3) abuse. 2023-02-25 03:30:47 +00:00
dnstop
dnstracer *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
docsis *: bump for openssl 3 2023-10-24 22:08:07 +00:00
doh *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
dq dq: update to 20240101. From the changelog: 2024-01-01 18:20:49 +00:00
driftnet
drill *: bump for openssl 3 2023-10-24 22:08:07 +00:00
dtcp update master sites 2023-12-22 19:09:39 +00:00
dtcpclient *: bump for openssl 3 2023-10-24 22:08:07 +00:00
dtorrent *: bump for openssl 3 2023-10-24 22:08:07 +00:00
dynipclient
echoping *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ed2k-gtk-gui *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
edonkey2k
enet
entropy
erlang-esip erlang-esip: Update to 1.0.48 2022-10-14 19:35:38 +00:00
erlang-idna Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
erlang-stun erlang-stun: Update to 1.2.6 2022-10-14 20:05:57 +00:00
erlang-xmpp erlang-xmpp: Update to 1.6.0 2022-10-14 19:31:13 +00:00
ether2dns
etherape *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
ettercap *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
ettercap-gtk *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
exabgp *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ez-ipupdate
fair-identd
fastd *: bump for openssl 3 2023-10-24 22:08:07 +00:00
fd-proxy
fehqlibs Update to 22a. From the changelog: 2023-04-03 23:36:45 +00:00
fetch *: bump for openssl 3 2023-10-24 22:08:07 +00:00
filezilla filezilla: update to 3.66.4. 2023-12-29 20:28:57 +00:00
firewalk firewalk: update HOMEPAGE 2023-01-18 16:49:07 +00:00
flickcurl *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
flodo
flow-tools *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fmirror
fpdns *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
fping
freeDiameter *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
freenet-tools
freeradius *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
freeradius-freetds *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
freeradius-iodbc
freeradius-krb5
freeradius-ldap *: bump for openssl 3 2023-10-24 22:08:07 +00:00
freeradius-memcached
freeradius-mysql
freeradius-perl *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
freeradius-pgsql
freeradius-python *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
freeradius-rest *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
freeradius-sqlite3 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
freeradius-unixodbc
freeradius-yubikey
freerdp2 *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
frr *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fstrm *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ftplibpp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ftpproxy
fwknop
gallery-dl *: update for Python base package change 2023-10-23 06:37:32 +00:00
GeoIP
Geomyidae *: bump for openssl 3 2023-10-24 22:08:07 +00:00
get-flash-videos *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
get_iplayer Update get_iplayer to 3.34 2023-12-04 18:55:42 +00:00
gethost
gh gh: update to 2.40.1 2023-12-16 20:21:07 +00:00
gift *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gift-fasttrack
gift-gnutella *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
gift-openft
giftcurs
gini
gkrellm-multiping *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gkrellm-snmp *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gkrellm-wireless *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
glib-networking *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
gnapfetch *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gnet
gnet1 dead. fetch from backup 2023-12-30 21:56:41 +00:00
gnetcat
gnome-nettool *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gnome-online-accounts *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gnugk *: bump for openssl 3 2023-10-24 22:08:07 +00:00
gnunet *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
gnunet-gtk *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
go-dnstap Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
go-websocket Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
gofish
gopher
gping net/gping: fix build with new libgit2 2023-10-20 21:22:56 +00:00
grilo *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
grilo-plugins *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
grive2 revbump for boost-libs 2023-12-29 18:24:34 +00:00
grpc grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.0 2023-12-17 19:03:01 +00:00
gsnmp
gssdp *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
gst-plugins1-adaptivedemux2 gstreamer*: update to 1.22.6 2023-11-16 09:22:49 +00:00
gst-plugins1-libnice *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
gst-plugins1-rtmp gstreamer*: update to 1.22.6 2023-11-16 09:22:49 +00:00
gst-plugins1-soup gstreamer*: update to 1.22.6 2023-11-16 09:22:49 +00:00
gst-rtsp-server gstreamer1: update to 1.22.8 2023-12-31 22:03:00 +00:00
gt-itm
gtk-gnutella *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gtk-vnc *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gtk_wicontrol
guacamole-server *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gunison Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
gupnp *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
gupnp-av *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
gupnp-dlna *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
gupnp-igd *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
gupnp-tools *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gvproxy Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
haproxy haproxy: updated to 2.9.0 2023-12-11 21:11:51 +00:00
hdl-dump
hercules4sdl-telnet net/hercules4sdl-telnet: update to 1 Feb 2022 2022-11-27 15:02:17 +00:00
hesiod
hf6to4
hlfl
hoogle Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
host
howl fetch from backup 2023-12-28 23:13:27 +00:00
hping dead. fetch from backup. 2023-12-30 19:20:20 +00:00
hping3 dead. fetch from backup. 2023-12-30 19:20:20 +00:00
hs-aws Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-crypton-connection Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-iproute Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-mime-types Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network-bsd Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network-byte-order Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network-info Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network-multicast Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-network-uri Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-recv Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-resolv Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-simple-sendfile Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-socks Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-torrent Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-uri-encode Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
httping *: bump for openssl 3 2023-10-24 22:08:07 +00:00
httpstat *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
httptunnel
hub Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
iana-enterprise-numbers the package name better copy the subdir name 2023-05-18 08:13:50 +00:00
iana-etc ensure manual changes are retained upon regeneration 2022-11-28 19:26:41 +00:00
icinga-base Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:02 +00:00
icinga2 revbump for boost-libs 2023-12-29 18:24:34 +00:00
icingaweb2 Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:02 +00:00
icsi-finger
iftop
IglooFTP
inadyn *: bump for openssl 3 2023-10-24 22:08:07 +00:00
inetutils inetutils: updated to 2.5 2023-12-31 19:06:15 +00:00
iodine
ipcalc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ipcheck *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
iperf2 net/iperf2: Update to 2.1.8 (micro release) 2022-11-20 13:07:22 +00:00
iperf3 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ipget Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
ipgrab
iplog
ipv6calc
ipw
irrd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
irrtoolset5
isc-dhclient4 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
isc-dhcp4 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
isc-dhcpd4 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
isc-dhcrelay4 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ishell
isic
istgt *: bump for openssl 3 2023-10-24 22:08:07 +00:00
jftpgw
jigdo *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
jumpgate
jwhois
kdenetwork-filesharing revbump for boost-libs 2023-12-29 18:24:34 +00:00
kdenetwork-strigi-analyzers revbump for boost-libs 2023-12-29 18:24:34 +00:00
kdnssd *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
kdsoap *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
kea revbump for boost-libs 2023-12-29 18:24:34 +00:00
kget revbump for boost-libs 2023-12-29 18:24:34 +00:00
kismet *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
kmldonkey revbump for boost-libs 2023-12-29 18:24:34 +00:00
knewstuff *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
knock
knot knot: Update to 3.3.3 2023-12-17 13:22:05 +00:00
kopete *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
kppp revbump for boost-libs 2023-12-29 18:24:34 +00:00
krdc *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
krfb *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
ktorrent *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
kubectl Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
kxmlrpcclient *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
lagrange net/lagrange: update to lagrange-1.17.4 2023-11-22 07:32:25 +00:00
lambdamoo
lambdamoo-core
lambdamoo-doc
latd *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
ldns *: bump for openssl 3 2023-10-24 22:08:07 +00:00
lft
lftp *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libares
libasr *: bump for openssl 3 2023-10-24 22:08:07 +00:00
libasyncns *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libbind libbind: mark as not for NetBSD 2022-09-24 06:48:55 +00:00
libcares libcares: update to 1.24.0. 2023-12-30 10:14:00 +00:00
libcmis revbump for boost-libs 2023-12-29 18:24:34 +00:00
libdlna *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
libdnet
libexosip *: bump for openssl 3 2023-10-24 22:08:07 +00:00
libfetch net/libfetch: update to 2.40 2024-01-03 03:54:46 +00:00
libfilezilla libfilezilla: try requiring gcc 8 2023-11-23 11:15:13 +00:00
libgdata *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libgdata0.6 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libIDL
libiscsi *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libktorrent *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
liblive
libmicrodns *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libmms
libnice *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libnids
libnipper net/libnipper: make dependence on signed chars explicit. 2022-08-05 14:50:29 +00:00
libnpupnp *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libpcap libpcap: updated to 1.10.4 2023-04-18 07:59:11 +00:00
libquic Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
libquvi *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libquvi-scripts *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libradius provide new home 2023-12-22 19:07:22 +00:00
librsync librsync: updated to 2.3.4 2023-02-21 09:01:28 +00:00
libslirp *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libsoup *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libsoup3 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libsscript
libtelnet
libtorrent libtorrent: SunOS/POSIX compliance fix 2023-11-09 19:09:19 +00:00
libtorrent-rasterbar revbump for boost-libs 2023-12-29 18:24:34 +00:00
libtrace fetch from backup 2023-12-22 18:49:22 +00:00
libupnp
libvncserver *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
libzrtpcpp *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
linc *: bump for openssl 3 2023-10-24 22:08:07 +00:00
lldpd *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
llnlxdir net: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:36:29 +00:00
llnlxftp
lopster
lua-copas
lua-socket
lua-unbound *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
mangos Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
maradns
mate-user-share *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
mbrowse *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
mcast-tools
md-whois *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
mDNSResponder
mDNSResponder-nss
megatools *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
messagelib *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
mikutter mikutter: sync description in .desktop file with reality. 2023-11-23 15:42:48 +00:00
mimms *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
minitube *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
miniupnpc miniupnpc: update to version 2.2.4 2023-05-03 20:13:16 +00:00
miniupnpd
miredo
mirror *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
miruo
mitmproxy mitmproxy: Update to 10.2.1 2024-01-06 23:39:24 +00:00
mkvserver_mk2 *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
modpcap
mono-nat *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
monotorrent *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
mosh mosh: buildlink with libexecinfo to fix macOS build. 2023-11-16 16:15:25 +00:00
mosquitto *: bump for openssl 3 2023-10-24 22:08:07 +00:00
mouse-pppoe
mping
mrstat
mrtg *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
msdl
mtftpd
mtr new home 2023-12-28 22:57:05 +00:00
mydns-mysql *: bump for openssl 3 2023-10-24 22:08:07 +00:00
mydns-pgsql *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-base Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:02 +00:00
nagios-nrpe *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-nsca *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nagios-plugin-apachecerts Added net/nagios-plugin-apachecerts version 0.6 2023-07-19 14:07:03 +00:00
nagios-plugin-dnsmaster
nagios-plugin-dnsrbl Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-dotpid
nagios-plugin-dumpdates Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-fstab Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-gfbricks Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-ipf Added net/nagios-plugin-ipg 0.1 2023-01-23 15:29:37 +00:00
nagios-plugin-ldap *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-lpd
nagios-plugin-milter Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-mqueue nagios-plugin-mqueue: Avoid use of strict C89 mode when C99 functions 2023-07-12 20:14:48 +00:00
nagios-plugin-mysql *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-mysqlslave Fix minor warnings from pkglint. 2023-01-09 00:42:46 +00:00
nagios-plugin-pgsql *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-printer *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nagios-plugin-radius *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-raidctl
nagios-plugin-snmp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-snmp_environment *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nagios-plugin-spamd nagios-plugins: Revert nagios-plugin-spamd change. 2023-03-17 12:44:15 +00:00
nagios-plugin-syncrepl *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugin-x509 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nagios-plugins net/nagios-plugins: switch to use bind918 2024-01-05 01:58:52 +00:00
nam *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
nanomsg nanomsg: updated to 1.2 2023-08-30 14:34:36 +00:00
nanomsgxx Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
nanotodon *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
nap
napshare
nasd Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
nats-server Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
nbtscan
ncdc *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
ncftp3 fix master site 2023-12-28 22:58:40 +00:00
ncgopher net/ncgopher: update to 0.6.0 2023-12-03 20:48:21 +00:00
ndiff *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ndpi ndpi: updated to 4.8 2023-11-20 17:57:31 +00:00
nemesis
net-snmp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
net6 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
netatalk3 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
netatalk22 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
netbsd-iscsi-initiator
netbsd-iscsi-target
netcat
netcat-openbsd
netcat6
netdisco netdisco: fix PLIST for out.txt change 2022-08-26 10:27:14 +00:00
netgroup
netname update master site 2023-12-19 12:29:55 +00:00
netop net/netop: update to 0.1.4 2023-12-18 11:07:58 +00:00
netpipes
netwake
nextcloud-client update Nextcloud Desktop Client to version 3.11.0 2024-01-02 20:49:27 +00:00
nfdump *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
ngrep
ngtcp2 ngtcp2: updated to 1.1.0 2023-11-26 07:28:34 +00:00
nicotine-plus *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
nidentd
nipper
nload
nmap *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nng Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
nocol *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nprobe
ns *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
nsca-ng *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nsd nsd: Update to 4.8.0 2023-12-09 06:50:28 +00:00
nslint
nstx
ntopng ntopng: updated to 6.0 2023-11-20 17:59:35 +00:00
ntp4 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nyx *: update for Python base package change 2023-10-23 06:37:32 +00:00
obfs4proxy Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
ocaml-conduit
ocaml-domain-name
ocaml-ipaddr
ocaml-mimic
ocaml-protocol_version_header
ocamlnet *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
ocsinventory-agent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
ocsync *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
oidentd
oinkmaster *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
omniNotify omniNotify: touch file to avoid re-generating it 2022-12-21 15:04:50 +00:00
omniORB *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
openag
openconnect *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
openh323 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
openntpd net/openntpd: update to 6.8p1 2023-08-12 17:04:45 +00:00
openresolv Update to openresolv-3.13.2 with the following changes: 2023-06-27 17:13:29 +00:00
openrrcp
openrsync net/openrsync: update to openrsync-0.20220508 2023-01-09 08:26:32 +00:00
openslp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
opentracker
openvmps
openvpn net/openvpn: Update to 2.6.8 2023-11-18 12:51:19 +00:00
openvpn-acct-wtmpx net/openvpn: Update to 2.6.8 2023-11-18 12:51:19 +00:00
openvpn-nagios net/openvpn: Update to 2.6.8 2023-11-18 12:51:19 +00:00
ORBit2
ortp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
overnet
owncloudclient *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
p5-Cisco-Abbrev *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Danga-Socket *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Data-Stream-Bulk *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-DNS-LDNS *: bump for openssl 3 2023-10-24 22:08:07 +00:00
p5-DNS-ZoneParse *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-File-Rsync *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-File-RsyncP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-FusionInventory-Agent *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Geo-IP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Geo-IPfree *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GeoIP2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IO-Interface *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IO-SessionData *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IO-Socket-INET6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IO-Socket-Multicast *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IO-Socket-Timeout *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-IP-Country *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-MaxMind-DB-Common *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-MaxMind-DB-Reader *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-MaxMind-DB-Writer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Akismet *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Amazon *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Amazon-S3 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-AMQP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Bind *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Bonjour *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-CIDR-Lite *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-CIDR-Set *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Daemon *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DBus *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Dev-MIBLoadOrder *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DHCP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DNS p5-Net-DNS: update to 1.42. 2024-01-04 10:59:29 +00:00
p5-Net-DNS-Resolver-Mock *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DNS-Resolver-Programmable *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DNS-Zone-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DNSServer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Domain-TLD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-DRI *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-eBay *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame-Device *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame-Dump *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame-Layer-ICMPv6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame-Layer-IPv6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Frame-Simple *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-FTPSSL *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-GitHub *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Google-AuthSub *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Google-Code *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Ident *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-INET6Glue *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Interface *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-IP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-IPv4Addr *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-IPv6Addr *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Jifty *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-LDAP-Server *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Libdnet *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Libdnet6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-LibIDN *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-LibIDN2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-MAC *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-NBName *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-OAuth *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-OAuth2 Add p5-Net-OAuth2: OAuth 2.0 implementation in Perl 2023-10-02 00:25:58 +00:00
p5-Net-OpenID-Common *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-OpenID-Consumer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Packet *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Patricia *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Pcap *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-RawIP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Server *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Server-SS-PreFork *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-SFTP-Foreign *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-SMTP-TLS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-SNMP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-SNMP-Mixin *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-SSH-Expect *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Stomp *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Telnet *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Telnet-Cisco *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-TFTP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Trac *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Twitter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Works *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Write *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-XMPP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-XWhois *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Z3950-ZOOM *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
p5-NetAddr-IP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-NetAddr-MAC *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-NetPacket *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Nmap-Parser *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Component-Client-DNS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Component-Client-Ident *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Component-SNMP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-RADIUS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-RadiusPerl *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Regexp-Common-net-CIDR *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Regexp-IPv6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-RPC-XML *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-RT-Client-REST *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SNMP-Info *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SNMP-MIB-Compiler *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SNMP_Session *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SOAP-Lite *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SOAP-WSDL *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Socket6 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Test-DNS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Test-RequiresInternet *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Test-TCP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-WebService-Google-Reader *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-WebService-MusicBrainz *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-X500-DN *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XML-RPC *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-XMLRPC-Lite *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Zabbix-Sender *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
packit
paris-traceroute
parpd Update to parpd-2.1.1 2023-04-23 07:52:21 +00:00
partysip
pchar *: bump for openssl 3 2023-10-24 22:08:07 +00:00
pconsole
pear-Net_DIME
pear-Net_IDNA2
pear-Net_LDAP2
pear-Net_LDAP3
pear-Net_Sieve net/pear-Net_Sieve: update to 1.4.6 2022-12-03 05:26:02 +00:00
pear-Net_SMTP net/pear-Net_SMTP: update to 1.11.1 2023-11-04 15:21:26 +00:00
pear-Net_Socket
pear-Net_URL
pear-Net_URL2
pear-SOAP
pen *: bump for openssl 3 2023-10-24 22:08:07 +00:00
perlbal *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
pfnet *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
phetch *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php-baikal php-baikal: drop MAINTAINER 2023-08-28 13:57:42 +00:00
php-ftp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php-geoip
php-snmp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php-soap *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
php-sockets
php-xmlrpc *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
php-yaz *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
pim6dd
pim6sd
piratebay net/piratebay: update to 0.1.7 2023-08-04 12:49:28 +00:00
pload
podcastdl *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
poink
poptop
portmap
powerdns revbump for boost-libs 2023-12-29 18:24:34 +00:00
powerdns-geoip
powerdns-ldap *: bump for openssl 3 2023-10-24 22:08:07 +00:00
powerdns-mysql powerdns-*: Reset PKGREVISION. 2022-09-29 13:51:51 +00:00
powerdns-odbc powerdns-*: Reset PKGREVISION. 2022-09-29 13:51:51 +00:00
powerdns-pgsql
powerdns-recursor *: bump for openssl 3 2023-10-24 22:08:07 +00:00
pppd
pptp
prettyping
proftpd remove dead sites 2023-12-28 23:01:41 +00:00
proftpd-geoip
proftpd-ldap proftpd*: update to 1.3.8b 2023-12-20 17:05:00 +00:00
proftpd-memcached
proftpd-mysql proftpd-*: Reset PKGREVISION. 2023-07-07 11:46:49 +00:00
proftpd-odbc
proftpd-postgresql
proftpd-sqlite proftpd*: update to 1.3.8b 2023-12-20 17:05:00 +00:00
proxycheck
proxytunnel *: bump for openssl 3 2023-10-24 22:08:07 +00:00
publicfile publicfile: bump PKGREVISION. Changes: 2023-11-16 22:55:37 +00:00
publicfile-run
puf
pulledpork *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pure-ftpd *: bump for openssl 3 2023-10-24 22:08:07 +00:00
pxe
py-adns
py-aio-pika py-aio-pika: fix pattern in setup.py 2023-02-20 08:42:13 +00:00
py-aiodns py-aiodns: fix PLIST; switch to wheel.mk; bump revision 2023-11-30 05:47:14 +00:00
py-aioresponses py-aioresponses: Fix PYTHON_VERSIONS_INCOMPATIBLE. 2023-11-29 10:32:45 +00:00
py-aiormq py-aiormq: fix invalid pattern. 2023-02-10 14:42:48 +00:00
py-aiorpcX
py-amqp py-amqp: updated to 5.2.0 2023-12-01 19:37:47 +00:00
py-apache-libcloud *: latest py-sphinx only support Python 3.9+ 2023-11-07 22:37:56 +00:00
py-asyncio-nats-client
py-awscli py-awscli: updated to 1.29.76 2023-11-02 10:35:02 +00:00
py-beanstalkc
py-bonjour
py-boto py-boto: not for Python 3.12 2023-11-05 22:59:47 +00:00
py-boto3 py-boto3: updated to 1.28.76 2023-11-02 10:32:50 +00:00
py-botocore py-botocore: updated to 1.31.76 2023-11-02 10:28:52 +00:00
py-cares py-cares: update to 4.4.0. 2023-11-04 16:13:23 +00:00
py-celery pycelery: remove patch that was removed from distinfo during update 2022-07-14 06:55:49 +00:00
py-comm py-comm: updated to 0.2.1 2024-01-03 06:52:26 +00:00
py-cymruwhois
py-digitalocean py-digitalocean: mark as not for python 2.x 2022-07-08 14:24:46 +00:00
py-dns python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-dns1 py-dns1: switch to py27-idna 2023-05-05 10:16:33 +00:00
py-dnsdiag py-dnsdiag: updated to 2.1.0 2023-08-10 05:17:48 +00:00
py-dpkt py-dpkt: updated to 1.9.8 2023-01-08 11:19:52 +00:00
py-dropbox py-dropbox: fix invalid pattern 2023-02-10 14:39:37 +00:00
py-ec2instanceconnectcli fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
py-ephemeral_port_reserve
py-flower
py-foolscap py-foolscap: convert to wheel.mk 2023-11-05 22:50:39 +00:00
py-fritzconnection py-fritzconnection: add ALTERNATIVES 2023-12-15 19:03:53 +00:00
py-gcs-oauth2-boto-plugin py-boto: not for Python 3.12 2023-11-05 22:59:47 +00:00
py-GeoIP
py-gevent py-gevent: updated to 23.7.0 2023-07-21 10:00:47 +00:00
py-geventhttpclient py-geventhttpclient: updated to 2.0.10 2023-08-28 08:51:41 +00:00
py-google-cloud-sdk *: update for Python base package change 2023-10-23 06:37:32 +00:00
py-grequests net/py-grequests: import py-grequests-0.7.0 2023-06-11 08:10:26 +00:00
py-grpcio grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.0 2023-12-17 19:03:01 +00:00
py-grpcio-testing grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.0 2023-12-17 19:03:01 +00:00
py-grpcio-tools grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.0 2023-12-17 19:03:01 +00:00
py-gsutil py-boto: not for Python 3.12 2023-11-05 22:59:47 +00:00
py-hatop *: update for Python base package change 2023-10-23 06:37:32 +00:00
py-hpack
py-ifaddr py-ifaddr: updated to 0.2.0 2022-08-10 09:12:00 +00:00
py-impacket fighting a losing battle against the py-cryptography rustification, part 5 2022-10-19 14:25:18 +00:00
py-IP
py-ipaddress
py-ipcalc
py-irclib Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-junos-eznc py-junos-eznc: fix build with Python 3.12. 2023-12-13 19:21:35 +00:00
py-kenosis *: update for Python base package change 2023-10-23 06:37:32 +00:00
py-kombu Remove dependencies for Python 3.7 2023-07-30 15:32:48 +00:00
py-ldapdomaindump py-ldapdomaindump: convert to wheel.mk 2023-11-22 14:20:02 +00:00
py-lexicon py-lexicon: updated to 3.17.0 2023-11-08 17:34:34 +00:00
py-libdnet
py-libpcap
py-magic-wormhole py-magic-wormhole: add ALTERNATIVES file 2023-11-17 16:41:02 +00:00
py-magic-wormhole-mailbox-server py-magic-wormhole-mailbox-server: convert to wheel.mk 2023-11-05 22:45:48 +00:00
py-magic-wormhole-transit-relay py-magic-wormhole-transit-relay: convert to wheel.mk 2023-11-05 22:43:07 +00:00
py-medusa
py-metar update master site 2023-12-19 12:29:55 +00:00
py-minio py-minio: updated to 7.2.3 2024-01-03 07:03:00 +00:00
py-mitmproxy_rs py-mitmproxy_rs: Import py-mitmproxy_rs-0.5.1 as net/py-mitmproxy_rs 2024-01-06 23:24:02 +00:00
py-moto python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-namecheap py-namecheap: mark as not for python 2.x 2022-07-08 14:23:38 +00:00
py-ncclient py-ncclient: update to 0.6.15. 2023-11-05 22:40:01 +00:00
py-netaddr py-netaddr: updated to 0.10.1 2024-01-03 06:53:25 +00:00
py-netifaces
py-netsnmp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
py-nyx
py-omniORBpy
py-onionbalance py-onionbalance: not for Python 3.12 2023-11-05 22:37:01 +00:00
py-ORBit
py-paho-mqtt Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-pamqp
py-pcap Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-pika python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-portend py-portend: updated to 3.2.0 2023-11-17 20:52:26 +00:00
py-prometheus_client py-prometheus_client: updated to 0.19.0 2023-11-22 10:10:07 +00:00
py-ptt
py-pychromecast
py-pyftpdlib py-pyftpdlib: updated to 1.5.9 2023-11-01 18:29:47 +00:00
py-pylint-celery
py-pynng
py-pypiserver py-pypiserver: updated to 1.5.2 2023-08-04 08:17:36 +00:00
py-pysendfile
py-python-socks py-python-socks: updated to 2.4.4 2023-12-17 16:07:37 +00:00
py-requestbuilder py-requestbuilder: mark as not for python 2.x 2022-07-08 14:41:51 +00:00
py-responses py-responses: updated to 0.24.1 2023-11-15 08:26:11 +00:00
py-rpyc py-rpyc: mark as PYTHON_SELF_CONFLICT 2023-05-11 09:31:10 +00:00
py-rt
py-s3cmd *: update for Python base package change 2023-10-23 06:37:32 +00:00
py-s3transfer py-s3transfer: updated to 0.7.0 2023-11-02 10:30:44 +00:00
py-sbws
py-scp py-scp: updated to 0.14.5 2023-02-27 13:58:06 +00:00
py-simplesoap
py-smb py-smb: not for Python 2.7 2023-03-09 05:26:07 +00:00
py-smbc *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
py-soaplib
py-socketpool
py-Socks
py-socksipy-branch
py-softlayer py-softlayer: updated to 6.1.9 2023-10-14 17:21:49 +00:00
py-stone Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-subunit py-subunit: updated to 1.4.4 2023-11-17 17:52:06 +00:00
py-test-remotedata py-test-remotedata: updated to 0.4.1 2023-10-01 16:17:00 +00:00
py-tldextract py-tldextract: updated to 5.1.1 2023-11-19 17:35:54 +00:00
py-tweepy *: latest py-sphinx only support Python 3.9+ 2023-11-07 22:37:56 +00:00
py-twine python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-twisted py-twisted: update to 23.10.0 2023-11-05 10:38:35 +00:00
py-twisted-docs
py-twython *: latest py-sphinx only support Python 3.9+ 2023-11-07 22:37:56 +00:00
py-txamqp *: mark as not for python 2.x 2022-09-11 18:10:03 +00:00
py-txtorcon py-ZopeInterface: moved to py-zope.interface 2023-06-18 05:39:36 +00:00
py-unearth python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-xandikos py-xandikos: updated to 0.2.8 2023-05-08 09:00:51 +00:00
py-xmm7360
py-zeep *: latest py-sphinx only support Python 3.9+ 2023-11-07 22:37:56 +00:00
py-zeroconf py-zeroconf: update to 0.127.0. 2023-11-23 08:52:12 +00:00
py-zmq py-zmq: updated to 25.1.2 2023-12-05 18:20:00 +00:00
pygopherd *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
qadsl
qbittorrent revbump for boost-libs 2023-12-29 18:24:34 +00:00
qore-zmq-module *: bump for openssl 3 2023-10-24 22:08:07 +00:00
qt6-qtgrpc qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
qt6-qtremoteobjects qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
qt6-qtwebsockets qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
quagga *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
queryperf
quvi *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
R-pbdZMQ (net/pbdZMQ) Updated 0.3.3 to 0.3.9 2023-06-18 14:36:18 +00:00
R-pingr DEPENDS+= update for devel/R-processx 3.8.2 2023-08-15 01:21:16 +00:00
ra-rtsp-proxy
rabbiter Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
rabbitmq rabbitmq: updated to 3.12.12 2024-01-06 18:33:23 +00:00
rabbitmq-c *: bump for openssl 3 2023-10-24 22:08:07 +00:00
Radicale *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
Radicale2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
radiusclient-ng
radsecproxy *: bump for openssl 3 2023-10-24 22:08:07 +00:00
rancid *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ratman *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
rbldnsd
rclone rclone: update to 1.65.0 2024-01-04 08:05:51 +00:00
rdesktop *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
rdist6
remmina *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
restclient-ui
rinetd
rootprobe
routinator Upgrade routinator to version 0.13.0. 2023-09-21 17:53:31 +00:00
rp-l2tp
rp-pppoe
rsync rsync: Disable zstd by default on Darwin/powerpc, it doesn't like ld(1) 2023-11-10 10:01:37 +00:00
rt4-cli *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
rtmpdump *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
rtorrent *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
ruby-addressable ruby-addressable: update to 2.8.5. 2023-08-06 02:18:38 +00:00
ruby-amq-client
ruby-amq-protocol
ruby-amqp
ruby-connection_pool net/ruby-connection_pool: update to 2.4.1 2023-05-21 03:03:00 +00:00
ruby-dnsruby net/ruby-dnsruby: update to 1.70.0 2023-04-29 13:54:20 +00:00
ruby-domain_name net/ruby-domain_name: update to 0.6.20231109 2023-12-17 14:31:21 +00:00
ruby-em-socksify
ruby-ffi-rzmq
ruby-ffi-rzmq-core
ruby-icmp
ruby-ipaddress
ruby-net-dhcp
ruby-net-imap net/ruby-net-imap: add version 0.3.7 2023-12-14 15:24:43 +00:00
ruby-net-ldap net/ruby-net-ldap: update to 0.18.0 2023-04-30 06:54:44 +00:00
ruby-net-ping
ruby-net-pop net/ruby-net-pop: add version 0.1.2 2023-12-14 15:25:24 +00:00
ruby-net-smtp net/ruby-net-smtp: add version 0.3. 2023-12-14 15:25:54 +00:00
ruby-netaddr net/ruby-netaddr: update to 2.0.6 2022-08-28 04:20:25 +00:00
ruby-netrc
ruby-network_interface net/ruby-network_interface: update to 0.0.4 2023-08-26 15:45:46 +00:00
ruby-nio4r net/ruby-nio4r: update to 2.7.0 2023-12-17 14:35:07 +00:00
ruby-pcaprub
ruby-pluggaloid
ruby-proxifier2 net/ruby-proxifier2: add package version 1.1.0 2023-04-30 13:16:44 +00:00
ruby-public_suffix ruby-public_suffix: update to 5.0.4. 2023-11-18 14:22:15 +00:00
ruby-recog net/ruby-recog: update to 3.1.2 2023-08-27 15:10:40 +00:00
ruby-ruby_smb net/ruby-ruby_smb: update to 3.3.1 2023-12-17 14:40:43 +00:00
ruby-rubytter Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
ruby-slack-api net/ruby-slack-api: update dependency 2023-01-09 07:58:13 +00:00
ruby-snmp
ruby-soap4r
ruby-stompserver net/ruby-stompserver: fix build problem with hoe 4.0.1 2022-12-22 02:05:55 +00:00
ruby-train-core net/ruby-train-core: update to 3.11.0 2023-11-11 12:56:09 +00:00
ruby-train-rest net/ruby-train-rest: add pacakge version 0.5.0 2022-12-03 13:42:01 +00:00
ruby-train-winrm net/ruby-train-winrm: update to 0.2.13 2022-08-28 04:35:24 +00:00
ruby-twitter-stream
ruby-winrm
ruby-winrm-elevated
ruby-winrm-fs
ruby-xdr Bump revision RUBY_RAILS_DEFAULT change. 2023-09-03 15:42:31 +00:00
s6-dns s6-dns: update to 2.3.7.1. Changes: 2023-12-23 20:10:49 +00:00
s6-networking s6-networking: update to 2.7.0.1. Changes: 2023-12-23 20:11:48 +00:00
sacc *: bump for openssl 3 2023-10-24 22:08:07 +00:00
samba clean-up mirrors 2023-12-28 23:07:16 +00:00
samba4 samba4: updated to 4.19.3 2023-11-27 17:08:25 +00:00
sayaka sayaka: remove obsolete patch (forgot in previous). 2023-10-19 15:59:52 +00:00
scamper
scapy *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
scdp
scli *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
sdig *: bump for openssl 3 2023-10-24 22:08:07 +00:00
sdist update master site 2023-12-19 12:29:55 +00:00
SDL2_net *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
SDL_net
sendfile
ser ser: Revert previous (unintentionally committed). 2023-07-27 17:32:51 +00:00
sharity-light
shibari Add shibari: Collection of DNS tools for Unix systems 2023-12-29 16:55:09 +00:00
sipcalc
siproxd *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
sipsak *: bump for openssl 3 2023-10-24 22:08:07 +00:00
sitescooper *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
slurm
smokeping *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sniffit
sniffnet *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
sniproxy Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
snmptt *: bump for openssl 3 2023-10-24 22:08:07 +00:00
snort *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
socat (net/socat) Fix build, zsh is necessary always 2023-12-25 23:43:31 +00:00
socket++
socks4
solaris-tap
speedtest-cli *: update for Python base package change 2023-10-23 06:37:32 +00:00
speedtouch
spegla
spread *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
spreadlogd *: bump for openssl 3 2023-10-24 22:08:07 +00:00
srsh update master site 2023-12-19 12:29:55 +00:00
sshping *: bump for openssl 3 2023-10-24 22:08:07 +00:00
sslh *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +00:00
ssmping *: remove FreeBSD port references 2022-12-28 13:57:22 +00:00
ssync update master site 2023-12-19 12:29:55 +00:00
stagit-gopher stagit-gopher: Update to 1.2 2022-09-15 19:20:02 +00:00
statzone *: drop maintainership for packages not related to toolchains and ELF. 2022-06-27 15:29:13 +00:00
stern Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
stund *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
sup
syncffsd
syncthing net/syncthing: Update syncthing to 1.26.1 2023-12-14 13:32:58 +00:00
syncthing-gtk syncthing-gtk: remove unused patch 2023-11-16 12:16:47 +00:00
synergy *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
sysmon *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tacacs *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
tacacs-shrubbery *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
taskserver *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
tcl-scotty
tcpdmerge
tcpdpriv
tcpdstat
tcpdump *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tcpexec
tcpflow revbump for boost-libs 2023-12-29 18:24:34 +00:00
tcpick
tcpillust *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
tcpreplay tcpreplay: add test target 2022-12-31 11:46:39 +00:00
tcpslice
tcptrace update homepage 2023-12-28 22:44:22 +00:00
tcptraceroute tcptraceroute: Find libpcap correctly. 2022-12-15 12:15:01 +00:00
tcptraceroute6
teamspeak-client
teamspeak-server
termscp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
terraform Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-archive Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-aws Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-kubernetes Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-local Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-null Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-random Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-template Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
terraform-provider-vultr Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
tigervnc *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
tightvnc *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tightvncviewer
tinc *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tinydyndns
tinydyndns-run *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tinyfugue
tkined *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
tlrc net/tlrc: update to 1.8.0 2023-12-01 07:48:04 +00:00
tn5250
tnftp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tnftpd tnftpd: update to 20231001. 2023-10-01 08:06:37 +00:00
tor tor: update to 0.4.8.9. 2023-11-10 08:06:47 +00:00
torrentutils *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
torsocks
totd
traceroute-as
traceroute-nanog
trafshow trafshow: fix build on NetBSD-current 2023-09-09 13:27:28 +00:00
transmission *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
transmission-common *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
transmission-gtk *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
transmission-qt *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
trickle *: bump for openssl 3 2023-10-24 22:08:07 +00:00
trippy net/trippy: update to 0.9.0 2023-11-30 21:56:30 +00:00
tsocks tsocks: SunOS needs libnsl. 2023-06-26 09:28:08 +00:00
tspc
ttt *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
tut Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
tvnjviewer
twittering-mode
u6rd
ucarp
ucspi-ipc *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
ucspi-proxy
ucspi-ssl ucspi-ssl: update to 0.12.10. Changes: 2023-12-09 19:10:12 +00:00
ucspi-tcp *: Remove hacks for GCC versions prior to 3 2023-07-17 22:08:13 +00:00
ucspi-tcp6 Update to 1.12.4. From the changelog: 2023-05-29 11:52:36 +00:00
ucspi-tools *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ucspi-udp
ucspi-unix
udns
udpcast *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
udptunnel
uftp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
unbound *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
unfs3
unifi Fix mongodb4 option to install v4, and add mongodb6 option 2023-08-28 19:34:24 +00:00
unison *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
unworkable *: bump for openssl 3 2023-10-24 22:08:07 +00:00
upclient
urlgfe *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
userppp
uucp
vcheck fetch from backup 2023-12-28 23:13:27 +00:00
vde
vinagre *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
vino *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
vnc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
vncviewer vncviewer: Remove unused libXt. Fix SunOS build. 2023-11-28 20:21:31 +00:00
vnstat *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
vpnc *: bump for openssl 3 2023-10-24 22:08:07 +00:00
vpnc-script Update to 20230103. From the changelog: 2023-05-05 13:20:56 +00:00
vsftpd *: bump for openssl 3 2023-10-24 22:08:07 +00:00
vtun *: bump for openssl 3 2023-10-24 22:08:07 +00:00
vultr-cli Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
wakeup
walker *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
wap-utils
waste *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
websocketpp websocketpp: updated to 0.8.2 2023-08-06 20:20:18 +00:00
wget *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
wget2 *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
wgetpaste
whatmask fetch from backup 2023-12-22 18:49:22 +00:00
whois3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
whoson
wide-dhcpv6
wimon
wireguard-go wireguard-go: added version 0.0.20230223 2023-12-14 13:56:23 +00:00
wireguard-tools Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
wireshark wireshark: updated to 4.2.2 2024-01-05 17:57:27 +00:00
wistumbler
wistumbler2
wistumbler2-gtk *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
wmget fetch from backup 2023-12-24 14:37:57 +00:00
wminet
wmnd
wmnet
wmpload
wol Add license (from pkglint) 2023-01-09 01:02:32 +00:00
wpa_gui *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
wpa_supplicant *: bump for openssl 3 2023-10-24 22:08:07 +00:00
x2vnc
xfce4-wavelan-plugin *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
xl2tpd
xmftp
xorp *: bump for openssl 3 2023-10-24 22:08:07 +00:00
xrmftp recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
xtraceroute recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
xymon *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
xymonclient xymonclient: fix packaging so it reflects PKGREVISION values 2023-10-18 23:59:32 +00:00
yafc
yale-tftpd
yaydl *: bump for openssl 3 2023-10-24 22:08:07 +00:00
yaz *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
youtube-dl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
yt-dlp yt-dlp: updated to 2023.12.30 2023-12-31 07:58:02 +00:00
ytalk
ywho update master site 2023-12-19 12:29:55 +00:00
zenmap *: update for Python base package change 2023-10-23 06:37:32 +00:00
zeroconf-ioslave revbump for boost-libs 2023-12-29 18:24:34 +00:00
zeromq zeromq: cleanup 2023-10-11 05:43:08 +00:00
zsync
Makefile net: Add py-mitmproxy_rs 2024-01-06 23:24:35 +00:00