Commit Graph

62420 Commits

Author SHA1 Message Date
K.I.A.Derouiche f55b60fdfc remove py-wasserplan: instable 2020-10-21 11:45:57 +01:00
K.I.A.Derouiche 715715e460 remove py-path-and-address: instable 2020-10-21 11:45:31 +01:00
K.I.A.Derouiche 7057f4e26b remove py-zfec: instable 2020-10-21 11:44:57 +01:00
K.I.A.Derouiche f553f34615 remove py-jose: instable 2020-10-21 10:49:04 +01:00
K.I.A.Derouiche 92cdc60b1f remove py-graphene: instable pkg 2020-10-21 10:35:59 +01:00
K.I.A.Derouiche ed865ee183 remove py-graphene-sqlalchemy to wip 2020-10-21 10:33:31 +01:00
K.I.A.Derouiche ee6f0cd21d remove py-gerrychain to wip 2020-10-21 10:32:56 +01:00
K.I.A.Derouiche 27802828dd retire py-geopandas to wip, incomplete build 2020-10-21 10:26:56 +01:00
K.I.A.Derouiche 5a2cd19ad8 retire py-gensim to wip, incomplete build 2020-10-21 10:26:20 +01:00
K.I.A.Derouiche 882e1cffae retire py-game-geometry to wip, incomplete build 2020-10-21 10:25:53 +01:00
K.I.A.Derouiche a262b010ec retire py-fastapi to wip, incomplete build 2020-10-21 10:25:23 +01:00
K.I.A.Derouiche 9f77c688c1 retire py-dantic to wip, incomplete build 2020-10-21 10:24:50 +01:00
K.I.A.Derouiche cc793b18b8 add pkg for prepare future dependency 2020-10-21 10:15:42 +01:00
Thomas Klausner b292dddee8 fonttosfnt: update to 1.2.0.
Christopher Zimmermann (13):
      don't add arbitrary number to the glypth metrics
      use zero lineGap, sTypoDescender should be negative
      truncate foundry if there is no known abbreviation.
      correctly set OS2 fsSelection for italic and bold fonts
      use standard C rounding functions
      use more properties according to XLFD
      use design metrics in eblc instead of calculated metrics
      provide version 5 OS/2 table
      Add warnings when wrapping multiple fonts and on PCF fonts
      move metrics calculation to write.c
      calculate capHeight and xHeight as recommended
      fix sign of sTypoDescender
      use PIXEL_SIZE to calculate lineGap

Peng Wu (1):
      Guess Regular style for Medium Weight

Peter Hutterer (1):
      Bump to 1.2.0

rnhmjoj (2):
      Fix incorrect error handling in macTime()
      Fix uninitialised memory write
2020-10-21 08:54:54 +02:00
Havard Eidnes c364528399 Bump required rust version to 1.42.0, and use RUST_REQ to do so. 2020-10-21 07:35:49 +02:00
Kamil Rytarowski 8df91d1200 wip/dps8m: import dps8m-2.0
A simulator for the Multics dps-8/m mainframe
2020-10-21 02:11:43 +02:00
K.I.A.Derouiche 31ba1cd3a2 new pkg: py-curlify 2020-10-21 00:50:47 +01:00
K.I.A.Derouiche da92d7f9c0 +py-grimp to wip 2020-10-21 00:29:19 +01:00
Greg Troxel 72db3b5d9e kermit: Update to pre-alpha03
This is very very WIP-y, more so than usual.

Besides the update:

* delete ancient patch with no effect

We added this in 2012, and the issue has apparently been addressed in
some other way.  Upstream has opined that it's not necessary, and
building without it did not exhibit the warning for which it was
added.

* Document a patch better

Note that the TERMIO regularizaiton is not appropriate for upstream.

* Drop patches Overtaken By Upstream

Upstream has revamped the strategy for declartion of errno, and thus
these are no longer needed.

* Drop errno-declaring patch

Upstream addressed this more broadly and our patch is not longer
needed.

* Drop errno.h include, rather than adding one

Likely will be applied upstream.
2020-10-20 17:51:45 -04:00
Aleksej Lebedev 5bb830956a tarlz: updated to 0.17 2020-10-20 12:47:13 +02:00
Michael Baeuerle 45c5918b8b flnews-devel: Update to 0.18pre59
pkgsrc:
- Makefile: Remove minimum API declaration lower as declared by OpenSSL bl3
  (found by pkglint)

Upstream:
- Search window now works on OpenBSD too
- COCOA_SYS_MENUBAR is now an official option for macOS
  (FLTK must be compiled for Cocoa backend)
- Support for OpenSSL 3.0.0 Alpha7
2020-10-20 10:39:35 +02:00
Paul Ripke 93be418360 wip/PrusaSlicer: Switch to wip version of upgraded nlopt.
- wip/nlopt has the patch to avoid rbtree symbol collisions.
- Remove TODO for nlopt.
- Remove crash stacks from TODO, these were fixed in
  wip/threadingbuildingblocks commit.
2020-10-20 14:17:38 +11:00
Paul Ripke b2d2ff46f1 wip/nlopt: Upgrade of math/nlopt from 2.4.2 to 2.6.2.
pkgsrc Makefile substitution to prefix builtin rb_tree symbols to
avoid collisions against NetBSD libc rbtree.

Tested with wip/PrusaSlicer.

Release notes:

2.6.2:
 - Fixed forced stop exception with dimension elimination ([#317])
 - Fixed get_initial_step wrapping ([#319])
 - Various build fixes ([#314], [#308], [#303], [#278])

2.6.1:
 - Fix nlopt_version return value for 2.6.x and update soname and docs.

2.6.0:
 - New set_upper_bound and set_lower_bound functions in the low-level C API
   to set one bound at a time (#257). There is no longer a separate
   libnlopt_cxx library - C++ algorithms (stogo) are compiled and included
   by default (#198). Various build fixes (#197, #216, #245, #250, #230,
   #261, etc.), other fixes (#242, #258).

2.5.0:
 - New AGS global solver (#194), thanks to Vladislav Sovrasov.
 - New nlopt_get_numevals function providing a built-in evaluation counter
   (#160).
 - New nlopt_get_errmsg function for more descriptive error messages.
 - Build system is converted to cmake (#49), thanks to Julien Schueller
 - Plugins updated for recent Octave and Guile versions.
 - Various other build fixes and minor bug fixes.
2020-10-20 14:17:38 +11:00
K.I.A.Derouiche 11ee5dcc4e set PLIST 2020-10-19 22:52:41 +01:00
Juraj Lutter 02ea6384bf zabbix50: Use database-specific name for server and proxy
To allow building and installing packages with differnet DB types
on different server/proxy hosts, use apropriate PKGNAME when building.
2020-10-19 19:37:08 +00:00
Jason Bacon ed61aa3347 cblas: Remove wip refs for testing with committed BLAS framework 2020-10-19 13:52:20 -05:00
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