Commit Graph

31217 Commits

Author SHA1 Message Date
krant 71c34f85bd openldap: update to 2.6.7
- Remove dead mirror URL
- Clean-up configure args

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:55:13 -08:00
krant df1d99619f lmdb: update to 0.9.32
- Switch to git source URL
- Rebase the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:54:52 -08:00
krant 9f45bfd3d5 hwdata: update to 0.379
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:54:39 -08:00
krant 838acc26db minizip: update to 4.0.4
- Don't set default cmake option
- Switch URL to the official one

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:54:20 -08:00
krant 2bcd9a4cd7 automake: update to 1.16.5
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:54:03 -08:00
krant 68dd7b7cf6 apr: update to 1.7.4
- Remove upstreamed patches
- Fix bindir in apr-1-config to fix subversion build

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:53:31 -08:00
krant 158b761193 git: update to 2.43.0
- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:53:17 -08:00
krant 0033bf4709 alsa-utils: update to 1.2.11
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:53:08 -08:00
krant 049f9fc80f alsa-ucm-conf: update to 1.2.11
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:52:58 -08:00
krant 98d5fc2aee alsa-lib: update to 1.2.11
- Change package URL to HTTPS
- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:52:46 -08:00
krant 90d316b428 autoconf: update to 2.72
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:52:35 -08:00
krant 935e6e0160 libarchive: update to 3.7.2
- Don't set CMake options matching the defaults

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:52:21 -08:00
krant 3e3db442e7 lynx: update to 2.9.0
- Remove stale mirrors
- Use HTTPS for package URL
- Don't set default configure args
- Disable newly added bz2 support
- Formatting

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:50:54 -08:00
krant c40da57d7b expat: update to 2.6.0
- Don't set default CMake options

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:50:12 -08:00
krant 5603261ca4 libmariadb: update to 3.1.23
- Replace dead source URL
- Rebase the patch
- Remove superfluous cmake option

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:49:38 -08:00
Othmar Truniger eb7d40509e knxd: bump to upstream version 0.14.61
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-02-07 17:45:06 +08:00
krant 2a2e7b9552 gzip: update to 1.13
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 17:43:15 +08:00
Florian Eckert 5c4ccd5fcd
Merge pull request #23308 from krant/fping
fping: update to 5.1
2024-02-07 09:55:58 +01:00
krant 75b72c402f libid3tag: update to 0.16.3
- Switch package URL to the new upstream
- Switch PKG_SOURCE_PROTO to git
- Switch to CMake build
- Drop custom .pc file in favor of upstream version

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-06 14:17:46 -08:00
krant d0546216d2 fping: update to 5.1
- Don't set default configure arg

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-06 17:52:14 +02:00
krant fabbbdbbc2 mpg123: update to 1.32.4
- Use package official URL
- Fix license name

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-05 12:23:37 -08:00
Eneas U de Queiroz d1324db153 oniguruma: bump to 6.9.9
Featured changes:
- Update Unicode version 15.1.0
- NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
- Fixed: (?I) option was not enabled for character classes (Issue #264).
- Changed specification to check for incorrect POSIX bracket (Issue
  #253).
- Changed [[:punct:]] in Unicode encodings to be compatible with POSIX
  definition. (Issue #268)
- Fixed: ONIG_OPTION_FIND_LONGEST behavior
--- 6.9.8
- Whole options
  - (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
  - (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
  - (?L) : ONIG_OPTION_FIND_LONGEST
- Fixed some problems found by OSS-Fuzz

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2024-02-05 11:26:18 -08:00
krant d8e2857a74 subversion: update to 1.14.3
- Adopt the package
- Remove default configure options
- Rebase the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-05 11:26:03 -08:00
Fabrice Fontaine 9acff9cd6b devel/autoconf: assign PKG_LICENSE_FILES
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-05 11:24:54 -08:00
Eneas U de Queiroz ce92b017a3 python-certifi: Update to 2024.2.2
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2024-02-05 15:25:45 -03:00
krant 94c0faf478 opus: update to 1.4
- Add patch to fix build on ARM
- Use official source URL

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-05 10:08:28 -08:00
Timothy M. Ace 868a469ccc python-orjson: update to version 3.9.13
Relevant changes since 3.9.12:
- FIXED: Serialization str escape uses only 128-bit SIMD.
- FIXED: Fix compatibility with CPython 3.13 alpha 3.
- Publish musllinux_1_2 instead of musllinux_1_1 wheels.
- Serialization uses small integer optimization in CPython 3.12 or later.

Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
2024-02-05 15:17:40 +01:00
Fabrice Fontaine 94734c4bf9 lang/python/python-yaml: fix PKG_CPE_ID
There is not a single CVE linked to pyyaml_project:pyyaml so use
pyyaml:pyyaml instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️pyyaml:pyyaml

Fixes: c06a04c754 (python-yaml: update to version 5.1)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-05 00:14:47 -08:00
Jonas Lochmann fc3cc2fe5c mwan3: use network_get_preferred_ipaddr6
This updates mwan3 to use network_get_preferred_ipaddr6 instead of
network_get_ipaddr6 if possible to determine a source ip for the
connectivity checks. This avoids issues where the first ip address
that is returned from network_get_ipaddr6 does not work anymore while
the preferred one returned from network_get_preferred_ipaddr6 works.

Signed-off-by: Jonas Lochmann <git@inkompetenz.org>
2024-02-04 16:39:13 -08:00
Mark Baker 08e51ab50a lualanes: Version bump to v3.16.2
Update the PKG_VERSION and PKG_SOURCE_VERSION to pull version 3.16.2
from upstream. The upstream version includes fixes for the
`pthread_yield: symbol not found` issue.

Removed patches 100-musl-compat.patch and 200-fix-redef-error.patch
as fixes were implemented upstream.

Build tested on aarch64, arm_cortex_a15/a9, i386, mips[el]_24kc,
powerpc_464fp/8548, riscv64, x86_64. Confirmed on x86_64.

Signed-off-by: Mark Baker <mark@vpost.net>
2024-02-04 16:37:07 -08:00
Rosen Penev 69dc285ac9 mosquitto: reenable options wrongly turned off
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-02-04 16:35:06 -08:00
Timothy Ace ce3a64b353 CONTRIBUTING.md: clarify pull request commit requirements
Corrects the commit subject being referred to as a "description"
and links the official OpenWrt patch submission standards for
commit messages. Adds additional notes about real names and
emails being required. Also fixes the capitalization of GitHub
and SourceForge.

Signed-off-by: Timothy Ace <openwrt@timothyace.com>
2024-02-04 16:33:58 -08:00
krant 5267b1b62b gnuplot: update to 6.0.0
- Add patch for MIPS and PowerPC systems

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:32:40 -08:00
krant 12042aaf99 libsamplerate: update to 0.2.2
- Update package/source URLs to official ones
- Change license according to upstream

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:31:50 -08:00
krant 18df76cd30 freetype: update to 2.13.2
- change package URL to HTTPS

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:31:10 -08:00
Timothy Ace c2aedbf411 perl-time-moment: initial package at v0.44
Builds compiled perl module Time::Moment v0.44 from CPAN.

Signed-off-by: Timothy Ace <openwrt@timothyace.com>
2024-02-04 16:30:55 -08:00
krant e88546aa4d libmaxminddb: update to 1.9.1
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:30:19 -08:00
krant 73f179bdf0 jq: update to 1.7.1
- Update package URLs
- Fix license
- Drop obsolete CFLAGS
- Drop obsolete patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:29:43 -08:00
krant b8d0f8b142 libstrophe: update 0.13.0
- Use common Github URL
- Add missing zlib dependency

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:29:09 -08:00
krant 7f34aac40c libsndfile: update to 1.2.2
- Update package URL to the official one
- Update source URL to the official one
- Modernize CMake options
- Fixup pkgconfig file
- Enable mpg123 support per users request (+7kB)

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:25:51 -08:00
Paul Donald 825b22a4db p910nd: hotplug script
Signed-off-by: Paul Donald <newtwen@gmail.com>
2024-02-04 16:22:58 -08:00
krant 39bf78decc graphicsmagick: update to 1.3.42
- Adopt the package

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:22:28 -08:00
Eric Fahlgren 203e9413e2 snort3: finish up several incomplete capabilities
Reporting
 - Use json alert data for 10x speed improvement in report generation
 - Include both gid and sid, plus packet direction in report output
 - Add by-date incident filtering
 - Add verbose mode which displays actual rules triggered and their source
 - Attempt to look up host names from IPs in verbose mode
 - Clean up display of port number involved in incidents

Rules
 - Complete downloader for subscription rules using oinkcode (only tested
   with snort.org's "free" tier subscription)
 - Auto-detect multiple rules files and include them in lua 'ips.rules'
 - Add '--backup' option to copy out current rules before installing new
 - Add '--persistent' option to 'snort-rules', storing in persistent location

CLI interface
 - Completely rework command line option parsing in all user scripts
 - Allow options and commands to be in any order on command line
 - Add long-form names for all options ('--help' for '-h' and so on)
 - Detect errors properly in options, enhance help pages

Bug fixes
 - Use 'mkdir -p' on all directory creation
 - Use proper tmp directory from 'snort.snort.temp_dir' everywhere

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-02-04 16:21:11 -08:00
Jan Klos 800218561d iputils: bump to 20240117
Signed-off-by: Jan Klos <jan@klos.xyz>
2024-02-04 16:20:38 -08:00
krant 81629ba591 procps-ng: update to 4.0.4
- Update the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:20:05 -08:00
Fabrice Fontaine 5afe5c9031 treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:16:10 -08:00
PeterFromSweden dfb030d412 telldus-mqtt: add new package in utils
Extends functionality of exisiting telldus-core package

Signed-off-by: PeterFromSweden <peterfromswe884@gmail.com>
2024-02-04 16:14:01 -08:00
krant 532f6e0782 make: update to 4.4.1
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:12:55 -08:00
krant 56e9475da9 leptonica: update to 1.84.1
- remove upstreamed patch
- explicitly disable openjpeg to ignore host-installed library
- fix .cmake and .pc paths

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:12:34 -08:00
Olivier Poitrey addb775797 nextdns: Update to version 1.42.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2024-02-04 16:08:47 -08:00