Commit Graph

62294 Commits

Author SHA1 Message Date
Jason Bacon aed6be19ef All BLAS dependents: Manual rev bump 2020-10-19 13:44:03 -05:00
Michael Baeuerle bd2ec74744 qzdoom: Add more dependencies 2020-10-19 18:14:00 +02:00
Astr0 8bccdab4c9 Updated the package to compile on NetBSD 9
Removed ja2-launcher build routine
2020-10-19 17:41:11 +02:00
Michael Baeuerle 2f05fd8d14 qzdoom: Patch some things, still does not work
Segmentation fault when a map is loaded.
2020-10-19 17:29:35 +02:00
Havard Eidnes b6562961ee Upgrade routinator to version 0.8.0.
Pkgsrc changes:
 * Re-compute cargo dependencies

Upstream changes:

Bug Fixes

* Apply unsafe filter (if requested) also on subsequent validation
  runs in server mode. ([#407])
* Update all metrics on all validation runs. ([#407])
* Show the status code instead of -1 in RRDP status metrics. ([#408])

Other Changes

* Improve log message when listing resources being added to the unsafe
  filter list. ([#406])

[#406]: https://github.com/NLnetLabs/routinator/pull/406
[#407]: https://github.com/NLnetLabs/routinator/pull/407
[#408]: https://github.com/NLnetLabs/routinator/pull/408

Breaking Changes

* Validation now follows the rules suggested by
  [draft-ietf-sidrops-6486bis]\: Any invalid object mentioned on the
  manifest will lead to the issuing CA and all its objects being rejected.
  However, unlike suggested by the draft, Routinator currently will not fall
  back to cached older versions of the CA's objects that may still be valid.
  In addition, unknown RPKI object types are currently accepted with a
  warning logged. This behaviour can be changed via the `unknown-types`
  policy option. ([#371], [#401])
* Similarly, CRL handling has been tightened significantly. Each CA must
  now have exactly one CRL which must be the one stated in the manifest's
  EE certificate. Any violation will lead to the whole CA being rejected
  with the same consequences as above. ([#397])
* The default for dealing with stale objects has been changed to `reject`
  in accordance with the same draft. ([#387])
* Parsing of local exception files is now more strict in accordance with
  [RFC 8416]. Any additional member in the JSON objects will lead to an
  error. However, error reporting has been greatly improved and now the
  line and column of an error will be indicated. ([#372])
* The alias `--allow-dubios-hosts` for the correctly spelled option has
  been removed. ([#384])
* The minimal supported Rust version is now 1.42.0.

New

* All VRPs overlapping with resources from rejected CAs  dubbed `unsafe
  VRPs' can filtered via the new `unsafe-vrps` option. Doing so will avoid
  situations were routes become RPKI invalid if their VRPs are split over
  multiple CAs or there are less specific ROAs. By default, unsafe VRPs
  are only warned about. ([#377], [#400])
* New metrics for the VRPs produced and filtered on the various TALs.
  ([#377])
* The logging output of the latest validation run is now available via the
  HTTP service's `/log` endpoint. ([#396])
* TCP keep-alive is now supported and enabled by default on RTR
  connections as suggested by [RFC 8210]. It can be disabled and its idle
  time changed from the default 60 seconds via the new `rtr-tcp-keepalive`
  command line and config file option. ([#390])
* The `pid-file`, `working-dir`, `chroot`, `user`, and `group` config file
  and server command options now also work without the `--detach` command
  line option. ([#392])
* The `init` command will now change ownership of the cache directory if
  the `user` and `group` options are set via config file or command line
  options. ([#392])
* Irrelevant log messages from libraries are now also filtered when using
  syslog logging. ([#385])
* Release builds will now abort on panic, i.e., when an unexpected
  internal condition is detected. This ensures that there won't be a
  Routinator in a coma. ([#394])
* The feature `rta` enables the new command `rta` for validating Resource
  Tagged Assertions as described in [draft-michaelson-rpki-rta]. This
  feature is not enabled by default and needs to be activated by adding
  the option `--features rta` to the Cargo build command.

Bug Fixes

* Update start and end times will not change between consecutive metrics
  reports any more. ([#389])
* Local exceptions will now be loaded before starting a validation run
  both in vrps and server mode instead of discarding the run after it
  finished when loading fails. In server mode, we now wait 10 seconds
  after loading local exceptions fails and try again instead of repeatedly
  starting validation runs and discarding them. ([594186c])
* EE certificates encountered in the repository are now validated as
  router certificates rather than regular RPKI EE certificates. ([#398])

Other Changes

* Logging has been cleaned up. The meaning of the four log levels is now
  better defined  see the man page  and all log output has been
  reassigned accordingly. ([#396])

[#357]: https://github.com/NLnetLabs/routinator/pull/357
[#371]: https://github.com/NLnetLabs/routinator/pull/371
[#372]: https://github.com/NLnetLabs/routinator/pull/372
[#377]: https://github.com/NLnetLabs/routinator/pull/377
[#384]: https://github.com/NLnetLabs/routinator/pull/384
[#385]: https://github.com/NLnetLabs/routinator/pull/385
[#387]: https://github.com/NLnetLabs/routinator/pull/387
[#389]: https://github.com/NLnetLabs/routinator/pull/389
[#390]: https://github.com/NLnetLabs/routinator/pull/390
[#392]: https://github.com/NLnetLabs/routinator/pull/392
[#394]: https://github.com/NLnetLabs/routinator/pull/394
[#396]: https://github.com/NLnetLabs/routinator/pull/396
[#397]: https://github.com/NLnetLabs/routinator/pull/397
[#398]: https://github.com/NLnetLabs/routinator/pull/398
[#400]: https://github.com/NLnetLabs/routinator/pull/400
[#401]: https://github.com/NLnetLabs/routinator/pull/401
[594186c]: 594186cc2e
[RFC 8210]: https://tools.ietf.org/html/rfc8210
[RFC 8416]: https://tools.ietf.org/html/rfc8416
[draft-ietf-sidrops-6486bis]: https://datatracker.ietf.org/doc/draft-ietf-sidrops-6486bis/
[draft-michaelson-rpki-rta]: https://datatracker.ietf.org/doc/html/draft-michaelson-rpki-rta
2020-10-19 15:43:12 +02:00
Leonardo Taccari 1eb237985a tdlib: Seems to works well with chat/pidgin via wip/tdlib-purple 2020-10-18 15:56:49 +02:00
Leonardo Taccari d300e7635e tdlib-purple: Import tdlib-purple-0.7.1 as wip/tdlib-purple
Libpurple plugin for Telegram.
2020-10-18 15:54:33 +02:00
Leonardo Taccari fad00b7668 tdlib: Add some TODOs 2020-10-18 14:59:47 +02:00
Leonardo Taccari 296cc067f0 tdlib: Import tdlib-1.6.0 as wip/tdlib
TDLib (Telegram Database library) is a cross-platform library for
building Telegram clients. It can be easily used from almost any
programming language.
2020-10-18 14:58:01 +02:00
kikadf 7547eac681 terminology: rebuild with efl-1.25.1 2020-10-18 11:32:34 +02:00
kikadf 982d31a2bc enlightenment-current: rebuild with efl-1.25.1 2020-10-18 11:32:34 +02:00
kikadf 7a847b0296 efl: update to 1.25.1
First stable update release for our new 1.25.x series has landed.

Fixes:

    evas: sw font draw - protect against null pointer access
    efreet - windows - still call stat but skip lstat/readlink
2020-10-18 11:32:33 +02:00
K.I.A.Derouiche 4c510f3b01 new pkg py-gerrychain 2020-10-17 23:56:25 +01:00
K.I.A.Derouiche 946920c110 +add pkg py-selenium-base 2020-10-17 19:12:27 +01:00
K.I.A.Derouiche 36893ef9ce add new pkg to wip: py-parsy 2020-10-17 17:22:11 +01:00
K.I.A.Derouiche 8248ecbb72 add new pkg to wip: py-promise 2020-10-17 17:19:41 +01:00
K.I.A.Derouiche dc260dee52 add new pkg to wip: py-promise 2020-10-17 17:16:52 +01:00
K.I.A.Derouiche 5500899761 add py-startlette to wip 2020-10-17 17:13:16 +01:00
Makoto Fujiwara (CF-SX3) dfee0ef1b4 (mail/wl-git) Fix broken patches and blk3 path. Not packaged yet 2020-10-17 14:42:43 +09:00
Iku Iwasa 046ac2ad6b py-identify: Update to 1.5.6 2020-10-17 13:39:04 +09:00
Iku Iwasa 9dd9bd571c py-virtualenv20: Update to 20.0.35
v20.0.35 (2020-10-15)
Bugfixes - 20.0.35

* Bump embedded setuptools from 50.3.0 to 50.3.1
* After importing virtualenv passing cwd to a subprocess calls breaks with
  invalid directory

v20.0.34 (2020-10-12)
Bugfixes - 20.0.34

* Align with venv module when creating virtual environments with builtin
  creator on Windows 3.7 and later
* Handle Cygwin path conversion in the activation script
2020-10-17 13:37:25 +09:00
Makoto Fujiwara (CF-SX3) 9f897b1444 (devel/flim) SUBST for string-to-int to string-to-number no longer necessary 2020-10-16 20:42:48 +09:00
Michael Baeuerle b00be166b8 qzdoom: Import version 4.4.2
QZDoom is a continuation of dpJudas's truecolor software rendering, merged
with and forked from GZDoom.
2020-10-16 13:29:28 +02:00
Michael Baeuerle 0989fd3e15 ZMusic: Import version 1.1.3
GZDoom's music system as a standalone library.
2020-10-16 13:26:40 +02:00
K.I.A.Derouiche ba8709d4aa +add pulseaudio-qt -> wip 2020-10-16 11:47:29 +01:00
Frank Kardel aae43fba30 Include frr and libyang to Makefile. 2020-10-16 10:55:48 +02:00
Frank Kardel b3911b9d13 Add a not to MESSAGE about adding a secondary group to the
frr user.
2020-10-16 10:55:00 +02:00
Juraj Lutter f03773c47e zabbix50-proxy: Depend on net/fping and fix some pkglint warnings 2020-10-15 22:01:57 +00:00
Leonardo Taccari 4ea442cc08 singularity: Add reference to CVE-2020-15229 2020-10-15 18:12:29 +02:00
Leonardo Taccari 919a5c0bf6 bluez: Add reference to CVE-2020-27153 2020-10-15 18:11:45 +02:00
Leonardo Taccari 37b5576cae telegram-desktop: Add reference to CVE-2020-25824 2020-10-15 18:11:45 +02:00
Paul Ripke e590769db4 wip/threadingbuildingblocks: Work around aggressive DSE causing a SEGV under g++.
Switch to clang, which doesn't do the aggressive DSE in this case.
The Makefiles aleady assume we're using clang, in any case.
See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71388

SEGV crash is like (from PrusaSlicer):
    parent=parent@entry=0x0, context=context@entry=0x79966ba4ab40 <tbb::internal::the_dummy_context>)
    at ../../src/tbb/scheduler.cpp:352
    genuine=genuine@entry=true) at ../../src/tbb/scheduler.cpp:99
    m=..., this=0x799632fe7e80) at ../../src/tbb/custom_scheduler.h:55
    at ../../src/tbb/custom_scheduler.h:140
2020-10-15 16:17:56 +11:00
Paul Ripke 65ce81589c wip/PrusaSlicer: Add crash details to TODO.
I've noticed frequent crashes on first slice, but if it survives, it's
fine. Looks to be deep in TBB.
2020-10-15 16:17:56 +11:00
Juraj Lutter 08e307dc7f php-psr: fix PLIST 2020-10-14 21:45:32 +00:00
Juraj Lutter c6e54d7f3d Remove dnsdist, more recent version in trunk. 2020-10-14 20:54:33 +00:00
Juraj Lutter 0fb1eee45a php-psr: Fix CATEGORIES 2020-10-14 20:46:11 +00:00
Juraj Lutter a7dd54e2de nats-server: Normalize nats-server rc.d script 2020-10-14 22:23:45 +02:00
Thomas Klausner c3943ee1d6 emacs-git: add new files to PLIST 2020-10-14 16:35:12 +02:00
Michael Baeuerle 8119cf7c18 dillo-devel: Update patches
Move OpenSSL detection patch to configure.ac.
2020-10-14 15:46:07 +02:00
Michael Baeuerle e30899c903 fltk14-devel: Update to Git commit f718943e6fbcf89297e61466068405452d7f8ae6
Rework patches.
Add new header file to PLIST.
2020-10-14 15:14:53 +02:00
Juraj Lutter c654d474db wal2json: Silence pkglint warning 2020-10-14 13:12:34 +00:00
Juraj Lutter 07f166f2b1 wal2json: Add package 2020-10-14 12:53:05 +00:00
Juraj Lutter dab94cd1a4 wal2json: Add package 2020-10-14 12:52:38 +00:00
Paul Ripke c2d664f4f6 wip/PrusaSlicer: Allow use of stable track x11/wxGTK30.
In testing, I see missing labels and other UI corruption with wxGTK30, so
we'll stick to the dev branch wip/wxGTK31 for now.
2020-10-14 14:19:37 +11:00
Amitai Schleier cb9ce41688 Follow py-feedparser move to py-feedparser5. 2020-10-13 14:18:59 +02:00
Leonardo Taccari c901ccb5d3 junit: Add reference to CVE-2020-15250 2020-10-13 10:30:33 +02:00
Maya Rashish a900c0adc4 u-boot-orangepi-pc: Remove, added to pkgsrc. 2020-10-13 06:53:09 +03:00
Juraj Lutter 8cfe331cd1 nats-server: Fix NetBSD startup script. 2020-10-13 00:19:47 +02:00
Juraj Lutter 25274ccb87 nats-server: Fix NetBSD startup script 2020-10-13 00:14:54 +02:00
Juraj Lutter 883b8c2551 nats-server: Implement NetBSD-specific bits 2020-10-13 00:03:24 +02:00