Commit graph

20386 commits

Author SHA1 Message Date
ryoon
f9f7ef63db nsd: Update to 4.5.0
Changelog:
6 May 2022: Wouter
	- Merge #209: IXFR out
	  This adds IXFR out functionality to NSD. NSD can copy IXFRs from
	  upstream to downstream clients, or create IXFRs from zonefiles.
	  The options store-ixfr: yes and create-ixfr: yes can be used to
	  turn this on. Default is turned off. The options ixfr-number and
	  ixfr-size can be used to tune the number of IXFR transfers and
	  total data size stored. This is configured per zone, the IXFRs
	  are served to the hosts that are allowed to perform zone transfers.
	  And if TSIG is configured, signed with the same key. The content
	  is stored to file if a zonefile is configured for the zone, in
	  the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain
	  readable text format. The number of IXFRs is num.rixfr in
	  statistics output, also per zone if per zone statistics are enabled.
	  If offline, nsd-checkzone -i can create ixfr files.
	  NSD already supports requesting IXFRs, this addition allows NSD
	  to serve IXFR transfers to clients.
	  NSD stops responding with NOTIMPL to IXFR requests, also for zones
	  that do not have IXFR enabled. The clients gets a full zone reply
	  or a status reply if the serial is up to date.
	- set version to 4.5.0 for feature change.
	- Tag for 4.5.0rc1 release. It became the 4.5.0 release on 13 May 2022.

14 April 2022: Wouter
	- Update cirrus script FreeBSD version.

25 March 2022: Wouter
	- Fix spelling error in comment in svcbparam_lookup_key.

2 March 2022: Wouter
	- Fix code analyzer zero divide warning.
	- Fix code analyzer large value with assertion.
	- Fix another code analyzer zero divide warning.
	- Fix code analyzer warning about uninitialized temp storage in loop.

10 February 2022: Wouter
	- Tag for 4.4.0rc1 release. This became 4.4.0 release on 17 Feb 2022,
	  the code repository continues with version 4.4.1.

9 February 2022: Wouter
	- Fix unit tests for nds-control-setup exit code and the
	  xfrd-tcp-max default.

7 February 2022: Wouter
	- Merge #207 Sync nsd-control-setup with unbound-control-setup to
	  generate certificates with SANs.

28 January 2022: Wouter
	- Fix #206: build with --without-ssl fails.

27 January 2022: Wouter
	- current code branch continues as version 4.4.0, because of added
	  feature.

26 January 2022: Wouter
	- Merge #193: Lower memory usage of the XFRD process by default.
	  Instead of preallocating all elements, they are allocated when used.
	  There are options for managing the memory usage, defaults are the
	  same as before. xfrd-tcp-max sets the number of sockets for tcp
	  connections that xfrd can make to download zone contents. And
	  xfrd-tcp-pipeline the number of simultaneous transfers over the
	  same connection.

12 January 2022: Wouter
	- Fix to document nsd-checkzone -p in the man page for nsd-checkzone.

7 January 2022: Wouter
	- Fix to change file mode before changing file owner for the
	  nsd-control unix socket file.

3 January 2022: Wouter
	- Merge #204 from jonathangray: correct some spelling mistakes.

15 December 2021: Wouter
	- Fix #200: nsd-checkzone succeeds even with incorrect serial in SOA
	  record.

2 December 2021: Wouter
	- Fix socket_partitioning unit test for FreeBSD.
	- Fix SVCB test to work around older dig with drill.
	- Fix unit test to not syslog setlogin failures.
2022-06-16 16:23:01 +00:00
gutteridge
649638efd8 tcpreplay: update to 4.4.1
02/12/2022 Version 4.4.1
    - fix support for piping PCAP files from STDIN (#708)
    - build failures Debian/kfreebsd (#706)
    - bus error when building on armhf (#705)
    - typo fixes (#704)
    - heap buffer overflow in tcpreplay (#703)
    - double free in Juniper DLT (#702)

01/31/2022 Version 4.4.0
    - remove obsolete FORCE_ALIGN support to fix macOS 11 compile (#695)
    - add a security policy document (#689)
    - ability to specify directory of pcap files (#682)
    - incorrect PPS rate for long-running sessions (#679)
    - option --skipbroadcast not working (#677)
    - revert #630 to fix --multiplier issues (#674)
    - gcc 9.3 compiler warnings (#670)
    - installed netmap not automatically detected (#669)
    - latest macOS SDK selected by default (#668)
    - heap-buffer-overflow with flow_decode() (#665)
    - add feature VLAN Q-in-Q (#625)
    - add feature update Ethernet MAC on multicast IP (#563)
2022-06-16 00:29:30 +00:00
gutteridge
b6fa2f225b scapy: add a comment about the state of the test target 2022-06-16 00:27:44 +00:00
tpaul
7453896bfe net/terraform-provider-vultr: Update to 2.11.3
Upstream change log:

Enchancement:
 * resource/reserved_ip: Add support for reserved IP label updates

Documentation:
 * resource/instance: Fix typo
 * resource/reverse_ip: Fix type
2022-06-15 15:46:36 +00:00
tpaul
cb13560d11 net/vultr-cli: Update to 2.14.2
Upstream change log:
 * Reserved IP: Add support for reserved IP label updates
 * Bump govultr version from 2.17.1 to 2.17.2
2022-06-15 15:42:58 +00:00
taca
1e29293991 net/bind911: remove bind911
Remove EOL BIND 9.11.
2022-06-15 14:14:14 +00:00
taca
4b09d2a597 net/Makefile: remove bind911 2022-06-15 14:13:14 +00:00
taca
59e8e4b6c8 net/nagios-plugins: switch to depends on bind916
Switch to depends on bind916 instead of EOL bind911.
2022-06-15 14:10:08 +00:00
taca
2076a52f14 net/bind916: update to 9.16.30
--- 9.16.30 released ---

5899.	[func]		Don't try to process DNSSEC-related and ZONEMD records
			in catz. [GL #3380]

5890.	[bug]		When the fetches-per-server quota was adjusted
			because of an authoritative server timing out more
			or less frequently, it was incorrectly set to 1
			rather than the intended value.  This has been
			fixed. [GL #3327]

5888.	[bug]		Only write key files if the dnssec-policy keymgr has
			changed the metadata. [GL #3302]

5823.	[func]		Replace hazard pointers based lock-free list with
			locked-list based queue that's simpler and has no or
			little performance impact. [GL #3180]
2022-06-15 14:02:36 +00:00
gutteridge
80ffecc9fb xfce4-wavelan-plugin: update to 0.6.3
Change log:

0.6.3 (2022-06-14)
=====
- Fix intltool lock file bug in make distcheck
- Fix read_config memory leaks
- Add option to execute command on icon click (!9)
- Add option to hide signal bar (!8)
- Prefer symbolic icons and fix icon color (!7)
- Icon now shows signal strength(!5)
- remove bogus close function
- autoconf: Some updates
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (Canada),
  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian
2022-06-14 23:27:21 +00:00
jaapb
681dbf3df5 Added ocaml-mimic to Makefile SUBDIRs 2022-06-13 08:19:52 +00:00
jaapb
afb83e9550 Added net/ocaml-mimic, a dynamic flow instantiation library.
This is needed as a dependency of the update of devel/ocaml-git.
2022-06-13 08:19:27 +00:00
mef
81ea1d1868 (net/py-zmq) Fix build, +DEPENDS+= py-packaging 2022-06-11 13:26:59 +00:00
wiz
87145138ed libnice: gobject-introspection is a build dependency
Bump PKGREVISION
2022-06-07 20:42:41 +00:00
wiz
862bb8602c gupnp-igd: gobject-introspection is a build dependency
Bump PKGREVISION.
2022-06-07 20:41:17 +00:00
wiz
adb2a8767b gupnp: gobject-introspection is a build dependency
Bump PKGREVISION.
2022-06-07 20:39:59 +00:00
wiz
9221bcf12d gssdp: gobject-introspection is a build dependency
Bump PKGREVISION.
2022-06-07 20:38:06 +00:00
adam
8cec4f6b50 py-zmq: updated to 23.1.0
23.1.0

Fixing some regressions in 23.0:

- Fix global name of `zmq.EVENT_HANDSHAKE_*` constants
- Fix constants missing when using `import zmq.green as zmq`

Compatibility fixes:

- {func}`zmq.utils.monitor.recv_monitor_msg` now supports async Sockets.
- Fix build with mingw

23.0.0

Changes:

- all zmq constants are now available as Python enums
  (e.g. `zmq.SocketType.PULL`, `zmq.SocketOption.IDENTITY`),
  generated statically from zmq.h instead of at compile-time.
  This means that checks for the *presence* of a constant (`hasattr(zmq, 'RADIO')`)
  is not a valid check for the presence of a feature.
  This practice has never been robust, but it may have worked sometimes.
  Use direct checks via e.g. {func}`zmq.has` or {func}`zmq.zmq_version_info`.
- A bit more type coverage of Context.term and Context.socket

Compatibility fixes:

- Remove all use of deprecated stdlib distutils
- Update to Cython 0.29.30 (required for Python 3.11 compatibility)
- Compatibility with Python 3.11.0b1

Maintenance changes:

- Switch to myst for docs
- Deprecate `zmq.utils.strtypes`, now unused
- Updates to autoformatting, linting
- New wheels for PyPy 3.9
- Manylinux wheels for CPython 3.10 are based on manylinux2014
2022-06-07 16:23:04 +00:00
tpaul
883b259229 net/terraform-provider-vultr: Update to 2.11.2
Upstream Changelog:
 - Release v2.11.2 #patch
 - Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0 (#261)
 - Add GPU fields to plan data source (#264)
 - Bump govultr to v2.17.1 (#262)
 - Fix acceptance tests (#260)
2022-06-07 14:48:34 +00:00
wiz
9f28dd5fda ttt: comment out dead HOMEPAGE 2022-06-07 10:40:36 +00:00
adam
945635d42f wireguard-tools: updated to 1.0.20210914
1.0.20210914
Unknown changes
2022-06-07 10:02:06 +00:00
fcambus
fe14d0a720 Add czds. 2022-06-06 08:47:02 +00:00
fcambus
fac8ff154f net/czds: import czds-1.0.6.
Client to ICANN's Centralized Zone Data Service (CZDS) REST API using
both the documented and undocumented API endpoints. Should allow you
to perform almost any action you can in the web interface via this API.
2022-06-06 08:46:12 +00:00
wiz
db519166e3 wmnet: mark as broken on NetBSD 9.99.45 and newer
needs to be converted from kmem to SIOCGIFDATA ioctl.
2022-06-03 18:41:44 +00:00
tpaul
bde1fa6f68 net/vultr-cli: Update to v2.14.1
Release notes:
- Add GPU fields to plans printer (#269)
- Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#266)
- Bump govultr version from 2.16.0 to 2.17.1 (#267)
- Release v2.14.1 #patch
- Update instance and kubernetes tag to str pointer (#268)
2022-06-03 14:41:01 +00:00
leot
aba2320ad4 yt-dlp: Update to 2022.5.18
Changes:
### 2022.05.18

* Add support for SSL client certificate authentication by coletdjnz and dirkf
    * Adds `--client-certificate`, `--client-certificate-key`,
    `--client-certificate-password`
* Add `--match-filter -` to interactively ask for each video
* `--max-downloads` should obey `--break-per-input`
* Allow use of weaker ciphers with `--legacy-server-connect`
* Don't imply `-s` for later stages of `-O`
* Fix `--date today`
* Fix `--skip-unavailable-fragments`
* Fix color in `-q -F`
* Fix redirect HTTP method handling by coletdjnz
* Improve `--clean-infojson`
* Remove warning for videos with an empty title
* Run `FFmpegFixupM3u8PP` for live-streams if needed
* Show name of downloader in verbose log
* [cookies] Allow `cookiefile` to be a text stream
* [cookies] Report progress when importing cookies
* [downloader/ffmpeg] Specify headers for each URL by elyse0
* [fragment] Do not change chunk-size when `--test`
* [fragment] Make single thread download work for `--live-from-start` by
  Lesmiscore
* [hls] Fix `byte_range` for `EXT-X-MAP` fragment by fstirlitz
* [http] Fix retrying on read timeout by coletdjnz
* [ffmpeg] Fix features detection
* [EmbedSubtitle] Enable for more video extensions
* [EmbedThumbnail] Disable thumbnail conversion for mkv by evansp
* [EmbedThumbnail] Do not obey `-k`
* [EmbedThumbnail] Do not remove id3v1 tags
* [FFmpegMetadata] Remove `\0` from metadata
* [FFmpegMetadata] Remove filename from attached info-json
* [FixupM3u8] Obey `--hls-prefer-mpegts`
* [Sponsorblock] Don't crash when duration is unknown
* [XAttrMetadata] Refactor and document dependencies
* [extractor] Document netrc machines
* [extractor] Update `manifest_url`s after redirect by elyse0
* [extractor] Update dash `manifest_url` after redirects by elyse0
* [extractor] Use `classmethod`/`property` where possible
* [generic] Refactor `_extract_rss`
* [utils] `is_html`: Handle double BOM
* [utils] `locked_file`: Ignore illegal seek on `truncate` by jakeogh
* [utils] `sanitize_path`: Fix when path is empty string
* [utils] `write_string`: Workaround newline issue in `conhost`
* [utils] `certifi`: Make sure the pem file exists
* [utils] Fix `WebSocketsWrapper`
* [utils] `locked_file`: Do not give executable bits for newly created files by Lesmiscore
* [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by Lesmiscore
* [test] Convert warnings into errors and fix some existing warnings by fstirlitz
* [dependencies] Create module with all dependency imports
* [compat] Split into sub-modules by fstirlitz, pukkandan
* [compat] Implement `compat.imghdr`
* [build] Add `make uninstall` by MrRawes
* [build] Avoid use of `install -D`
* [build] Fix `Makefile` by putnam
* [build] Fix `--onedir` on macOS
* [build] Add more test-runners
* [cleanup] Deprecate some compat vars by fstirlitz, pukkandan
* [cleanup] Remove unused code paths, extractors, scripts and tests by fstirlitz
* [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
* [cleanup, docs, build] Misc fixes
* [BilibiliLive] Add extractor by HE7086, pukkandan
* [Fifa] Add Extractor by Bricio
* [goodgame] Add extractor by nevack
* [gronkh] Add playlist extractors by hatienl0i261299
* [icareus] Add extractor by tpikonen, pukkandan
* [iwara] Add playlist extractors by i6t
* [Likee] Add extractor by hatienl0i261299
* [masters] Add extractor by m4tu4g
* [nebula] Add support for subscriptions by hheimbuerger
* [Podchaser] Add extractors by connercsbn
* [rokfin:search] Add extractor by P-reducible, pukkandan
* [youtube] Add `:ytnotifications` extractor by krichbanana
* [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by coletdjnz
* [ZingMp3] Add chart and user extractors by hatienl0i261299
* [adn] Update AES key by elyse0
* [adobepass] Allow cookies for authenticating MSO
* [bandcamp] Exclude merch links by Yipten
* [chingari] Fix archiving and tests
* [DRTV] Improve `_VALID_URL` by vertan
* [facebook] Improve thumbnail extraction by Wikidepia
* [fc2] Stop heatbeating once FFmpeg finishes by Lesmiscore
* [Gofile] Fix extraction and support password-protected links by mehq
* [hotstar, cleanup] Refactor extractors
* [InfoQ] Don't fail on missing audio format by evansp
* [Jamendo] Extract more metadata by evansp
* [kaltura] Update API calls by flashdagger
* [KhanAcademy] Fix extractor by rand-net
* [LCI] Fix extractor by MarwenDallel
* [lrt] Support livestreams by GiedriusS
* [niconico] Set `expected_protocol` to a public field
* [Niconico] Support 2FA by ekangmonyet
* [Olympics] Fix format extension
* [openrec:movie] Enable fallback for /movie/ URLs
* [PearVideo] Add fallback for formats by hatienl0i261299
* [radiko] Fix extractor by Lesmiscore
* [rai] Add `release_year`
* [reddit] Prevent infinite loop
* [rokfin] Implement login by P-reducible, pukkandan
* [ruutu] Support hs.fi embeds by tpikonen, pukkandan
* [spotify] Detect iframe embeds by fstirlitz
* [telegram] Fix metadata extraction
* [tmz, cleanup] Update tests by diegorodriguezv
* [toggo] Fix `_VALID_URL` by ca-za
* [trovo] Update to new API by nyuszika7h
* [TVer] Improve extraction by Lesmiscore
* [twitcasting] Pass headers for each formats by Lesmiscore
* [VideocampusSachsen] Improve extractor by FestplattenSchnitzel
* [vimeo] Fix extractors
* [wat] Fix extraction of multi-language videos and subtitles by elyse0
* [wistia] Fix `_VALID_URL` by dirkf
* [youtube, cleanup] Minor refactoring by coletdjnz, pukkandan
* [youtube] Added piped instance urls by JordanWeatherby
* [youtube] Deprioritize auto-generated thumbnails
* [youtube] Deprioritize format 22 (often damaged)
* [youtube] Fix episode metadata extraction
* [zee5] Fix extractor by Ashish0804
* [zingmp3, cleanup] Refactor extractors
2022-06-02 22:07:41 +00:00
pin
3adcfe1edf net/trippy: update to 0.5.0
0.5.0 - 2022-06-02
Added
    Added support for tracing using IPv6 for icmp and udp (#35)
    Added BSOD error reporting to Tui (#179)
    Added Ctrl-C keyboard command to quit the Tui (#91)

Changed
    Rewrite of network code to use RAW sockets (#195, #192)

Fixed
    Setting -c (--report-cycles) to 1 returns no traces (#189)
    Tracer failures not being shown for reports (#183)
2022-06-02 19:57:31 +00:00
bsiegert
d97b2d854f Revbump all Go packages after go118 update 2022-06-02 18:51:56 +00:00
he
c5cd690cc4 Update unbound to version 1.16.0.
Pkgsrc changes:
 * Remove patch now integrated upstream
 * Updated checksums

Upstream changes:

This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.

The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.

Features
- Merge PR #604: Add basic support for EDE (RFC8914).

Bug Fixes
- Fix #412: cache invalidation issue with CNAME+A.
- Fix that TCP interface does not use TLS when TLS is also configured.
- Fix #624: Unable to stop Unbound in Windows console (does not
  respond to CTRL+C command).
- Fix #618: enabling interface-automatic disables DNS-over-TLS.
  Adds the option to list interface-automatic-ports.
- Remove debug info from #618 fix.
- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
- Fix that address not available is squelched from the logs for
  udp connect failures. It is visible on verbosity 4 and more.
- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
  ERR_GET_REASON.
- Fix to detect that no IPv6 support means that IPv6 addresses are
  useless for delegation point lookups.
- update Makefile dependencies.
- Fix check interface existence for support detection in remote lookup.
- Fix #633: Document unix domain socket support for unbound-control.
- Fix for #633: updated fix with new text.
- Fix edns client subnet to add the option based on the option list,
  so that it is not state dependent, after the state fix of #605 for
  double EDNS options.
- Fix for edns client subnet option add fix in removal code, from review.
- Fix #630: Unify the RPZ log messages.
- Merge #623 from rex4539: Fix typos.
- Fix pythonmod for change in iter_dp_is_useless function prototype.
- Fix compile warnings for printf ll format on mingw compile.
- Merge PR #632 from scottrw93: Match cnames in ipset.
- Various fixes for #632: variable initialisation, convert the qinfo
  to str once, accept trailing dot in the local-zone ipset option.
- Fix #637: Integer Overflow in sldns_str2period function.
- Fix for #637: fix integer overflow checks in sldns_str2period.
- Fix configure for python to use sysutils, because distutils is
  deprecated. It uses sysutils when available, distutils otherwise.
- Merge #644: Make `install-lib` make target install the pkg-config
  file.
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
- Fix to describe auth-zone and other configuration at the local-zone
  configuration option, to allow for more broadly view of the options.
- Merge PR #648 from eaglegai: fix -q doesn't work when use with
  'unbound-control stats_shm'.
- Fix #651: [FR] Better logging for refused queries.
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
- Fix zonemd check to allow unsupported algorithms to load.
  If there are only unsupported algorithms, or unsupported schemes,
  and no failed or successful other ZONEMD records, or malformed
  or bad ZONEMD records, the unsupported records allow the zone load.
- Fix zonemd unsupported algo check.
- Fix zonemd unsupported algo check reason to not copy to next record,
  and check for success for debug printout.
- Fix zonemd unsupported algo check to print unsupported reason before
  zeroing it.
- Fix zonemd unsupported algo check to set reason to NULL before the
  check routine, but after malformed checks, to get the correct NULL
  output when the digest matches.
- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
  OpenBSD 7.1.
- Fix Python build in non-source directory; based on patch by
  Michael Tokarev.
- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
  host.
- Merge #677: Allow using system certificates not only on Windows,
  from pemensik.
- For #677: Added tls-system-cert to config parser and documentation.
- Fix #417: prefetch and ECS causing cache corruption when used
  together.
- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
  by updating unbound-control's documentation.
- Fix typos in config_set_option for the 'num-threads' and
  'ede-serve-expired' options.
- Fix to silence test for ede error output to the console from the
  test setup script.
- Fix ede test to not use default pidfile, and use local interface.
- Fix some lint type warnings.
- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3
  (and possibly other distributions)
2022-06-02 13:02:38 +00:00
fcambus
67ca240e87 dbip-country-lite: update to 2022.06.
No upstream ChangeLog.
2022-06-01 10:50:11 +00:00
fcambus
e9685f249a dbip-city-lite: update to 2022.06.
No upstream ChangeLog.
2022-06-01 10:48:47 +00:00
fcambus
4df6d4669a dbip-city-lite: update to 2022.06.
No upstream ChangeLog.
2022-06-01 10:47:29 +00:00
gdt
914ead14ac openvpn*: Update to 2.5.7
Upstream changes: bugfixes
2022-05-31 18:03:41 +00:00
gdt
478f21a2c0 net/iperf2: Update to 2.1.7
Upstream does not provide NEWS, but this is believe to be several
micro updates from 2.1.4.  (2.1.[56] were not in pkgsrc because of an
upstream bug, fixed in 2.1.7)
2022-05-29 15:53:44 +00:00
leot
acffaabb90 sshping: Use CMAKE_INSTALL_MANDIR instead of assuming man 2022-05-28 20:46:44 +00:00
leot
95a7991656 sshping: Add missing tool dependency to pod2man 2022-05-28 20:46:16 +00:00
leot
eb2780d064 Geomyidae: Update to 0.50.1
Changes:
0.50.1
------
Thanks to the help of early testers, a major bug was fixed:

* Now chroot and the new REST code work together.


0.50
----
After four years of development, finally the v0.50 release is now
available!

I want to thank everyone who helped!

See the features:

* REST mode (see CGI.md)
        * see cgi-examples/proxy.cgi
        * see cgi-examples/rest.dcgi
* Official TLS support in geomyidae!
        * TLS sticky (+t) bit support for must-be-served-encrypted
          content.
        * Script for self-signing a certificate is in the distribution.
        * GOPHERS and HTTPS CGI variables implemented for dcgi/cgi.
* There is some xinetd request filter (in web world: URL filter) added
  as example.
* Syslog support is now included.
* A dockerfile is added with TLS support.
* There is one cgi-examples/umnlisting.dcgi, which emulates all
  of UMN style dir listing.
* More CGI backwards compatibility to other gopher daemons.
* There is size/date/time in dir listings.
        * Sort by date is implemented.
* Removed sendfile(2) and other premature optimisations. The most
  simple solution is fastest and most portable.
        * At ind.c:106 you can read the full story.
* Makefile output has been simplified to be easier debuggable.
* More filetype handling types.
        * There is now some filetypes.h for easier future additions.
* Gopher+ redirects work and are logged.
* There is now a geomyidae logo as SVG in the repository.
* Geomyidae has been moved from /usr/sbin to /usr/bin.
* Relative paths in gph are fixed and working.
* More happy helping snowman for your pleasure.
2022-05-28 19:03:15 +00:00
leot
dc98aad6e4 net: Add sshping 2022-05-28 17:33:48 +00:00
leot
2882a9b0dc sshping: Import sshping-0.1.4 as net/sshping
sshping measure character-echo latency and bandwidth for an ssh
session.

This utility can be used to test the performance of interactive ssh
sessions or scp file transfers. It uses ssh to log into a remote
system, then runs two tests: the first test sends one character at a
time, waiting for each character to be returned while it records the
latency time for each. The second test sends a dummy file over scp to
/dev/null on the remote system.

Packaged in pkgsrc-wip by KFL, thanks!
2022-05-28 17:33:20 +00:00
pin
e2ac8fe5af net/yaydl: update to 0.10.0
-New feature: Playlist support for handlers! Might fix issues like #1.
-New site: xHamster. (Uses the new playlist support. Yay!)
-The WebDriver port can be set as an environment variable now to save some
 typing.
-The progress bar is now cleared after a download is finished.
-cargo will now strip the resulting binary when compiling in release mode.
2022-05-26 21:23:06 +00:00
adam
26f791d584 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.3
v1.46.3
Core
backport: xds: use federation env var to guard new-style resource name parsing

v1.46.2
Ruby
Backport "[Ruby]fix a rake compile error since rake-compiler ~> 1.1".
Backport "Upgrade ruby rake-compiler-dock images
2022-05-25 09:49:24 +00:00
jaapb
0cb733c72b Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
jaapb
5f05f46db9 Recursive revbump associated with update of ocaml.
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2022-05-24 18:51:47 +00:00
nia
e596537aba transmission-qt: Eliminate silly NetBSD version test. 2022-05-24 13:00:15 +00:00
nikita
c741fa926a remmina: switch to USE_GITLAB. 2022-05-24 10:46:06 +00:00
pin
f91eae9414 net/yaydl: update to 0.9.0
-fixed warnings.
2022-05-24 08:54:53 +00:00
pin
be48c2f2d2 net/ncgopher: update to 0.4.0
0.4.0
  New features:
  - Search in documents. Finally. Search with '/'. Jump to next/previous
    result with n/N. Fixes #5
  - Gemini: Check for redirect loops

  Changes:
  - Breaking: Changed key shortcuts for next/previous link to l/L
  - Removed Config as a dependency and use serde instead
  - Update dependencies

  Bugfixes:
  - Clicking "accept the risk" in the certificate dialog will now automaically
    open the URL
  - Update status message display when fetching content
  - Url-decode path in gopher URIs. Fixes #78
  - Fixed crash when darkmode is enabled (pull request #69)
  - Introduced and fixed crash when bookmarks file does not exist
  - The open image command finally works again
  - Fixed name of arch package in README
2022-05-23 21:07:14 +00:00
pin
89c4cc430a net/yaydl: update to 0.8.0
-Introducing WebDriver support with fantoccini. In theory, yaydl can now use
 Firefox or Chrome for scraping a website, even if its contents require
 JavaScript. The only obvious downside is that this adds complexity to the
 SiteDefinition trait. (Requires a compatible WebDriver client as described in
 the README.)
-Fixed the WatchMDH handler which is the first handler to use a WebDriver.
-Upgraded the argument parser to clap_derive (easier annotation, even easier
 usage).
-Updated the Rust edition to 2021, could be useful later.
2022-05-23 21:06:26 +00:00
pin
d24728d11e Add amfora 2022-05-23 09:18:56 +00:00
pin
895744a269 net/amfora: import package
Packaged in wip by mjturner.
Thanks to wiz for some hints.

Amfora aims to be the best looking Gemini client with the most features... all
in the terminal. It does not support Gopher or other non-Web protocols
2022-05-23 09:18:17 +00:00
dholland
9b21de2fbb Bump PKGREVISION of net/nagios-plugin-syncrepl for previous change.
(Honoring CFLAGS will likely change the binary package on some targets.)
2022-05-22 23:05:56 +00:00
dholland
7a8a346280 net/nagios-plugin-syncrepl: honor CFLAGS and LDFLAGS
May be sufficient to fix the Solaris build as suggested in PR 52050.
2022-05-22 22:50:42 +00:00
dholland
0b194058cb net/nagios-plugin-syncrepl: pkglint 2022-05-22 22:47:53 +00:00
taca
2dfa10f726 net/php-yaz: dose not support PHP 8 and later
This package dose not support php80 and php81.
2022-05-22 14:38:44 +00:00
taca
434e1c6e50 net/php-xmlrpc: is not supported PHP 8 and later
php80 and php81 droped xmlrpc extension.
2022-05-22 14:15:36 +00:00
taca
600e1409a2 net/php-geoip: dose not support PHP 8 and later
This package dose not support php80 and php81.
2022-05-22 14:11:05 +00:00
adam
b14f20cf3b py-minio: updated to 7.1.8
7.1.8
fix make version-id dictionary instead of set
VS: ----------------------------------------------------------------------
2022-05-19 13:18:31 +00:00
wiz
c2e9b287fa frr: remove patch that was removed from distinfo during last update 2022-05-19 07:49:17 +00:00
triaxx
5225825d54 syncthing: Update to 1.20.1
pkgsrc changes:
---------------
  * Add comments about usage of this file in unprivileged.
  * Add _rc_subr_loaded variable for consistency with other rc files.

upstream changes:
-----------------
o v1.20.1
  Bugfixes:
    #8320: Spurious failure of new connections ("unknown (newer?) version of
           the protocol" etc)

o v1.20.0
  Bugfixes:
    #7855: Watching for changes using too many system resources on BSDs
           (kqueue)
    #8020: Dangling symlink prevents filesystem watcher on Solaris
    #8232: Missing include file endlessly spams log
    #8258: The latest version does not support go1.18 compilation!!
    #8261: TypeError: Cannot read properties of null (reading 'status') in the
           GUI after killing Syncthing
  Enhancements:
    #8202: Indicate folders / devices where the remote end has not accepted
           sharing.
    #8282: Change default log format to include date
  Other issues:
    #8279: Simplify tests using T.TempDir

o v1.19.2
  Enhancements:
    #8180: Make error message upon reaching the free space quota more clear

o v1.19.1
  Bugfixes:
    #7850: junctionsAsDirs requires folder pause and resume to trigger
    #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher
    #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device
    #8143: Behavior of discovery server doesn't match documentation
    #8145: Folder ID not editable in add folder dialog
  Enhancements:
    #7942: Improve error message about folder marker outside of folder
    #8130: CLI: add command to print pending folders offered by specific device
2022-05-18 20:45:36 +00:00
tpaul
0af227889c net/terraform-provider-vultr: Update to 2.11.1
The govultr and data type update fixes an issue where it was impossible to
remove the deprecated "tag" argument from an instance.

Upstream Release Notes:
 - Release v2.11.1 #patch
 - Bump govultr v1.17.0 and update data types
 - Fix vultr_instance_ipv4 resource doc and argument reference.
 - Fix incorrect import example
2022-05-18 18:21:22 +00:00
taca
a0db95e716 net/bind916: update to 9.16.29
This release contains a fix for CVE-2022-1183.


	--- 9.16.29 released ---

5885.	[bug]		RPZ NSIP and NSDNAME rule processing didn't handle stub
			and static-stub zones at or above the query name.  This
			has now been addressed. [GL #3232]

5881.	[bug]		dig +nssearch could hang in rare cases when recv_done()
			callback was being called earlier than send_done().
			[GL #3278]

5880.	[func]		Add new named command-line option -C to print built-in
			defaults. [GL #1326]

5879.	[contrib]	dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306]

5874.	[bug]		keymgr didn't work with python 3.11. [GL !6157]

5866.	[bug]		Work around a jemalloc quirk which could trigger an
			out-of-memory condition in named over time. [GL #3287]

5863.	[bug]		If there was a pending negative cache DS entry,
			validations depending upon it could fail. [GL #3279]

5858.	[bug]		Don't remove CDS/CDNSKEY DELETE records on zone sign
			when using 'auto-dnssec maintain;'. [GL #2931]
2022-05-18 15:05:07 +00:00
mef
0c77619c3e (net/vultr-cli) correction to githubify. fix build 2022-05-18 14:58:16 +00:00
adam
2cccdf5aee py-lexicon: updated to 3.11.2
v3.11.2
Add support of record update without an identifier in yandex provider
2022-05-18 13:21:08 +00:00
pin
e9698def1c net/trippy: update to 0.4.0
0.4.0 - 2022-05-18
Added
-Added -P (--target-port) flag to allow specifying the target port (1, 2)
-Added ability to tracing with either a fixed source or a fixed destination port
 for both udp and tcp tracing (#43)
-Display source and destination ports in Tui (#156)
-Added the -A (--source-address) flag to allow specifying the source address
 (#162)
-Added the -I (--interface) flag to allow specifying the source interface (#142)
-Added the -Q (--tos) flag to allow specifying the TOS (DSCP+ECN) IPv4 header
 value (#38)

Changed
-Changed tcp tracing to use a standard (non-raw) socket to be able to detect the
 target (#134)
-Changed udp tracing to use a standard (non-raw) socket (#155)
-Renamed the --tui-max-addresses-per-hop flag as tui-max-addrs (#165)
-Reorder the cli flags in the help output (#163)
-Change short alias for flag max_round_duration from -I to -T (1)
-Added short cli flags for source-port (-S), first-ttl (-f) and tui-max-addrs
 (-M) (1)

Fixed
-Checksums for udp packets were not being set (obsoleted by #155) (#159)
-TimeExceeded responses from the target address were not being handled (1)
-The largest time-to-live for a given round was being calculated incorrectly in
 some cases (1)
2022-05-18 12:08:44 +00:00
charlotte
bd246fe4a6 s6-dns: Update MAINTAINER 2022-05-18 00:24:33 +00:00
pin
29e5a78ec5 net/yaydl: update to 0.7.1
-Updated one dependency and fixed YouTube's URL regex - thank you, @yeurch!
2022-05-17 18:36:51 +00:00
jperkin
d9fdb77507 krfb: SunOS needs socket libraries. 2022-05-17 13:58:08 +00:00
jperkin
12400f57cf krdc: SunOS needs socket libraries. 2022-05-17 13:52:09 +00:00
jperkin
f74d26e775 kopete: Support SunOS. 2022-05-17 13:35:47 +00:00
wiz
49ab14180a ortp: update HOMEPAGE 2022-05-17 12:08:25 +00:00
jperkin
6865d69a91 ortp: Remove -Werror.
This package could really do with an update, some of the constructs are
questionable and possibly already fixed upstream.
2022-05-17 12:04:30 +00:00
nia
8c70f83ae7 lua-unbound: Needs pkg-config to build. 2022-05-17 11:31:16 +00:00
adam
a85b671e53 haproxy: updated to 2.5.7
2.5.7
- BUILD: compiler: properly distinguish weak and global symbols
- MINOR: connection: Add way to disable active connection closing during soft-stop
- BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option
- BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
- BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all()
- MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord"
- BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel
- CI: github actions: update LibreSSL to 3.5.2
- SCRIPTS: announce-release: add URL of dev packages
- BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message
- BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified
- BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
- BUG/MINOR: mux-h2: mark the stream as open before processing it not after
- MINOR: mux-h2: report a trace event when failing to create a new stream
- DOC: config: Update doc for PR/PH session states to warn about rewrite failures
- BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]
- BUG/MINOR: startup: usage() when no -cc arguments
- BUG/MEDIUM: resolvers: make "show resolvers" properly yield
- BUG/MEDIUM: cli: make "show cli sockets" really yield
- BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"
- BUG/MINOR: map/cli: protect the backref list during "show map" errors
- BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init
- BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail
- BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts
- DOC: fix typo "ant" for "and" in INSTALL
- CI: dynamically determine actual version of h2spec
- BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
- BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation
- BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
- BUILD: listener: shut report of possible null-deref in listener_accept()
- BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
- DOC: install: update gcc version requirements
- BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
- BUG/MEDIUM: lua: fix argument handling in data removal functions
- DOC/MINOR: fix typos in the lua-api document
- BUG/MINOR: conn_stream: do not confirm a connection from the frontend path
- CLEANUP: applet: make appctx_new() initialize the whole appctx
- BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized
- MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests
- CLEANUP: mux-h1: Fix comments and error messages for global options
2022-05-17 07:33:48 +00:00
tpaul
cfa88bc287 net/vultr-cli: import vultr-cli-2.14.0
Official command line tool for Vultr services.
2022-05-16 18:08:00 +00:00
kardel
e0ebf0720a net/frr: Update to 8.2.2
Features 8.2.2 Release
    BGP Long-lived graceful restart capability
    (http://docs.frrouting.org/en/stable-8.2/bgp.html#long-lived-graceful-restart)
    BGP Extended Optional Parameters Length for BGP OPEN Message
    (http://docs.frrouting.org/en/stable-8.2/bgp.html#clicmd-neighbor-PEER-extended-optional-parameters)
    BGP Extended BGP Administrative Shutdown Communication
    IS-IS Link State Traffic Engineering support
    (http://docs.frrouting.org/en/stable-8.2/isisd.html#traffic-engineering)
    OSPFv3 Support for NSSA Type-7 address ranges
    (http://docs.frrouting.org/en/stable-8.2/ospf6d.html#ospf6-area)
    PBR VLAN actions support
    (http://docs.frrouting.org/en/stable-8.2/pbr.html#pbr-maps)

Features 8.1 Release
    Lua hooks are now feature complete, with one hook available for use
    (http://docs.frrouting.org/en/latest/scripting.html)
    Improvements to SRv6 (Segment Routing over IPv6)
    (http://docs.frrouting.org/en/latest/zebra.html#segment-routing-ipv6)
    Improvements to Prefix-SID (Type 5)
    EVPN route type-5 gateway IP overlay Index
    (http://docs.frrouting.org/en/latest/bgp.html#evpn-overlay-index-gateway-ip)
    OSPFv3 NSSA and NSSA totally stub areas
    (http://docs.frrouting.org/en/latest/ospf6d.html#ospf6-area)
    OSPFv3 ASBR summarization
    (http://docs.frrouting.org/en/latest/ospf6d.html#asbr-summarisation-support-in-ospfv3)
    OSPFv3 Graceful Restart
    (http://docs.frrouting.org/en/latest/ospf6d.html#graceful-restart)
    OSPFv2 Graceful Restart (restarting mode added, helper was already implemented)
    (http://docs.frrouting.org/en/latest/ospfd.html#graceful-restart)

Further release information: https://github.com/FRRouting/frr/releases/
2022-05-16 11:54:19 +00:00
jperkin
8f5f99e6a0 grpc: Include sys/types.h before netinet. 2022-05-16 08:47:19 +00:00
adam
1cdfd0679a py-lexicon: updated to 3.11.1
3.11.1

Modified

Improve the Oracle Cloud DNS (oci) provider on the authentication mechanism
Add API documentation to Oracle Cloud DNS
2022-05-15 19:26:51 +00:00
pin
4db9f0086a net/castor: update to 0.9.0
-Fix deps versions.
-Update defaults and example settings.
2022-05-15 06:44:09 +00:00
wiz
3cd8e286f0 paris-traceroute: this needs c++11 for inttypes. 2022-05-15 04:54:07 +00:00
dholland
1aba038902 Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
adam
7d699ba1c9 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.1
Release v1.46.1
This release contains refinements, improvements, and bug fixes.

Release v1.46.0

Core

Ignore Connection Aborted errors on accept.
Filter content-length metadata from the application.
RetryFilter: Cleanup pending byte stream.
HTTP Proxy: Ignore empty entry in no_proxy list.
Adding http/1.1 support in httpcli.
HTTP2: Initiate write for acknowledging SETTINGS frame.
Change the unsupported polling strategy log for forking to GPR_INFO.
Handle SSL_ERROR_WANT_WRITE error.
TCP Async Connect: Fix Heap use-after-free.
HTTP2: Add graceful goaway.
Remove epollex poller.
TlsCredentials: Comparator implementation.
Decrease verbosity of alts handshaker logs which can happen during cancellation.
HTTP2: Should not run cancelling logic on servers when receiving GOAWAY.
HTTP2: Don't throttle pings from the server.
Include ADS stream error in XDS error updates.
Remove idempotent/cacheable requests.

C++

Add bazel cpp distribtest for grpc_cc_library.

C#

Add support for grpc-dotnet in GKE benchmarks.
Sync unary call after shutdown: Add a repro and fix for 19090.
Remove C# Legacy (a.k.a. "Classic") csproj example.

Python

Add Python GCF Distribtest.
Add Python Reflection Client.
Revert "Fix prefork handler register's default behavior".
Fix prefork handler register's default behavior.
Fix fetching CXX variable in setup.py.

Ruby

Support pre-built binaries for Ruby 3.1.
Make sure to always receive initial metadata in ruby.
2022-05-13 07:35:53 +00:00
wiz
b787f569cd fping: add upstream bug report URL to patch 2022-05-13 04:51:38 +00:00
wiz
c70298e326 fping: update to 5.1.
fping 5.1 (2022-02-06)
======================

## Bugfixes and other changes

- Use setcap to specify specific files in fping.spec (#232, thanks @zdyxry)
- Netdata: use host instead name as family label (#226, thanks @k0ste)
- Netdata: use formatstring macro PRId64 (#229, thanks @gsnw)
- Allow -4 option to be given multiple times (#215, thanks @normanr)
- Documentation fix (#208, thanks @timgates42)
- Retain privileges until after privileged setsockopt (#200, thanks @simetnicbr)
- Set bind to source only when option is set (#198, thanks @dinoex)
- Update Azure test pipeline (#197, thanks @gsnw)
- Fix getnameinfo not called properly for IPv4 (#227, thanks @aafbsd)
- Fixed wrong timestamp under Free- and OpenBSD and macOS (#217, thanks @gsnw)
- Documentation updates (#240, thanks @auerswal)
- Updated autotools (autoconf 2.71, automake 1.16.5, libtool 2.4.6)


fping 5.0 (2020-08-05)
======================

## Incompatible Changes

- In non-quiet loop and count mode, a line is printed for every lost packet
  (#175, thanks @kbucheli):

  ```
  $ fping -D -c2 8.8.8.8 8.8.8.7
  [1596092373.18423] 8.8.8.8 : [0], 64 bytes, 12.8 ms (12.8 avg, 0% loss)
  [1596092374.18223] 8.8.8.7 : [0], timed out (NaN avg, 100% loss)
  [1596092374.18424] 8.8.8.8 : [1], 64 bytes, 12.3 ms (12.5 avg, 0% loss)
  [1596092375.18344] 8.8.8.7 : [1], timed out (NaN avg, 100% loss)

  8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8
  8.8.8.7 : xmt/rcv/%loss = 2/0/100%
  ```

- The returned size in bytes now always excludes the IP header, so if before it
  reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'.
  This is to make the reported size consistent with ping(8) from iputils and
  also with fping when pinging a IPv6 host (which never included the IPv6
  header size).

## New features

- The number of sent pings is only counted when the pings are received or have
  timed out, ensuring that the loss ratio will be always correct. This makes it
  possible, for example, to use loop mode (-l) with interval statistics (-Q)
  and a timeout larger than period, without having the issue that initially
  some pings would be reported as missing (#193)

- Improved precision of measurements from 10us to 1us (#136, thanks @tycho)

## Bugfixes and other changes

- The reported size of received packets is now always correct on Linux even for
  packets > 4096 bytes (#180)

- Travis CI automated testing now also macos testing and additional ubuntu
  distributions (#196)
2022-05-13 04:49:10 +00:00
wiz
a50de442ed gh: remove some entries that 'make show-go-modules' does not list any longer 2022-05-12 20:00:37 +00:00
kim
e5a8dbc95a gh: Make "gh --version" output the actual version. 2022-05-12 15:45:54 +00:00
kim
69826a41be Refresh from show-go-modules 2022-05-12 15:41:05 +00:00
kim
c9f503b6ee gh: update to 2.10.1
GitHub CLI 2.10.1

    What's Changed
    - Hide retention-period flag by @greggroth in #5607

GitHub CLI 2.10.0

    What's New
    - Add label list list sorting and label remove command by @heaths in #5503
    - Add label list --json support by @heaths in #5567
    - Add repo list --visibility=internal flag by @hiradp in #5564
    - Add release list --exclude-drafts flag by @ffalor in #5595
    - Add codespace jupyter command to open codespaces in JupyterLab by @jungaretti in #5291
    - codespaces list: add display name to the list output by @josebalius in #5571
    - pr create: add "Submit as draft" option by @koskeller in #5570
    - Add devcontainer to this project by @joshspicer in #5592
    - Add codespace create --retention-period flag by @greggroth in #5504

    What's Changed
    - label edit: clarify --name switch by @heaths in #5525
    - gist create: add progress indicator by @ffalor in #5526
    - repo create: fix grammar prompt by @chemotaxis in #5557
    - issue comment: support quotes and arguments in EDITOR value by @mislav in #5549
    - search prs: add the ability to pass teams to --review-requested by @ffalor in #5538
    - search prs: add example to help output by @damiensedgwick in #5562
    - issue view: fix non-working usage example by @mhmdanas in #5563
    - pr merge: refactor implementation by @mntlty in #5514
    - status: omit results from archived repositories by @ffalor in #5583
    - status: ignore FORBIDDEN errors due to SAML restrictions by @heaths in #5588
    - auth: respect GH_BROWSER, "browser" config, avoid opening non-HTTP URLs by @mislav in #5604
    - repo clone: document adding upstream remote if repo is a fork by @dhalbert in #5466
    - Fix nil pointer exception in codespace selection by @cannist in #5605
    - codespaces: handle star in display name by @josebalius in #5577
    - Upgrade to go 1.18 by @samcoe in #5542
    - Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 by @dependabot in #5522
    - Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #5533
    - Consistent version format in version upgrade notice by @mislav in #5559

GitHub CLI 2.9.0

    What's New
    - label edit: Command to edit existing labels by @heaths in #5519
    - label clone: Command to clone labels between repositories by @heaths in #5452
    - label create: Add --force flag to forcibly create labels by @heaths in #5451
    - codespaces: Support for multi devcontainer by @reybard in #5076

    What's Changed
    - label list: Add column for displaying the label color by @heaths in #5462
    - pr merge: Warn if PR is already merged by @mntlty in #5463
    - gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510
    - list commands: Standardize output when no entries found by @rpadaki in #5479
    - repo list: Add ls alias to command by @rpadaki in #5480
    - issue/pr list: Fix searching by --state flag by @samcoe in #5513
    - search prs: Correct displayed header when searching prs command by @samcoe in #5488
    - pr create: Document that --body-file reads from stdin by @lukekarrys in #5461
    - Add tab completion descriptions for aliases and extensions by @rpadaki in #5447
    - Replace deprecated ioutil package with io and os package replacements by @estensen in #5498

GitHub CLI 2.8.0

    What's New
    - New release edit command by @plu in #5422
    - issue close: add --comment flag to close with comment by @samcoe in #5437
    - issue delete: add --confirm flag by @opelr in #5396
    - pr merge: provide instructions for resolving merge conflicts by @ErKiran in #5330
    - codespace select: add hidden select command for extensions by @legomushroom in #5390
    - codespace create: make location an optional flag by @jshorty in #5410
    - codespace create: handle idle timeout notice by @adnamalin in #5409
    - codespace code: add --web flag to open in Visual Studio Code web mode by @jackcmeyer in #5380
    - gist edit: allow non-interactive file replacement by @samcoe in #5408
    - extension upgrade: add --dry-run flag by @samcoe in #5098
    - Add new alias to all create commands by @chriscn in #5388

    What's Changed
    - Add support for installing binary extensions on M1 Macs by @mislav in #5457
    - status: respect GitHub host configuration by @mislav in #5423
    - codespace ssh/cp: check paths safely by @jshorty in #5384
    - codespace edit: remove unsupported idle timeout flag by @adnamalin in #5405
    - extension list: speed up output by avoiding checking for upgrades by @samcoe in #5098
    - extension list: don't error if no extensions are installed by @rpadaki in #5445
    - auth login: fix flow when ~/.config/gh/config.yml is read-only by @ncfavier in #5378
    - Fix table printer crash in narrow terminals by @rpadaki in #5449
    - Improve DNF installation instructions by @gto406 in #5406
    - Change issue close color from red to purple by @samcoe in #5436
    - Replace old search query builder by @samcoe in #5366
2022-05-12 11:15:14 +00:00
adam
6efbe42fe4 py-zeroconf: updated to 0.38.6
0.38.6
Performance improvements for fetching ServiceInfo


0.38.5
Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire

ServiceBrowsers were only getting a ServiceStateChange.Removed callback
when the record was sent with a TTL of 0. ServiceBrowsers now correctly
get a ServiceStateChange.Removed callback when the record expires as well.

Fix missing minimum version of python 3.7
2022-05-12 07:43:43 +00:00
bsiegert
12cb73e64f Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
tpaul
e3fb8ac70e terraform-provider-vultr: Update to 2.11.0
New Features:
  * Add VPC Support
  * Add block type for block storage
  * Add support for VKE auto scaler options
  * Add support for tags to instances and bare metal servers
  * Update labels if there is a change
  * Allow removal of default node pool
  * Add better error handling to kubernetes reads
  * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.15.0
  * Bump github.com/vultr/govultr/v2 from 2.14.2 to 2.16.0

Deprecated arguments:
  * tag has been deprecated and should no longer be used. Instead, use tags.
  * Private Networks are deprecated and will not be supported in the future.
    Use VPCs instead.

Upstream release notes:

* v2.11.0
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.11.0

* 2.10.1
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.1

* 2.10.0
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.0
2022-05-11 18:15:09 +00:00
jklos
371dde4e09 Allow youtube-dl to make use of pkgsrc ffmpeg5. 2022-05-11 17:58:35 +00:00
adam
e31fc04e82 py-pypiserver: updated to 1.5.0
1.5.0 (2022-05-01)
------------------
- CHORE: pull CHANGES.rst from v1.4.x
- DOC: add call for maintainers to README
- DOC: Fixes in README examples
- DOC: start of empty contributor documentation directory
- ENH: added JSON Topic for use with micropython-upip
- ENH: Backwards-compatible argparse config (not yet in use)
- ENH: Refactor storage operations into separate Backend classes
- ENH: Restore ability to drop hashing in new config
- ENH: Specify doctype for generated pages.
  Fixed violation of PEP 503 warning with pip>=22.
- ENH: Use argparse config throughout app
- FIX: Fix silly typo in the readme :)
- FIX: fix small typing and lint errors in config.py
- FIX: fix version incompatibility that breaks twine in docker test
- FIX: fix(setuptools-in-tests) add `packages=[]` in test setup
- FIX: Gunicorn/gevent docker, log fixes, cache busting
- MAINT: Add aggregate "tests" job
- MAINT: Add release to PyPi job
- MAINT: add github action for release management
- MAINT: Add python 3.9 testing
- MAINT: Cleanup code to python 3.6
- MAINT: contributor update in README
- MAINT: disable unstable test for Python 3.9
- MAINT: Docker improvements
- MAINT: drop standalone, drop py 2.7 and 3.5
- MAINT: Merge branch 'v1.4.x'
- MAINT: Push to Docker Hub from CI
- MAINT: Refactor test_server to increase speed
- MAINT: Run black on codebase
- MAINT: run gh actions on PRs from forks
- MAINT: small code style fixes
- MAINT: Switch to GH actions
2022-05-11 11:01:39 +00:00
jaapb
9acb2de049 Updated net/ocaml-conduit to version 5.1.0.
There are many upstream bugfixes and additions, but nothing breaking.
2022-05-11 10:40:58 +00:00
jaapb
05d826fb8b Update net/ocaml-ipaddr to version 5.3.0.
Upstream changes are mostly minor, with one breaking change in how
Ipaddr.of_string handles its arguments. More details in the
CHANGES.md file in the distribution.
2022-05-11 08:58:03 +00:00
jaapb
aecd5bf742 Updated net/ocaml-domain-name to version 0.4.0.
This removes dependencies on fmt and astring, and fixes minor errors.
2022-05-11 08:49:56 +00:00
nia
529ca82a12 ttt: Check for IPv6. 2022-05-10 11:51:17 +00:00
nia
ce478676af *: Remove dodgy hacks for NetBSD versions older than 5. 2022-05-10 11:50:54 +00:00
adam
410d3e1cda py-tldextract: updated to 3.3.0
3.3.0

* Features
  * Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s)
  * Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot
  * Add alias `--include_psl_private_domains` for CLI flag `--private_domains`
* Bugfixes
  * Handle more internationalized domain name dots
* Misc.
  * Update bundled snapshot
  * Add basic CLI test coverage
2022-05-10 07:24:45 +00:00
pin
0f0dc9ceaf net/trippy: update to 0.3.1
0.3.1 - 2022-05-09
Fixed
-Local Ipv4 discovery fails on some platforms (#133, #142)


0.3.0 - 2022-05-08
Added
-Added ability for icmp tracing to multiple targets simultaneously in Tui (#72)
-Added ability to enable and disable the AS lookup from the Tui (#126)
-Added ability to switch between hop address display modes (ip, hostname or
 both) in thr Tui (#124)
-Added ability to expand and collapse the number of hosts displays per hop in
 the Tui (#124)
-Added the -s (--tui-max-samples) flag to specify the number of samples to keep
 for analysis and display (#110)
-Added ability to flush the DNS cache from the Tui (#71)

Changed
-Simplified Tracer by removing circular buffer (#106)
-Added round end reason indicator to Tracer (#88)
-SHow better error message for failed DNS resolution (#119)

Fixed
-Tracing with udp protocol not showing the target hop due to incorrect handling
 of DestinationUnreachable responses (#131)
-Tui failing on shutdown on Windows due to DisableMouseCapture being invoked
 without a prior EnableMouseCapture call (#116)
-Build failing on Windows due to incorrect conditional compilation
 configuration (#113)
-Tracing not publishing all Probe in a round when the round ends without
 finding the target (#103)
-Tracing with tcp protocol not working as the checksum was not set (#79)
-Do not show FQDN for reverse DNS queries from non-system resolvers (#120)
2022-05-09 21:44:20 +00:00
adam
d901d2d7ca py-lexicon: updated to 3.11.0
3.11.0

Added

Add namecom provider

Modified

Fix TLD with two parts for namecheap provider
Fix entity__name parsing in easyname provider
2022-05-09 05:46:44 +00:00