Commit graph

21797 commits

Author SHA1 Message Date
wiz
cd530ee082 py-graphite-web: convert to egg.mk 2022-01-10 22:46:03 +00:00
wiz
d3f37fb39b zopeedit: convert to egg.mk 2022-01-10 22:25:46 +00:00
wiz
48111c21b2 urlgrabber: convert to egg.mk 2022-01-10 22:22:00 +00:00
wiz
01c2130847 py-web.py: convert to egg.mk 2022-01-10 20:54:11 +00:00
wiz
aefe7dbd1f py-swish-e: convert to egg.mk 2022-01-10 20:50:12 +00:00
morr
be7314c9f5 Security update to 5.8.3.
Changes since 5.8:

5.8.3

4 security issues affect WordPress versions between 3.7 and 5.8. If you haven't yet updated to 5.8, all WordPress versions since 3.7 have also been updated to fix the following security issues:

* Props to Karim El Ouerghemmi and Simon Scannell of SonarSource for disclosing an issue with stored XSS through post slugs.
* Props to Simon Scannell of SonarSource for reporting an issue with Object injection in some multisite installations.
* Props to ngocnb and khuyenn from GiaoHangTietKiem JSC for working with Trend Micro Zero Day Initiative on reporting a SQL injection vulnerability in WP_Query.
* Props to Ben Bidner from the WordPress security team for reporting a SQL injection vulnerability in WP_Meta_Query.

More info on https://wordpress.org/support/wordpress-version/version-5-8-3/

5.8.2

1 security update and fixed 2 bugs.

More info on https://wordpress.org/support/wordpress-version/version-5-8-2/

5.8.1

3 security issues affects WordPress versions between 5.4 and 5.8. If you haven't yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:

* Props @mdawaffe, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.
* Props to Michal Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.
* The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.

In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:

* Props Evan Ricafort for reporting a XSS vulnerability in the block editor discovered during the 5.8 release's beta period.
* Props Steve Henty for reporting a privilege escalation issue in the block editor.

More info on https://wordpress.org/support/wordpress-version/version-5-8-1/
2022-01-10 20:48:20 +00:00
wiz
390d957f63 py-rss2gen: convert to egg.mk 2022-01-10 20:44:31 +00:00
wiz
2bce4ce233 py-moin: convert to egg.mk 2022-01-10 18:40:33 +00:00
wiz
771b0ea90e py-SimpleTAL: convert to egg.mk 2022-01-10 18:22:46 +00:00
taca
cf131fda96 www/pear-HTTP_Request2: update to 2.5.1
2.5.0 (2020-07-12)

Fixed

* Socket adapter will now retry writing to socket rather than throw an
  exception if `fwrite()` call returns zero written bytes
  https://github.com/pear/HTTP_Request2/issues/23

Changed

* Socket adapter will use only TLS 1.2 and TLS 1.3 (the latter is
  available on PHP 7.4+)
* Upgraded tests for PHPUnit 9 compatibility, PHPUnit Polyfills
  package is used to run them on PHP 5.6 to PHP 8
* Test suite now runs on Github Actions rather than on Travis
* Updated Public Suffix List

2.5.1 (2021-01-06)

* The package runs under PHP 8.1 without `E_DEPRECATED` messages
  https://github.com/pear/HTTP_Request2/issues/25
* Updated Public Suffix List
2022-01-10 15:48:54 +00:00
wiz
143076a7da py-jonpy: convert to egg.mk 2022-01-10 09:13:53 +00:00
wiz
742a2937a1 py-django14: convert to egg.mk 2022-01-10 09:03:53 +00:00
wiz
6d12814a25 py-nbconvert: convert to egg.mk 2022-01-10 08:05:24 +00:00
wiz
0ab9288a52 py-landslide: convert to egg.mk 2022-01-10 07:59:56 +00:00
ryoon
45fb4e2594 *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
bsiegert
69b9f4cba9 Revbump all Go packages after go117 update 2022-01-09 20:10:29 +00:00
wiz
8f21bc063c loggerhead: convert to egg.mk 2022-01-09 15:44:27 +00:00
wiz
71cce5e81d egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
2022-01-09 11:58:13 +00:00
tnn
8b246fcac4 varnish: update to 7.0.1
New in varnish 7:
- switch from PCRE to PCRE2
- RFC8941 Structured Fields
- increased default values for memory settings
- bit flags in ACLs
2022-01-09 02:55:08 +00:00
tnn
a8773c74b9 firefox: enable RLBox on aarch64 2022-01-08 15:42:14 +00:00
adam
5a93c0ec4b curl: updated to 7.81.0
7.81.0

Changes:

mime: use percent-escaping for multipart form field and file names

Bugfixes:

asyn-ares: ares_getaddrinfo needs no happy eyeballs timer
azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper
BINDINGS: add cURL client for PostgreSQL
BINDINGS: add one from Everything curl and update a link
checksrc: detect more kinds of NULL comparisons we avoid
CI: build examples for additional code verification
CI: bump job to use mbedtls 3.1.0
cmake: don't set _USRDLL on a static Windows build
cmake: prevent dev warning due to mismatched arg
cmake: private identifiers use CURL_ instead of CMAKE_ prefix
config.d: update documentation to match the path search
configure: add -lm to configure for rustls build.
configure: better diagnostics if hyper is built wrong
configure: don't enable TLS when --without-* flags are used
configure: fix runtime-lib detection on macOS
curl.1: require "see also" for every documented option
curl: improve error message for --head with -J
curl_easy_cleanup.3: remove from multi handle first
curl_easy_escape.3: call curl_easy_cleanup in example
curl_easy_unescape.3: call curl_easy_cleanup in example
curl_multi_init.3: fix EXAMPLE formatting
curl_multi_perform/socket_action.3: clarify what errors mean
curl_share_setopt.3: split out options into their own manpages
CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL
digest: compute user:realm:pass digest w/o userhash
docs/checksrc: Add documentation for STRERROR
docs/cmdline-opts: do not say "protocols: all"
docs/examples: workaround broken -Wno-pedantic-ms-format
docs/HTTP3: describe how to setup a h3 reverse-proxy for testing
docs/INSTALL.md: typo fix : added missing "get" verb
docs/URL-SYNTAX.md: space is not fine in a given URL
docs: add known bugs list to HTTP3.md
docs: address proselint nits
docs: consistent manpage SYNOPSIS
docs: fix dead links, remove ECH.md
docs: fix typo in OpenSSL 3 build instructions
docs: Update the Reducing Size section
example/progressfunc: remove code for old libcurls
examples/multi-single.c: remove WAITMS()
FAQ: typo fix : "yout" ➤ "your"
ftp: disable warning 4706 in MSVC
gen.pl: improve example output format
github workflow: add wolfssl (removed from zuul)
github/workflows: add mbedtls and mbedtls-clang (removed from zuul)
gtls: check return code for gnutls_alpn_set_protocols
hash: lazy-alloc the table in Curl_hash_add()
http2:set_transfer_url() return early on OOM
HTTP3: update quiche build instructions
http: enable haproxy support for hyper backend
http: Fix CURLOPT_HTTP200ALIASES
http_proxy: don't close the socket (too early)
insecure.d: detail its use for SFTP and SCP as well
insecure.d: expand and clarify
libcurl-multi.3: "SOCKS proxy handshakes" are not blocking
libcurl-security.3: mention address and URL mitigations
libssh2: fix error message for sha256 mismatch
libtest: avoid "assignment within conditional expression"
lift: ignore is a deprecated config option, use ignoreRules
linkcheck.yml: add CI job that checks markdown links
m4/curl-compilers: tell clang -Wno-pointer-bool-conversion
Makefile.m32: rename -winssl option to -schannel and tidy up
mbedTLS: add support for CURLOPT_CAINFO_BLOB
mbedtls: fix CURLOPT_SSLCERT_BLOB
mbedtls: fix private member designations for v3.1.0
misc: remove unused doh flags when CURL_DISABLE_DOH is defined
misc: s/e-mail/email
multi: cleanup the socket hash when destroying it
multi: handle errors returned from socket/timer callbacks
multi: shut down CONNECT in Curl_detach_connnection
netrc.d: edit the .netrc example to look nicer
ngtcp2: verify the server cert on connect (quictls)
ngtcp2: verify the server certificate for the gnutls case
nss:set_cipher don't clobber the cipher list
openldap: implement STARTTLS
openldap: process search query response messages one by one
openldap: several minor improvements
openldap: simplify ldif generation code
openssl: check the return value of BIO_new()
openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+
openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailable
openssl: remove usage of deprecated `SSL_get_peer_certificate`
openssl: use non-deprecated API to read key parameters
page-footer: add a mention of how to report bugs to the man page
page-footer: document more environment variables
request.d: refer to 'method' rather than 'command'
retry-all-errors.d: make the example complete
runtests: make the SSH library a testable feature
rustls: read of zero bytes might be okay
rustls: remove comment about checking handshaking
rustls: remove incorrect EOF check
sha256/md5: return errors when init fails
socks5: use appropriate ATYP for numerical IP address host names
test1156: enable for hyper
test1156: fixup the stdout check for Windows
test1525: tweaked for hyper
test1526: enable for hyper
test1527: enable for hyper
test1528: enable for hyper
test1554: adjust for hyper
test1556: adjust for hyper
test302[12]: run only with the libssh2 backend
test661: enable for hyper
tests/CI.md: add more information on CI environments
tests/data/test302[12]: fix MSYS2 path conversion of hostpubsha256
tftp: mark protocol as not possible to do over CONNECT
tool_findfile: updated search for a file in the homedir
tool_operate: only set SSH related libcurl options for SSH URLs
tool_operate: warn if too many output arguments were found
url.c: fix the SIGPIPE comment for Curl_close
url: check ssl_config when re-use proxy connection
url: reduce ssl backend count for CURL_DISABLE_PROXY builds
urlapi: accept port number zero
urlapi: if possible, shorten given numerical IPv6 addresses
urlapi: provide more detailed return codes
urlapi: reject short file URLs
version_win32: Check build number and platform id
vtls/rustls: adapt to the updated rustls_version proto
writeout: fix %{http_version} for HTTP/3
x509asn1: return early on errors
zuul.d: update rustls-ffi to version 0.8.2
zuul: fix quiche build pointing to wrong Cargo
2022-01-07 21:05:37 +00:00
adam
a0a5c86b14 py-httpx: updated to 0.21.3
0.21.3

Fixed
* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.12.2.
2022-01-07 16:25:10 +00:00
adam
d8fb23f650 py-urllib3: updated to 1.26.8
1.26.8 (2022-01-07)
-------------------
* Added extra message to``urllib3.exceptions.ProxyError`` when urllib3 detects that
  a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP.
* Added a mention of the size of the connection pool when discarding a connection due to the pool being full.
* Added explicit support for Python 3.11.
* Deprecated the ``Retry.MAX_BACKOFF`` class property in favor of ``Retry.DEFAULT_MAX_BACKOFF``
  to better match the rest of the default parameter names. ``Retry.MAX_BACKOFF`` is removed in v2.0.
* Changed location of the vendored ``ssl.match_hostname`` function from ``urllib3.packages.ssl_match_hostname``
  to ``urllib3.util.ssl_match_hostname`` to ensure Python 3.10+ compatibility after being repackaged
  by downstream distributors.
* Fixed absolute imports, all imports are now relative.
2022-01-07 16:18:59 +00:00
tnn
5091be6ba5 firefox: add a whitespace to libpci.so SUBST
Fixes build failure on Linux when PKG_DEVELOPER due to substitution
not having any effect on that platform otherwise.
Also backport some mozilla-common.mk changes to firefox91.
2022-01-07 15:06:21 +00:00
tnn
66b072a2b6 fix typo 2022-01-07 11:46:56 +00:00
adam
c877420fc8 py-httpx: updated to 0.21.2
0.21.2

Fixed
* HTTP/2 support for tunnelled proxy cases.
* Improved the speed of large file uploads.
2022-01-06 08:54:52 +00:00
adam
b935a18306 py-httpcore: updated to 0.14.4
0.14.4
- Support HTTP/2 on HTTPS tunnelling proxies.
- Fix proxy headers missing on HTTP forwarding.
- Only instantiate SSL context if required.
- More robust HTTP/2 handling.
2022-01-06 08:53:30 +00:00
wiz
3a87b5bdf8 restish: update to 0.9.2.
0.9.2

    594e1c2 Merge pull request #68 from danielgtaylor/go-1.17
    80d65fd fix: build/release using Go 1.17 to support arm64

0.9.1

    817166b Merge pull request #62 from exoscale/load-with-authentication
    0b4a77f Merge pull request #65 from danielgtaylor/normalize-numbers
    3cdf6b3 Merge pull request #66 from danielgtaylor/decode-fix
    cfdc3e0 Merge pull request #67 from danielgtaylor/external-refs
    66d87ff fix: Use API profile when loading definition
    f6d6c3d fix: allow external refs in OpenAPI loader
    31fbbde fix: decode after MakeRequest
    4d98487 fix: dependency updates
    0cca88c fix: normalize numbers when filtering with JMESPath
2022-01-05 21:55:48 +00:00
wiz
414fbfcf6b *: set USE_PKG_RESOURCES for more packages 2022-01-05 20:47:34 +00:00
wiz
4da1311724 *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
sborrill
2503d1a7fa Fix build of e2guardian by applying commit from 5.4 branch:
Don't expand AM_INIT_AUTOMAKE multiple times.

https://github.com/e2guardian/e2guardian/pull/705
2022-01-05 15:53:41 +00:00
wiz
d6ed3f5636 py-django*: switch to USE_PKG_RESOURCES 2022-01-05 15:51:59 +00:00
wiz
67e1f1a6bf python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
2022-01-05 15:40:56 +00:00
wiz
e2bbe10605 py-django*: add dependency on py-setuptools
These use pkg_resources.

Noted by joerg.

Bump PKGREVISION.
2022-01-05 10:09:53 +00:00
schmonz
88a9430179 Update to 20220101. From the changelog:
- Rework from scratch
- Instead of separate directories for regular files and gzipped content,
  use one directory for all (as publicfile did)
- Add manual page
2022-01-04 22:35:24 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
fcambus
7bb2900721 htmldoc: update to 1.9.14.
# Changes in HTMLDOC v1.9.14

- BMP image support is now deprecated and will be removed in a future
  release of HTMLDOC.
- Fixed a potential stack overflow bug with GIF images.
- Fixed the PDF creation date (Issue #455)
- Fixed a potential stack overflow bug with BMP images (Issue #456)
- Fixed a compile issue when libpng was not available (Issue #458)
2022-01-04 20:30:02 +00:00
wiz
e032d93683 kiwiki: add option for choosing markdown backend
From Vladimir Stupin in PR 56602.
2022-01-03 16:58:40 +00:00
wiz
1cb792f9a1 py-curl: finish conversion to egg.mk 2022-01-02 22:56:31 +00:00
ryoon
9bf1d3a4e8 py-curl: Use egg.mk to fix packaging
Bump PKGREVISION.
2022-01-02 11:29:51 +00:00
wiz
06cd041a3c py-ipywidgets: convert to egg.mk
Bump PKGREVISION.
2022-01-02 00:21:18 +00:00
wiz
a7c31d74b9 py-nbformat: convert to egg.mk
Bump PKGREVISION.
2022-01-02 00:14:29 +00:00
pin
7c8b90f237 www/hackernews-tui: update to 0.9.0
What's Changed
-Rewrite theme structs in #54
-Tweak application UI in #55
-[#51] add font highlight for CommentView and StoryView in #56
-Add story tag navigation commands in #57
-Add font highlighting for ArticleView in #58
-Update documentation and configuration structures in #59
-Integrate comfy_table in #60
-Pre-release v0.9.0 in #61

Breaking changes
-There are a lot of breaking changes regarding the config options and the
 corresponding default values. It's highly recommended to read the config
 documentation or the example config file to migrate from the old versions.
2022-01-01 22:32:16 +00:00
wiz
d8646c28bf py-gflags: convert to egg.mk
Disable python 2.7 version, which would need a hack.

Bump PKGREVISION.
2022-01-01 17:31:36 +00:00
triaxx
2775d7c500 grafana: Update to 8.3.3
upstream changes:
-----------------
8.3.3 (2021-12-10)
Features and enhancements
  o BarChart: Use new data error view component to show actions in panel edit. #42474, @torkelo
  o CloudMonitor: Iterate over pageToken for resources. #42546, @iwysiu
  o Macaron: Prevent WriteHeader invalid HTTP status code panic. #42973, @bergquist
Bug fixes
  o AnnoListPanel: Fix interpolation of variables in tags. #42318, @francoisdtm
  o CloudWatch: Allow queries to have no dimensions specified. #42800, @sunker
  o CloudWatch: Fix broken queries for users migrating from 8.2.4/8.2.5 to 8.3.0. #42611, @sunker
  o CloudWatch: Make sure MatchExact flag gets the right value. #42621, @sunker
  o Dashboards: Fix so that empty folders can be deleted from the manage dashboards/folders page. #42527, @ashharrison90
  o InfluxDB: Improve handling of metadata query errors in InfluxQL. #42500, @gabor
  o Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions. #42590, @ivanahuckova
  o Prometheus: Fix running of exemplar queries for non-histogram metrics. #42749, @ivanahuckova
  o Prometheus: Interpolate template variables in interval. #42637, @ivanahuckova
  o StateTimeline: Fix toolitp not showing when for frames with multiple fields. #42741, @dprokop
  o TraceView: Fix virtualized scrolling when trace view is opened in right pane in Explore. #42480, @autoric
  o Variables: Fix repeating panels for on time range changed variables. #42828, @hugohaggmark
  o Variables: Fix so queryparam option works for scoped variables. #42742, @hugohaggmark

8.3.2 (2021-12-10)
  o Security: Fixes CVE-2021-43813 and CVE-2021-43815. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/
2022-01-01 06:34:13 +00:00
ryoon
393bf1dd0e php-nextcloud: Update to 23.0.0
Changelog:
Version 23.0.0 November 30 2021

Nextcloud Hub II is here!

The biggest improvements Nextcloud Hub II (Nextcloud 23) introduces are:

  * Nextcloud Files: 10x syncing performance improvements,delegate limited
    administration from admins to users; automatic user status setting
  * Nextcloud Groupware: external appointment booking, advanced room and
    resource search in Calendar and Mail improvements
  * Nextcloud Talk: background blur, device check screen and advanced
    permission management
  * Nextcloud Office: developed in collaboration with Collabora Productivity
  * Docker-All-In-One: easy installation and update
  * Nextcloud Backup: a peer-to-peer backup solution designed for private
    users
  * Nextcloud Clients: updates available for Desktop, Android and iOS clients

There are many more new features and changes like integration of Unified
Search, User Profile and User status in our mobile apps, emoji picker in Text,
updates to Deck and much more.
2021-12-30 15:54:22 +00:00
adam
9c8c3b0448 py-django-treebeard: patch for Python 3.6 is no longer needed 2021-12-30 13:37:12 +00:00
adam
61a6cdc69d py-sparqlwrapper: patch for Python 3.6 is no longer needed 2021-12-30 13:36:26 +00:00
adam
fef5fc39af py-idna_ssl: removed; outdated 2021-12-30 13:32:30 +00:00
adam
4a26d6e2a8 Do not mention Python 3.6 2021-12-30 13:24:01 +00:00