Commit graph

324315 commits

Author SHA1 Message Date
gutteridge
86d9b30d95 graphviz: remove PRIVILEGED_STAGES setting
This package doesn't seem to need PRIVILEGED_STAGES elevation to run
its "clean" target. (The original commit from eleven years ago doesn't
note why it was needed, and this causes spurious errors with some pbulk
setups.)
2020-09-02 03:23:10 +00:00
gdt
1b120281ed doc: Updated geography/merkaartor to 0.18.4 2020-09-02 00:33:28 +00:00
gdt
b8c34fe0c6 geography/merkaator: Update to 0.18.4
Update originally by Ben Gergely, with modifications by gdt, from PR
pkg/55592.

pkgsrc changes:
  - Adjust dependencies to qt5
  - Require gcc6, due to gcc5 lossage with -Wno-registers

Upstream NEWS:

  - Support for qt5
  - Lots of bugfixes and minor improvements
2020-09-02 00:24:26 +00:00
js
5852071921 Fix building lang/perl5 on QNX 2020-09-01 22:56:54 +00:00
ryoon
ae740a49ff gst-plugins0.10-v4l2: Fix build with recent kernel
* v4l2_buffer.input has removed.
2020-09-01 21:44:01 +00:00
schmonz
3e7b223aba doc: Updated mail/rss2email to 3.12.2 2020-09-01 21:28:58 +00:00
schmonz
1b572c4e99 Update to 3.12.2. From the changelog:
* Fix bug `AttributeError: 'NoneType' object has no attribute 'close'` (#126)
2020-09-01 21:28:41 +00:00
fcambus
a2da072b98 doc: Updated www/kore to 4.0.0 2020-09-01 19:25:11 +00:00
fcambus
b287a7a10d kore: update to 4.0.0.
ChangeLog:

- Fully priviledge seperated ACME support with Let's Encrypt or any
  compatible ACME provider.
- A better way of writing Kore Python applications.
- Full seccomp sandboxing for acme, keymgr and worker processes on Linux.
- Ability to mix TLS and non-TLS servers in a single configuration.
- Many improvements to the Python asynchronous runtime.
- Configuration based redirection.
- A complete builtin and easy to use JSON parser.
- Several bug fixes and speed improvements.
2020-09-01 19:25:00 +00:00
taca
dc306643f3 doc: Removed net/bind941 2020-09-01 14:15:29 +00:00
taca
2bb4dfbd3e net/bind914: remove package
Remove bind914 package since it is EOL, May, 2020.
2020-09-01 14:14:53 +00:00
taca
157f6c8dfd net/Makefile: remove bind914 2020-09-01 14:13:57 +00:00
taca
49ff415ffb doc: Updated meta-pkgs/bulk-medium to 20200901 2020-09-01 14:12:10 +00:00
taca
f59e82b980 meta-pkgs/bulk-medium: update to 20200901
Replace bind914 to bind916.
2020-09-01 14:11:39 +00:00
taca
92ee69a93a doc/TODO: -zkt + freetds
+ freetds-1.2.3
- zkt-1.1.3
2020-09-01 14:09:46 +00:00
taca
d775b77d2b doc: Updated security/zkt to 1.1.4 2020-09-01 14:07:58 +00:00
taca
3382686bb7 security/zkt: update to 1.1.4
* pkgsrc change: switch dependency from net/bind914 to net/bind916.


zkt 1.1.4 -- 9. May 2016

* misc	Hint to mailinglist removed from README file

* bug	pathname wasn't initialized in any case (dist_and_reload() in nscomm.c
	Thanks Jeremy C. Reed

* bug	move $(LIBS) at the end of the ggc link line in Makefile.in

* misc	Exitcode of external command is now visible in log messages
	stderr of each external command is redirected to stdin

* bug	Fixed some potential memory leaks in ncparse.c dki.c zfparse.c
	and zkt-soaserial.c (mostly a missing fclose() on error conditions).
	Thanks to Jeremy C. Reed

* misc	README file changed to Markdown syntax

* bug	running zkt-keyman -3 didn't change anything on the key database
	so a zkt-signer run afterwards didn't see anything to do.
	Now the timestamp of the dnskey.db will be reset to a value less
	than the timestamp of the (new) key signing key.
	Thanks to Sven Strickroth for finding this.

* func	New binary zkt-delegate added
	Because it depends on the ldns library, it is located in
	a separate directory and use a different Makefile

* func	New Compile time option "--enable-ds-tracking" added.
	Now dig is used on KSK rollover to check if the DS record
	is announced in the parent zone.
	Thanks to Sven Strickroth providing the patch.

zkt 1.1.3 -- 21. Nov 2014

* func	New Config Parameter DependFiles added.
	Contains a (comma separated) list of files which are
	included into the ZoneFile. The timestamps of this files
	are checked additional to the timestamp of the ZoneFile.
	Based on a suggestion from Sven Strickroth

* misc	Makefile changed to build tar file out of git repository

* misc	Minimum supported BIND version is now 9.8

* bug	Fixed bug in BIND version parsing (9.10.1 was parsed as 910
	which is similar to 9.1.0)
	Version 9.10.1 is parsed now as 091001

* misc	Remove flag to request large exponent when creating keys
	(BIND always creates keys with large exponents since BIND 9.5.0)

* misc	Project moved to github
	Thanks to Jakob Schlyter for doing the initial stuff
2020-09-01 14:06:52 +00:00
taca
59c4c960c5 doc: Updated benchmarks/dnsperf to 2.3.4 2020-09-01 14:03:49 +00:00
taca
8503100581 benchmarks/dnsperf: update to 2.3.4
Update dnsperf to 2.3.4.

pkgsrc change: switch dependency from net/bind914 to net/bind916


2020-05-15 Jerry Lundström

    Release 2.3.4

    This release adds a workaround, thanks to patch from Petr Menšík, for
    building on systems with BIND 9.16. Also improves error handling by
    using thread-safe `strerror_r()` instead of `strerror()`.

    88c3ef4 strerror
    1917f67 openSUSE Tumbleweed
    fd39641 AS_VAR_APPEND
    aeeef74 bind 9.16
    07732cd BIND, libcrypto, clang format
    08146e3 Add crypto library to checks
    e4307c2 Add checks to pass with BIND 9.16
    3f9aed3 Prepare check for bind 9.11/9.16 return types

2020-05-06 Jerry Lundström

    Release 2.3.3

    This release changes the behavior of `dnsperf` and `resperf` when it
    comes to TCP and TLS connections, and updates package building using
    COPR (thanks to patch from Petr Menšík (Red Hat)).

    Connection reset or close are now treated as "try again" so that the
    run is finished and not aborted. As SIGPIPE might be received on usage
    of closed connections it's now blocked in `dnsperf` and handled as
    a fatal action in `resperf`.

    62885ad SIGPIPE
    106c50e connection
    3ef0899 README
    61a3b1c COPR
    35efa27 COPR
    46b37a1 COPR
    5c126ae COPR
    1c51b76 Provide full URL in spec
    2a4dd0e Allow recreation of source archive
    931d6cc Do not require root for archive creation
2020-09-01 14:03:22 +00:00
wiz
77c8f1fdd9 perl: mark as superseding p5-Time-HiRes and p5-DB_File 2020-09-01 13:53:34 +00:00
ryoon
aebad2b83b mk/defaults: Add heif option description 2020-09-01 12:21:28 +00:00
ryoon
b5e4bd7dea ImageMagick: Make HEIF support optional 2020-09-01 12:21:03 +00:00
schmonz
5fee0ded68 Borrow patches from OpenBSD ports to fix build, adding pledge() and
unveil() support while we're at it. NFCI for other platforms.
2020-09-01 10:21:55 +00:00
schmonz
0386746f5d Note pre-3.8 Python PKGREVISION bumps. 2020-09-01 09:29:12 +00:00
schmonz
f7bad92b7b Avoid MemoryError from "import ctypes" on OpenBSD (PR pkg/55134) for all
applicable Pythons. Bump PKGREVISION.
2020-09-01 09:26:54 +00:00
fcambus
9688ac2913 doc: Updated net/dbip-country-lite to 2020.09 2020-09-01 09:15:04 +00:00
fcambus
e12b6d9032 dbip-country-lite: update to 2020-09.
No upstream ChangeLog.
2020-09-01 09:14:54 +00:00
fcambus
92a91257a4 doc: Updated net/dbip-city-lite to 2020.09 2020-09-01 09:13:43 +00:00
fcambus
64555c4df0 doc: Updated net/dbip-asn-lite to 2020.09 2020-09-01 09:13:02 +00:00
fcambus
41f6aeb82c dbip-city-lite: update to 2020-09.
No upstream ChangeLog.
2020-09-01 09:12:39 +00:00
fcambus
22b6c02bf2 dbip-asn-lite: update to 2020-09.
No upstream ChangeLog.
2020-09-01 09:11:44 +00:00
wiz
e6133f0a40 TODO: remove munin*, update done 2020-09-01 08:08:31 +00:00
wiz
af589ece20 doc: note perl5 as successor for removed packages 2020-09-01 08:06:14 +00:00
wiz
c1a68f3f18 p5-Time-HiRes: remove, part of perl 2020-09-01 08:05:29 +00:00
wiz
727b060e72 p5-DB_File: remove, part of perl 2020-09-01 08:04:55 +00:00
wiz
6a4fe2ad96 *: comment out p5-DB_File dependency, part of perl 2020-09-01 08:04:22 +00:00
wiz
11a6f25924 *: comment out p5-Time-HiRes dependency, part of perl 2020-09-01 08:01:25 +00:00
wiz
6884fdbfaf doc: Updated www/py-google-api-python-client to 1.11.0 2020-09-01 04:14:21 +00:00
wiz
f811758af2 py-google-api-python-client: update to 1.11.0.
* add support for mtls env variables
2020-09-01 04:14:12 +00:00
wiz
8239a67dad py-rsa: remove outdated patch 2020-09-01 04:09:40 +00:00
wiz
be9258c02f doc: Updated security/py-rsa to 4.6 2020-09-01 04:09:23 +00:00
wiz
1f8642e9a5 py-rsa: update to 4.6.
Major changes in 4.1
--------------------

Version 4.0 was the last version to support Python 2 and 3.4. Version 4.1 is compatible with Python 3.5+ only.

(newer changes not found)
2020-09-01 04:09:14 +00:00
wiz
5076f8f589 *: switch to versioned_dependencies for py-rsa 2020-09-01 04:08:42 +00:00
wiz
ca5db3acd5 doc: Added security/py-rsa40 version 4.0 2020-09-01 04:06:56 +00:00
wiz
76f51d3d9d security/Makefile: + py-rsa40 2020-09-01 04:06:46 +00:00
wiz
e0cfdadf22 python: support py-rsa in versioned_dependencies 2020-09-01 04:06:27 +00:00
wiz
20876659d5 security/py-rsa40: re-import py-rsa-4.0 for Python 2.x
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library
as well as on the commandline.

This package contains the last version supported by Python 2.x.
2020-09-01 04:06:11 +00:00
wiz
2d052e9f89 py-setuptools: mark as only for Python 2.x 2020-09-01 04:05:27 +00:00
wiz
694ecb223a python: fix typo that broke setuptools selection 2020-09-01 03:58:08 +00:00
gdt
44e55c296f security/zoneminder: Re-eanable a SUBST
I was confused about which SUBST was not ok, and had removed two, when
only one was troubled.

This is probably still not quite right, but zoneminder needs an update
of multiple major versions anyway.

Thanks to rillig@ for review and hints.
2020-09-01 00:48:01 +00:00