aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ddns-scripts: use ip_source as bind_network defaultJoel Johnson2020-10-21
| | | | | | Fixes: #13182 on https://github.com/openwrt/packages Signed-off-by: Joel Johnson <mrjoel@lixil.net>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2020-10-20
| | | | | | Also updated compability options to build in supported by musl format Signed-off-by: Vladimir Ulrich <admin@evl.su>
* Merge pull request #13731 from lnslbrty/update/libndpiHannu Nyman2020-10-20
|\ | | | | libndpi: Update to 3.4
| * libndpi: Update to 3.4Toni Uhlig2020-10-20
|/ | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge pull request #13694 from BKPepe/psmiscJosef Schlehofer2020-10-20
|\ | | | | psmisc: add package
| * psmisc: add packageJosef Schlehofer2020-10-17
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13695 from BKPepe/reptyrJosef Schlehofer2020-10-20
|\ \ | | | | | | reptyr: add package
| * | reptyr: add runtime testJosef Schlehofer2020-10-17
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | reptyr: add packageJosef Schlehofer2020-10-17
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13721 from jefferyto/golang-1.15.3Rosen Penev2020-10-20
|\ \ | | | | | | golang: Update to 1.15.3
| * | golang: Update to 1.15.3Jeffery To2020-10-20
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #13617 from PolynomialDivision/sipcalcRosen Penev2020-10-19
|\ \ \ | | | | | | | | sipcalc: add IPv4/IPv6 calculator
| * | | sipcalc: add IPv4/IPv6 calculatorNick Hainke2020-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Sipcalc is an advanced ip calculator supporting both IPv4 and IPv6. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #13699 from peter-stadler/etesync-serverRosen Penev2020-10-19
|\ \ \ \ | | | | | | | | | | etesync-server: use relative path for static_url
| * | | | etesync-server: use relative path for static_urlPeter Stadler2020-10-17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 3.1 supports relative paths for static_url. Use it to make it more flexible. Minor fixes for upgrade: * ignore-fail-on-non-empty for rmdir /usr/share/etesync-server/etesync_server * do not stop service (it is stopped already and init file is removed) Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #13717 from kimheino/masterRosen Penev2020-10-19
|\ \ \ \ | | | | | | | | | | muninlite: update to new upstream release (2.1.1)
| * | | | muninlite: update to new upstream release (2.1.1)Kim B. Heino2020-10-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Kim B. Heino <b@bbbs.net>
* | | | | Merge pull request #13676 from brvphoenix/boostRosen Penev2020-10-19
|\ \ \ \ \ | |_|_|_|/ |/| | | | boost: improve package compilation
| * | | | boost: fix the LDFLAGS and reduce the package sizeVan Waholtz2020-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add -lstdc++ to LDFLAGS. 2. Add "-Wl,--gc-sections,--as-needed" to LDFLAGS and "-ffunction-sections -fdata-sections -flto" to CFLAGS which will reduce the size by 10% ~ 13%. 3. Only a virtual package will be created if only static libs are built, which will avoid compiliation failures. 4. Other improvements Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | fastd: update to v21Matthias Schiffer2020-10-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | Merge pull request #13711 from commodo/python-updatesHannu Nyman2020-10-19
|\ \ \ \ \ | | | | | | | | | | | | Python updates
| * | | | | python-lxml: bump to version 4.6.1Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | pillow: bump to version 8.0.0Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #13709 from commodo/python-bumpHannu Nyman2020-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3: bump to version 3.9.0
| * | | | | | python3: bump to version 3.9.0Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Dropped 'patches-setuptools/004-site-patch.patch' Does not apply anymore. Setuptools has removed site.py support: https://github.com/pypa/setuptools/issues/2165 If this is still needed, we may need to re-think it's implementation. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Revert "zoneinfo: Updated to the latest release"Hannu Nyman2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1f5f599d0ea434820e06fd540ecbc9c7f15399b4 that bumped the zoneinfo version from 2020a to 2020b. Apparently some libc are incompatible with the data format in 2020b. At least our default libc, musl, fails to parse timezones from the compiled 2020b zoneinfo files. Release notes mention that deprecated "posixrules" feature is now omitted from the default build. Possibly musl uses it? Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #13710 from dibdot/adblockDirk Brenken2020-10-19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | adblock: update 4.0.7-2
| * | | | | | adblock: update 4.0.7-2Dirk Brenken2020-10-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch all safesearch providers to dynamic ips (derived from cname) * made the new safesearch approach compatible with bind-nslookup * removed 3.x config compatibility code Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #13700 from peter-stadler/asgirefRosen Penev2020-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-asgiref: update to version 3.3.0
| * | | | | | python3-asgiref: update to version 3.3.0Peter Stadler2020-10-17
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | Merge pull request #13702 from peter-stadler/django-cors-headersRosen Penev2020-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | django-cors-headers: update to version 3.5.0
| * | | | | | django-cors-headers: update to version 3.5.0Peter Stadler2020-10-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | Merge pull request #13701 from peter-stadler/drf-nested-routersRosen Penev2020-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | drf-nested-routers: update to version 0.92
| * | | | | | drf-nested-routers: update to version 0.92.1Peter Stadler2020-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #13698 from peter-stadler/django-etesync-journalRosen Penev2020-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | django-etesync-journal: update to version 1.2.2
| * | | | | | | django-etesync-journal: update to version 1.2.2Peter Stadler2020-10-17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #13697 from peter-stadler/sqlparseRosen Penev2020-10-19
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | python3-sqlparse: update to version 0.4.1
| * | | | | | python3-sqlparse: update to version 0.4.1Peter Stadler2020-10-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | ovn: bump to version 20.09.0Yousong Zhou2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | libyaml-cpp: fix compilation with libcxxRosen Penev2020-10-18
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Added GitHub patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | spice-protocol: bump to version 0.14.3Yousong Zhou2020-10-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #13670 from neheb/qreRosen Penev2020-10-18
|\ \ \ \ \ | | | | | | | | | | | | qrencode: update to 4.1.1
| * | | | | qrencode: update to 4.1.1Rosen Penev2020-10-14
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13706 from Meano/fix-acmeToke Høiland-Jørgensen2020-10-18
|\ \ \ \ \ | | | | | | | | | | | | acme: fix the 'Unknown parameter' problem caused by acme_server
| * | | | | acme: fix the 'Unknown parameter' problem caused by acme_serverMeano2020-10-19
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Meano <meano@foxmail.com>
* / | | | prometheus: bump to 2.22.0Paul Spooren2020-10-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As announced in the 2.21.0 release notes, the experimental gRPC API v2 has been removed. [CHANGE] web: Remove APIv2. #7935 [ENHANCEMENT] React UI: Implement missing TSDB head stats section. #7876 [ENHANCEMENT] UI: Add Collapse all button to targets page. #6957 [ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. #7936 [ENHANCEMENT] Add rule_group_last_evaluation_samples and prometheus_tsdb_data_replay_duration_seconds metrics. #7737 #7977 [ENHANCEMENT] Gracefully handle unknown WAL record types. #8004 [ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit binaries. #8012 [BUGFIX] Adjust scrape timestamps to align them to the intended schedule, effectively reducing block size. Workaround for a regression in go1.14+. #7976 [BUGFIX] promtool: Ensure alert rules are marked as restored in unit tests. #7661 [BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. #7964 [BUGFIX] Don't do literal regex matching optimisation when case insensitive. #8013 [BUGFIX] Fix classic UI sometimes running queries for instant query when in range query mode. #7984 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #13705 from dibdot/adblockDirk Brenken2020-10-18
|\ \ \ \ | | | | | | | | | | adblock: update 4.0.7
| * | | | adblock: update 4.0.7Dirk Brenken2020-10-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix aria2c download options * fix report engine with empty domains * fix safesearch ips of safe.duckduckgo.com (get ips dynamically) * fix safesearch ips of safesearch.pixabay.com (get ips dynamically) * add regional blocklist for italy * shellcheck adjustments * add test.sh for CI testing Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | logrotate: add runtime testJosef Schlehofer2020-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | logrotate: update to version 3.17.0Josef Schlehofer2020-10-17
| |/ / |/| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>