1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
Commit Graph

25211 Commits

Author SHA1 Message Date
Fritz D. Ansel
effd304c1d collectd: enable cpufreq plugin for mediatek
tested on e8450 ubi+non-ubi

Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-12 09:47:21 +02:00
Daniel Golle
9c491c6cbc
auc: update to version 0.1.9
Follow the @aparcar's withlist:
- [x] Print URL of used server when searching for an update
- [x] Implement `-y` option which automatically accepts changes
- [x] Implement `-r` option which doesn't check for package upgrades but only new releases
- [x] Print link or created image to be downloadable by the user from a browser/curl.

Also allow selecting branch and version manually.

Fixes: #16324
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-12 03:11:47 +01:00
Daniel Golle
31d12ead78
exim: add default config and init script, enable lmtp
Ship default configuration /etc/exim/exim.conf as well as
a simple procd init script. Enable building with LMTP for better
integration with dovecot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-12 03:11:40 +01:00
Daniel Golle
f518cfb250
postgresql: improve init script
Use newly introduced procd_add_restart_mount_trigger to make sure
postmaster gets started only once PGDATA becomes available.
Relocate socket directory to /var/lib/postgresql to make it possible
to run postgresql inside a ujail.
Use signal for shutdown, so it works nicely with jail.
Allow multiple script in UCI 'config postgres-db' to be a list and
run them in order listed.
User more silent methods to check for db or role existence and make
it easy to create several databases owned by the same user by passing
the same credentials multiple times.
Remove disfunctional reload handler.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-12 03:11:09 +01:00
Josef Schlehofer
b8182477f9
python-curl: update to version 7.44.0
Changelog:
PycURL 7.44.0 - 2021-08-08
--------------------------

This release reinstates best effort Python 2 support, adds Python 3.9 and
Python 3.10 alpha support and implements support for several libcurl options.

Official Windows builds are currently not being produced.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-12 00:07:26 +02:00
Josef Schlehofer
3d5bed38e8
hwdata: update to version 0.350
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-11 23:45:40 +02:00
Josef Schlehofer
05a198ed48
Merge pull request #16314 from ja-pa/redis-6.2.5
redis: update to version 6.2.5
2021-08-11 23:18:49 +02:00
Dirk Brenken
7e90250f5a
Merge pull request #16323 from dibdot/travelmate
travelmate: update to 2.0.5
2021-08-11 23:11:51 +02:00
Michael Heimpold
50500bddda
Merge pull request #16112 from dmascord/add_mdio-tools
mdio-tools: add package plus kernel module
2021-08-11 22:09:41 +02:00
Eneas U de Queiroz
47f98d7030
unixodbc: use 'install' when copying host binaries
'cp' fails with a text file busy error if it tries to overwrite an
executable file that is running.  'install' unlinks the file first, so
it will not cause the problem.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-08-11 16:59:20 -03:00
Eneas U de Queiroz
19c7496648
perl: perlmod.mk: use 'install' for host binaries
When installing a host perl module, the host perl binary in the staging
dir is replaced by using 'cp'.  However, if the binary is running in a
parallel job, cp will fail with a text file busy error.  Use
$(INSTALL_BIN), which unliks the file first to avoid the error.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-08-11 16:59:20 -03:00
Alexander Egorenkov
1058d37f71 stress-ng: add missing libkmod dependency
This fixes build problem introduced in commit 9a1bb4baf5 ("stress-ng: bump to version 0.13.00"):
Package stress-ng is missing dependencies for the following libraries:
libkmod.so.2

Fixes: 9a1bb4baf5 ("stress-ng: bump to version 0.13.00")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-08-11 20:49:29 +02:00
Dirk Brenken
c6328bad6c
travelmate: update to 2.0.5
* support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink)
* vpn connections are now handled separately for each uplink
* The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation.
* more code cleanups und optimizations to reduce the repetitive connection handling workload
* bugfixes regarding multiple radio support
* refine cp detection (no longer write and parse an error file)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-11 19:14:56 +02:00
Michal Vasilek
0e4e08ff24 syncthing: update to version 1.18.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-11 05:33:51 -10:00
Josef Schlehofer
e2932db1ce
python-babel: update to version 2.9.1
Changelog:
https://github.com/python-babel/babel/releases/tag/v2.9.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-11 10:11:37 +02:00
Jan Pavlinec
3cc8a1f37e
redis: update to version 6.2.5
Fixes CVE-2021-32761

Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-08-11 08:43:27 +02:00
Rosen Penev
6c1ec516ce
Merge pull request #16197 from Ansuel/nginx-up
nginx: bump to 1.21.1 and improve makefile
2021-08-10 16:16:51 -07:00
Rosen Penev
546cac746e
Merge pull request #16310 from commodo/stress-ng-bump
stress-ng: bump to version 0.13.00
2021-08-09 13:59:45 -07:00
Rosen Penev
073443c5c4
Merge pull request #16308 from jefferyto/golang-1.16.7
golang: Update to 1.16.7
2021-08-09 13:59:14 -07:00
Rosen Penev
31370f00b8
Merge pull request #16306 from jefferyto/python-twisted-21.7.0
python-twisted: Update to 21.7.0, refresh patches
2021-08-09 13:58:48 -07:00
Rosen Penev
99aed3e231
Merge pull request #16305 from commodo/sudo-bump
sudo: bump to version 1.9.7p2
2021-08-09 13:58:34 -07:00
Rosen Penev
57c034577c
Merge pull request #16295 from paper42/knot-resolver-5.4
knot: update to version 3.1.0, knot-resolver: update to version 5.4.0
2021-08-09 11:27:51 -07:00
Alexandru Ardelean
9a1bb4baf5 stress-ng: bump to version 0.13.00
And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 14:52:56 +03:00
Jeffery To
4d7a71a7cb
golang: Update to 1.16.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-08-09 17:51:43 +08:00
Jeffery To
4fa4cd8322
python-twisted: Update to 21.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-08-09 17:27:04 +08:00
Alexandru Ardelean
6934e4e103 sudo: bump to version 1.9.7p2
Also switch to AUTORELEASE for PKG_RELEASE.
Refreshed patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 11:10:44 +03:00
Michal Vasilek
e7127d4684
knot-resolver: update to version 5.4.0
* refresh patches
* disable kres_gen_test to fix cross

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-09 09:35:23 +02:00
Michal Vasilek
81e0fcb76f
knot: update to version 3.1.0
* refresh patches

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-09 09:34:53 +02:00
Rosen Penev
ba696e2b36 Revert "ksmbd: update to 3.4.0"
This reverts commit 6a0ae4b19d.

ksmbd 3.4.0 reworks its dependencies as a result of upstream feedback.
Unfortunately, this means that it now relies on CONFIG_FS_POSIX_ACL,
which is not easy to direcly enable in OpenWrt.

Revert in order to fix multiple build failures that people experience.
2021-08-08 19:27:43 -07:00
Hans Dedecker
6bffc5f5c9 nghttp2: update to 1.44
368014b8 Bump version number to v1.44.0, LT revision to 34:2:20
fa16e66a nghttpx: Fix max distance in weight group/address cycle comparison
40af31da nghttpx: Set connect_blocker and live_check after shuffling addresses
9e6c0685 Fix build failure
ebad3d47 Port new ngtcp2 map implementation
d4fd0681 Bump llhttp to 6.0.2
43a47aa0 Do not return HPE_USER from where it is prohibited
20079b4c Update bash_completions
2aeec770 Update manual pages
cef458c3 Replace black-list with block-list
617a5766 Replace master with main
f1d67335 Initialize Config rps field
5f3bcb1f Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS
b419bfd9 Remove unused field
e406a2c1 Update doc
962a75c4 Merge pull request #1559 from nghttp2/h2load-rps
6cdc13d6 h2load: Add --rps option
92944f78 h2load: Allow unit in -D option
276792a8 Remove unnecessary function
579fa6ea Add more --with-* configure flags
2f2b2117 Add LIBTOOL_LDFLAGS configure variable
88a3cb51 Bump llhttp to 4.0.0
40679cf6 Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method
5b587e85 Merge pull request #1550 from jktjkt/docs-asio-fix-typos
50a1121d nghttpx: Remove trailing white space after $method log variable
3239c5ef Bump up version number to v1.44.0-DEV

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2021-08-08 21:40:15 +02:00
Daniel Golle
847b17651a
transmission: add mount trigger
Restart transmission once an underlaying mountpoint becomes available.
Add myself as maintainer.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-08 15:49:26 +01:00
Daniel Golle
f32236e542
lvm2: add hotplug script to scan and enable PVs on hotplug
Automatically scan and activate physical volumes when added at runtime.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-08 15:49:20 +01:00
Rosen Penev
e7afd1a9c7
Merge pull request #16245 from neheb/ksmbd1
ksmbd: update to 3.4.0
2021-08-07 16:46:49 -07:00
Rosen Penev
a23de0330b
Merge pull request #16293 from Linaro1985/master_fix_libxslt
libxslt: fix compilation because of wrong libxml2 check in configure script
2021-08-07 16:43:45 -07:00
Dirk Brenken
cfc1c6a7e7
Merge pull request #16285 from jamesmacwhite/stubby-trigger-interfaces
stubby: Add multi WAN support for procd trigger
2021-08-07 16:05:07 +02:00
Stijn Tintel
3e9d7d2afe libffi: bump to 3.4.2
Remove both patches as they have been upstreamed.
This new release is only available on Github and does not ship configure
or Makefile, so autoreconf is needed.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-08-07 13:43:55 +03:00
James White
1ad5e3f88c stubby: Add multi WAN support for procd trigger
Signed-off-by: James White <james@jmwhite.co.uk>
2021-08-07 09:30:52 +01:00
Josef Schlehofer
18a2db6bf7
Merge pull request #16290 from ja-pa/tailscale-update
tailscale: update to version 1.12.1
2021-08-06 20:08:38 +02:00
Rosen Penev
7c79127649
Merge pull request #15895 from flyn-org/fuse-overlayfs
fuse-overlayfs: add new package
2021-08-05 19:55:47 -07:00
W. Michael Petullo
4ef2308759 fuse-overlayfs: add new package
This is part of an attempt to get rootless podman to work on OpenWrt.
See https://github.com/openwrt/packages/issues/15096.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-08-05 21:10:45 -05:00
Paul Spooren
cdc0c70875 attendedsysupgrade-common: update server URL
The service is now on a new server which supports IPv6.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-08-06 00:07:37 +02:00
Stijn Tintel
3d4e6b0514 Revert "gnutls: update to 3.7.2"
Fixes #16083

This reverts commit 59a39d4c6f.
2021-08-05 22:37:05 +03:00
Maxim Anisimov
b5ac497d66 libxslt: fix compilation because of wrong libxml2 check in configure script
More details: 90c34c8bb9

Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
2021-08-05 09:14:07 +03:00
Rosen Penev
db193797d3
Merge pull request #16151 from rsalvaterra/tor-bump
tor: bump to 0.4.6.6 stable
2021-08-03 12:21:47 -07:00
Rosen Penev
a7db7a5023
Merge pull request #16260 from dhewg/libopusenc
libopusenc: cherry-pick post-release crash fixes
2021-08-03 12:20:12 -07:00
Rosen Penev
6c88d12417
Merge pull request #16279 from Ansuel/improve-atlas
atlas-sw-probe: fix copypaste error and clean tmp dir on exit
2021-08-03 12:09:09 -07:00
Rosen Penev
3b0fb73be6
Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2
gnuplot: Updated gnuplot to 5.4.2
2021-08-03 12:08:40 -07:00
Karl Palsson
1557ac367a libwebsockets: enable built in uloop support
uloop is always available on OpenWrt, so build in LWS's uloop support by
default. Size difference of .ipk is 683 bytes, or about 0.5%.
No known applications use this at present, but it seems better to
proactively offer it.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-08-03 17:29:16 +00:00
Karl Palsson
0e186bd511 libwebsockets: Bump to 4.2.1
Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=8a580b59b23d204ca72028370e97a8f6aa0c9202

Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-08-03 17:29:16 +00:00
Javier Marcet
0d4744f214 python3-distro: update to version 1.6.0
- BACKWARDS COMPATIBILITY:

  - Deprecated the distro.linux_distribution() function. Use
  distro.id(), distro.version() and distro.name() instead [#296]
  - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will
  only support Python 3.6+

- ENHANCEMENTS:

  - Added type hints to distro module [#269]
  - Added __version__ for checking distro version [#292]
  - Added support for arbitrary rootfs via the root_dir parameter
  [#247]
  - Added the --root-dir option to CLI [#161]
  - Added fallback to /usr/lib/os-release when /etc/os-release isn't
  available [#262]

- BUG FIXES:

  - Fixed subprocess.CalledProcessError when running lsb_release
  [#261]
  - Ignore /etc/iredmail-release file while parsing distribution
  [#268]
  - Use a binary file for /dev/null to avoid TextIOWrapper overhead
  [#271]

- RELEASE:

 - Moved repository from nir0s/distro to python-distro/distro on
 GitHub.

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-08-03 16:17:35 +02:00