Alexandru Ardelean
681651db4f
Merge pull request #22039 from jefferyto/xmltodict-0.13.0
...
xmltodict: Update to 0.13.0, rename source package
2023-09-10 16:14:59 +03:00
Alexandru Ardelean
d94a5cf585
Merge pull request #22038 from jefferyto/ruamel-yaml-0.17.32
...
ruamel-yaml: Update to 0.17.32, rename source package
2023-09-10 16:14:41 +03:00
Alexandru Ardelean
ff83a84449
Merge pull request #22037 from jefferyto/python-zipp-3.16.2
...
python-zipp: Update to 3.16.2, update list of dependencies
2023-09-10 16:14:15 +03:00
Alexandru Ardelean
f3f7f213e9
Merge pull request #22036 from jefferyto/python-zeroconf-0.97.0
...
python-zeroconf: Update to 0.97.0, update list of dependencies
2023-09-10 16:14:00 +03:00
Alexandru Ardelean
6cccbc7449
Merge pull request #22035 from jefferyto/python-yaml-6.0.1
...
python-yaml: Update to 6.0.1
2023-09-10 16:13:22 +03:00
Alexandru Ardelean
5215f65cd3
Merge pull request #22034 from jefferyto/python-build-1.0.0
...
python-build: Update to 1.0.0
2023-09-10 16:12:18 +03:00
Alexandru Ardelean
34ddaf88b4
Merge pull request #22041 from jefferyto/python-cryptodomex-3.18.0
...
python-cryptodomex: Update to 3.18.0, refresh patches
2023-09-10 16:11:52 +03:00
Alexandru Ardelean
e5d80255bd
Merge pull request #22040 from jefferyto/python-cryptodome-3.18.0
...
python-cryptodome: Update to 3.18.0, refresh patches
2023-09-10 16:11:40 +03:00
Alexandru Ardelean
ace91d3331
Merge pull request #22042 from jefferyto/python-pyserial-3.5
...
python-pyserial: Update to 3.5, update list of dependencies
2023-09-10 16:11:07 +03:00
Alexandru Ardelean
8596e6444d
Merge pull request #22069 from commodo/sudo
...
sudo: bump to verison 1.9.14p3
2023-09-10 16:09:03 +03:00
Alexandru Ardelean
a1edb56083
sudo: bump to verison 1.9.14p3
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-09-09 11:21:55 +03:00
Eric Luehrsen
03f70dcfd5
unbound: update to 1.18.0
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2023-09-09 10:05:22 +02:00
Michael Heimpold
c663d8171f
Merge pull request #22062 from mhei/php8-update-to-8.2.10
...
php8: update to 8.2.10
2023-09-08 21:32:51 +02:00
Peter van Dijk
86bc1fd4d3
pdns: update to 4.8.2
...
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2023-09-08 19:05:38 +08:00
Christian Lachner
1efcdb3374
haproxy: update to v2.8.3
...
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2023-09-08 19:05:09 +08:00
Jeffery To
e42c845039
python3: Update to 3.11.5, refresh patches
...
Includes fix for CVE-2023-40217 (Bypass TLS handshake on closed
sockets).
This also:
* Remove 027-install-python3-symlink-after-stdlib.patch
This was merged upstream in
https://github.com/python/cpython/pull/104693 .
* Remove fix for unnecessary linking with libbsd
(60bf01cb60
)
This was fixed upstream in
https://github.com/python/cpython/pull/105236 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-08 19:01:47 +08:00
Jeffery To
106304c988
slang2: Remove pcre module
...
pcre is obsolete and upstream has not yet migrated to pcre2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-08 19:00:44 +08:00
Jeffery To
03ef02f0f4
slang2: Avoid building dependencies unless necessary
...
This also hides the module packages in menuconfig unless the libslang2
package is selected.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-08 19:00:44 +08:00
Van Waholtz
86522d77f1
syncthing: update to 1.24.0
...
This package can be built with Go 1.21 and QUIC can be enabled.
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-09-07 13:30:23 +02:00
Jeffery To
6742a9695d
Merge pull request #20803 from G-M0N3Y-2503/cache-domains-fix
...
cache-domains: Fixed config files being outside of jail
2023-09-07 16:03:25 +08:00
Florian Eckert
d6ccb92551
Merge pull request #22055 from pprindeville/modem-manager-fix-no-mbim-install
...
modemmanager: handle no *.conf files being installed
2023-09-06 08:08:53 +02:00
Philip Prindeville
aa03634cbc
modemmanager: handle no *.conf files being installed
...
To begin with, there are only a couple of .conf files, and
one of them is for testing, and the other is only installed
when MBIM is enabled, so if you build without MBIM you'll
have a failing install:
install -m0644 /home/pprindeville/work/openwrt/build_dir/target-x86_64_musl/modemmanager-1.20.6/ipkg-install/usr/share/ModemManager/*.conf /home/pprindeville/work/openwrt/build_dir/target-x86_64_musl/modemmanager-1.20.6/.pkgdir/modemmanager/usr/share/ModemManager
install: cannot stat '/home/pprindeville/work/openwrt/build_dir/target-x86_64_musl/modemmanager-1.20.6/ipkg-install/usr/share/ModemManager/*.conf': No such file or directory
make[2]: *** [Makefile:161: /home/pprindeville/work/openwrt/build_dir/target-x86_64_musl/modemmanager-1.20.6/.pkgdir/modemmanager.installed] Error 1
make[2]: Leaving directory '/home/pprindeville/work/openwrt/feeds/packages/net/modemmanager'
So make sure there's anything there to copy over first.
Signed-off-by: Philip Prindeville <pprindeville@netgate.com>
2023-09-05 21:38:27 -06:00
Tianling Shen
a0c6ba40d9
v2ray-geodata: Update to latest version
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-09-06 11:09:05 +08:00
Tianling Shen
058413daa4
v2raya: Update to 2.2.4
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-09-06 11:08:39 +08:00
Jan Hák
6efd4d1e88
libedit: update to version 20230828-3.1
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2023-09-05 13:20:34 -07:00
Florian Eckert
a2f2d6a5d3
Merge pull request #21992 from osedl/pr/20230901-modemmanager-fix-permission-denied
...
modemmanager: Fix Permission Denied error
2023-09-05 13:50:28 +02:00
Florian Eckert
83d0ff8e3f
Merge pull request #21994 from danielpinto8zz6/fix-desec-update-dns
...
ddns-scripts: desec.io - update url to https
2023-09-05 13:35:47 +02:00
Gerard Ryan
104bfa71a9
cache-domains: Fixed config files being outside of jail
...
This fix dnsmasq failing to startup once configured since the
cache-domains config files are not included in the jail that dnsmasq
runs inside.
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2023-09-05 19:23:07 +10:00
Jianhui Zhao
4af428ec71
lua-eco: update to 2.5.1
...
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2023-09-05 11:24:23 +08:00
danielpinto8zz6
f425e37fb0
ddns-scripts: desec.io - update url to https
...
Signed-off-by: Daniel Pinto <danielpinto8zz6@gmail.com>
desec.io ddns update is not working, after testing the endpoint I got a 301, after a bit of search I found out we are
supposed to use https instead of http
more info here: https://talk.desec.io/t/301-from-update-dedyn-io/644/2
bump PKG_RELEASE
2023-09-04 23:17:58 +01:00
Jeffery To
4f3a0fe623
python-pyserial: Update to 3.5, update list of dependencies
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 06:13:50 +08:00
Jeffery To
a1b3595550
python-cryptodomex: Update to 3.18.0, refresh patches
...
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 06:09:42 +08:00
Jeffery To
03f1f4b9bb
python-cryptodome: Update to 3.18.0, refresh patches
...
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 06:02:25 +08:00
Jeffery To
4872c32580
xmltodict: Update to 0.13.0, rename source package
...
This renames the source package to python-xmltodict to match other
Python packages.
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 05:57:23 +08:00
Jeffery To
fdff92f085
ruamel-yaml: Update to 0.17.32, rename source package
...
This renames the source package to python-ruamel-yaml to match other
Python packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 05:48:07 +08:00
Jeffery To
202140aeff
python-zipp: Update to 3.16.2, update list of dependencies
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 05:42:13 +08:00
Jeffery To
8957d34d09
python-zeroconf: Update to 0.97.0, update list of dependencies
...
The package changed to the poetry-core build backend (and also requiring
python-cython/host).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 05:34:46 +08:00
Jeffery To
60315a6638
python-yaml: Update to 6.0.1
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 05:29:19 +08:00
Michael Heimpold
cb1070612b
php8: update to 8.2.10
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-09-04 22:25:12 +02:00
Jeffery To
ba17298db5
python-build: Update to 1.0.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-05 03:38:58 +08:00
Josef Schlehofer
1e1b2051db
treewide: change my no longer used email
...
Since February 2023, I decided to no longer work with Turris, I mean CZ.NIC company
due to some reasons how the development goes and since that day my work address is not
available and not sure if there is some redirect to someone else, but if anyone wants to
reach me, use my email address, where they can find me.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2023-09-04 16:02:56 +02:00
Jeffery To
98453732e2
python-websockets: Update to 11.0.3, update list of dependencies
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:34:24 +08:00
Jeffery To
3684df0dc3
python-wcwidth: Update to 0.2.6
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:34:17 +08:00
Jeffery To
92d49899e4
python-voluptuous-serialize: Update to 2.6.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:34:11 +08:00
Jeffery To
6c7a53bd7d
python-voluptuous: Update to 0.13.1, update list of dependencies
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:34:03 +08:00
Jeffery To
1b2811920a
python-urllib3: Update to 2.0.4
...
The package changed to the hatchling build backend.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:33:57 +08:00
Jeffery To
99d8554bcd
python-ubus: Update to 0.1.2
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-04 14:33:49 +08:00
Jeffery To
0001bc8848
Merge pull request #21965 from jonasjelonek/croc
...
croc: new package
2023-09-04 11:59:05 +08:00
Stan Grishin
abb910523f
Merge pull request #21943 from stangri/master-adblock-fast
...
adblock-fast: initial commit
2023-09-03 18:04:13 -07:00
Stan Grishin
f25b34fce8
Merge pull request #22015 from stangri/master-https-dns-proxy
...
https-dns-proxy: fix dns resolution not working on boot
2023-09-03 18:02:57 -07:00