aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bluez-tools: fix compile with BUILD_NLSJosef Schlehofer2022-05-14
| | | | | | | | | | | Fixes: ccache_cc -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/mox-openwrt-master/build/build_dir/target-aarch64_cortex-a53_musl/bluez-tools-20201025.f653217=bluez-tools-20201025.f653217 -Wformat -Werror=format-security -DPIC -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -DPIC -fPIC -specs=/mox-openwrt-master/build/include/hardened-ld-pie.specs -znow -zrelro -o bt-adapter lib/agent-helper.o lib/dbus-common.o lib/helpers.o lib/manager.o lib/obex_agent.o lib/properties.o lib/sdp.o lib/bluez/adapter.o lib/bluez/agent_manager.o lib/bluez/alert_agent.o lib/bluez/alert.o lib/bluez/cycling_speed.o lib/bluez/cycling_speed_manager.o lib/bluez/device.o lib/bluez/health_channel.o lib/bluez/health_device.o lib/bluez/health_manager.o lib/bluez/heart_rate.o lib/bluez/heart_rate_manager.o lib/bluez/media.o lib/bluez/media_control.o lib/bluez/media_player.o lib/bluez/network.o lib/bluez/network_server.o lib/bluez/obex/obex_agent_manager.o lib/bluez/obex/obex_client.o lib/bluez/obex/obex_file_transfer.o lib/bluez/obex/obex_message_access.o lib/bluez/obex/obex_message.o lib/bluez/obex/obex_object_push.o lib/bluez/obex/obex_phonebook_access.o lib/bluez/obex/obex_session.o lib/bluez/obex/obex_synchronization.o lib/bluez/obex/obex_transfer.o lib/bluez/profile_manager.o lib/bluez/proximity_monitor.o lib/bluez/proximity_reporter.o lib/bluez/sim_access.o lib/bluez/thermometer.o lib/bluez/thermometer_manager.o bt-adapter.o -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl /mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl /mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status make[5]: *** [Makefile:580: bt-adapter] Error 1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #18293 from hexian000/privoxy_bugfixJeffery To2022-05-15
|\ | | | | privoxy: prevent killing the init script itself when stopping service
| * privoxy: update to 3.0.33 and fix the init scriptHe Xian2022-05-14
| | | | | | | | | | | | | | | | 1. Fixed init script would kill itself when trying to stop a service. 2. Upgrade privoxy release to 3.0.33 3. Set PKG_RELEASE to AUTORELEASE Signed-off-by: He Xian <hexian000@outlook.com>
* | dnsproxy: Update to 0.42.3Tianling Shen2022-05-14
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | cloudflared: Update to 2022.5.1Tianling Shen2022-05-14
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | haproxy: Update HAProxy to v2.4.16Christian Lachner2022-05-13
| | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | Merge pull request #18516 from robje/cable-typeJeffery To2022-05-13
|\ \ | | | | | | nut: add cable type nut driver config
| * | nut: add cable type nut driver configRob J. Epping2022-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at least driver apcsmart-old (maybe more) allow for specifying the type of cable used. My old UPS does will not function when cable type is not specified. This will add support for configuration option 'cable' Signed-off-by: Rob J. Epping <epping@renf.us>
* | | Merge pull request #18467 from AdorableJiang/mydnsjpJeffery To2022-05-13
|\ \ \ | | | | | | | | ddns-scripts: mydns.ip to mydns.jp
| * | | ddns-scripts: mydns.ip to mydns.jpShengjiang Quan2022-05-12
| | | | | | | | | | | | | | | | | | | | | | | | The provider is `mydns.jp` not `mydns.ip` which is wrong and misleading. Signed-off-by: Shengjiang Quan <qsj287068067@126.com>
* | | | Merge pull request #18485 from oskarirauta/crunJeffery To2022-05-13
|\ \ \ \ | | | | | | | | | | crun: update to version 1.4.5
| * | | | crun: update to version 1.4.5Oskari Rauta2022-05-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CRIU: add support for different manage cgroups modes. - the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration. - exec: fix double free when using --apparmor and --process-label. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #18483 from oskarirauta/nsutilsJeffery To2022-05-13
|\ \ \ \ | | | | | | | | | | nsutils: version bump
| * | | | nsutils: bump to new releaseOskari Rauta2022-05-12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Few minor changes, like -h flag for program (help). Added URL to package definition. No new version release with version number, so version stays as is, but pkg_release is still bumbed with this commit. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #18521 from paper42/miniflux-2.0.36Josef Schlehofer2022-05-12
|\ \ \ \ | | | | | | | | | | miniflux: update to 2.0.36
| * | | | miniflux: update to 2.0.36Michal Vasilek2022-05-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | tailscale: update to version 1.24.2Magnus Kessler2022-05-12
|/ / / / | | | | | | | | | | | | Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
* | | | Merge pull request #18520 from rsalvaterra/oc-bumpNikos Mavrogiannopoulos2022-05-12
|\ \ \ \ | | | | | | | | | | openconnect: bump to version 9.01
| * | | | openconnect: bump to version 9.01Rui Salvaterra2022-05-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now with basic support for the Array Networks SSL VPN protocol. Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs, for the time being, so select them if compiling against OpenSSL. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | Merge pull request #18443 from WereCatf/hexeditJeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | hexedit: Add new package
| * | | | hexedit: Add new packageNita Vesa2022-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Viewer and editor in hexadecimal or ASCII for files or devices Signed-off-by: Nita Vesa <werecatf@outlook.com>
* | | | | gst1-libav: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gst1-plugins-ugly: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gst1-plugins-bad: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gst1-plugins-good: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gst1-plugins-base: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gstreamer1: update to 1.20.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | python3-networkx: update to 2.8W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | dmapd: update to 0.0.91W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | luasocket: update to 3.0.0W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | hwloc: update to 2.7.1W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | libgcrypt: update to 1.10.1W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | libgee: update to 0.20.5W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | luaexpat: update to 1.4.1W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | openldap: update to 2.6.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | nfdump: update to 1.6.24W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | vips: update to 8.12.2W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | libgpg-error: update to 1.45W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | krb5: update to 1.19.3W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | cyrus-sasl: update to 2.1.28W. Michael Petullo2022-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | xr_usb_serial_common: bump to 2022-03-30Eneas U de Queiroz2022-05-11
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest commit that touches the xr_usb_serial_common-1a dir. The changes are restricted to whitespace fixes and kernel version adaptations: ecc6ebe xr_usb: Use tty_driver_kref_put for kernel 5.15 and above caf6d25 xr_usb: Use tty_alloc_driver for kernel 5.15 and above a42b7e6 xr_usb: Compilation fixes for kernel 5.14 497adb7 #39 fix compilation for newer linux kernels 9103471 xr_usb: fix some whitespace errors Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #18488 from oskarirauta/podmanJeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | podman: update to 4.1.0
| * | | | podman: update to 4.1.0Oskari Rauta2022-05-10
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Once again, a lot of changes. List of changes available at: https://github.com/containers/podman/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #18486 from oskarirauta/libslirpJeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | libslirp: update to v4.7.0
| * | | | libslirp: update to v4.7.0Oskari Rauta2022-05-09
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes etc.. List of changes available at: https://gitlab.freedesktop.org/slirp/libslirp/-/blob/master/CHANGELOG.md Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #18484 from oskarirauta/cniJeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | cni: update to v1.1.0
| * | | | cni: update to v1.1.0Oskari Rauta2022-05-09
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | A minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #18471 from liudf0716/xfrpcJeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | xfrpc: Update to 1.05.548
| * | | | xfrpc: Update to 1.05.548Dengfeng Liu2022-05-08
| |/ / / | | | | | | | | | | | | | | | | | | | | deprecated xfrps, compatible with frps Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | Merge pull request #18460 from nxhack/icu_71_1Jeffery To2022-05-12
|\ \ \ \ | | | | | | | | | | icu: bump to 71.1