Commit graph

31026 commits

Author SHA1 Message Date
Daniel Golle
14bed0f1ef ccid: update to version 1.5.4
Add new build dependency on zlib as package no longer builds without
it being present.

1.5.4 - 29 October 2023, Ludovic Rousseau
   - fix a regression introduced in 1.5.3

1.5.3 - 25 October 2023, Ludovic Rousseau
   - Add support of
     - ACS ACR1552 1S CL Reader
     - ACS ACR1552 CL Reader
     - ACS ACR1581
     - ACS ACR40T ICC Reader
     - ACS ACR40U ICC Reader
     - ACS WalletMate 1S CL Reader
     - Aktiv Rutoken SCR 3101 NFC Reader
     - CIRIGHT ONE PASS U2F
     - Dexon Tecnologias Digitais LTDA eSmartDX
     - Excelsecu Card reader
     - GHI NC001
     - Identiv uTrust Token Flex
     - SpringCard M519 with idProduct: 0x6212
     - SpringCard M519 with idProduct: 0x621A
     - WCMi SD5931
   - parse: create output.bin file
   - udev: Disable USB-persist for CCID devices
   - configure: fail if flex is not found
   - Some other minor improvements

1.5.2 - 31 January 2023, Ludovic Rousseau
   - Add support of
     - KAPELSE KAP-LINK
     - LDU LANDI
     - Sensyl SSC-HV Reader
     - TOKEN2 MFA NFC Reader
     - TOKEN2 Molto2
     - Thales RF Reader
   - Alcor Micro AU9560: Remove high speeds since they are not supported
   - Hack for AlcorMicro AU9560 and Acos-ID card
   - configure.ac: disable the use of --disable-usbdropdir

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 13:43:08 +00:00
Daniel Golle
cbdd619c23 libcurl-gnutls: update to version 8.5.0
https://curl.se/changes.html#8_5_0

Pick upstream patch to fix build with gnuTLS and verbose strings removed.
The patch should be removed with the next version bump.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 13:05:49 +00:00
Daniel Golle
b67923b334 opensc: update to version 0.24.0
Brings security fixes for CVE-2023-40660, CVE-2023-40661 and
CVE-2023-4535.

See release notes for further details:
https://github.com/OpenSC/OpenSC/releases/tag/0.24.0
and
https://github.com/OpenSC/OpenSC/releases/tag/0.23.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 13:05:30 +00:00
源 文雨
823a53c4a2 base16384: bump to version 2.2.5
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
2023-12-20 19:46:54 +08:00
Daniel Golle
7364fa9b43 perl: Net::DNS: update to version 1.41
For details see http://www.net-dns.org/svn/net-dns/release/1.40/Changes

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:46:33 +00:00
Daniel Golle
2b05e3cfc6 pcsc-tools: update to version 1.7.0
See https://pcsc-tools.apdu.fr/Changelog for details.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:43:15 +00:00
Daniel Golle
3c79b48d1c pcsc-lite: update to version 2.0.1
Add configure argument to keep polkit disabled as per before 2.0.1.

2.0.1: Ludovic Rousseau
24 November 2023
- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
- polkit is enabled by default
- libpcscspy: fix a crash with NULL pointers
- Doxygen: fix SCardBeginTransaction() documentation
- fix pcscd internal thread safety issues (clang -fsanitize=thread)
- Some other minor improvements

9 June 2023
2.0.0: Ludovic Rousseau
9 June 2023
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:34:35 +00:00
Daniel Golle
469b4054c1 debootstrap: update to version 1.0.128+nmu2+deb12u1
debootstrap (1.0.128+nmu2+deb12u1) bookworm; urgency=medium

  * Non-maintainer upload targeting Debian 12.2, with maintainer approval
    from Luca Boccassi.
  * Backport merged-/usr support changes from trixie:
    - Implement merged-/usr by post-merging.
      This changes the bootstrap order so that it will be possible for a
      future version of base-files in trixie/sid to take responsibility for
      creating the /bin, /sbin, /lib* symlinks, and is a prerequisite for
      lifting the moratorium imposed by #1035831.
      (Closes: #1049898; implementation by Helmut Grohne)
    - functions: Reinstate setup_merged_usr() as it existed before
      fixing #1049898, for backwards-compatibility with older versions of
      mmdebstrap.
    - functions: Default to merged-/usr for suites newer than bookworm,
      even for the buildd profile. This allows packages targeting trixie
      to assume that merged-/usr is the only layout possible, and is a
      prerequisite for lifting the moratorium imposed by #1035831.
    - Mention --merged-usr in --help output. (Closes: #1031828)
  * Backport autopkgtest regression fixes from trixie:
    - Revert fake/schroot-1.6.10-3 to an accurate emulation of the
      behaviour of schroot 1.6.10-3 (Closes: #983311)
    - Document schroot 1.6.10-3 with the default profile as expected to
      fail to use /dev/pts in a lxc >= 3 or Docker container; this is a
      schroot bug (#983423) and not a debootstrap bug
    - With these changes, the autopkgtest is confirmed to pass in
      autopkgtest-virt-qemu (Closes: #983197)

 -- Simon McVittie <smcv@debian.org>  Wed, 30 Aug 2023 15:21:17 +0100

debootstrap (1.0.128+nmu2) unstable; urgency=low

  * Non-maintainer upload.

  [ Matthias Klumpp ]
  * Update PureOS bootstrap script

  [ Luca Boccassi ]
  * autopkgtest: fix running on !amd64
  * autopkgtest: run on 'testing' instead of 'bookworm'

 -- Luca Boccassi <bluca@debian.org>  Tue, 18 Oct 2022 23:49:31 +0100

debootstrap (1.0.128+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * autopkgtest: add /usr/sbin to PATH

 -- Luca Boccassi <bluca@debian.org>  Mon, 17 Oct 2022 10:45:01 +0100

debootstrap (1.0.128) unstable; urgency=low

  [ Samuel Thibault ]
  * Make gbp tag produce the right tag format

  [ Carsten Schoenert ]
  * Add (PureOS) byzantium as a symlink to amber
  * Add (PureOS) crimson as a symlink to amber

  [ Daniel Watkins ]
  * Support Packages files which are not ordered alphabetically by Package field
    (LP: #1990856)

  [ Dimitri John Ledkov ]
  * d/tests/unsorted-packages-files: cleanup temp files and daemon

  [ Tianon Gravi ]
  * Apply "EXCLUDE_DEPENDENCY" during "resolve_deps"

 -- Dimitri John Ledkov <dimitri.ledkov@canonical.com>  Fri, 14 Oct 2022 12:31:04 +0100

debootstrap (1.0.127+nmu1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Ansgar ]
  * debootstrap: optionally exclude specific dependencies
  * debian-common: exclude usrmerge when installing usr-is-merged

  [ Samuel Thibault ]
  * Enable usrmerge on hurd-i386 too.

 -- Luca Boccassi <bluca@debian.org>  Sat, 24 Sep 2022 14:07:46 +0100

debootstrap (1.0.127) unstable; urgency=medium

  [ Heysion Yuan ]
  * add usrmerge support loongarch64.

  [ Paul Menzel ]
  * Avoid duplicate components in `sources.list`.

  [ Edward Tomasz Napierala ]
  * Mount /dev/fd if the host is FreeBSD.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update renamed lintian tag names in lintian overrides.

  [ Luca Falavigna ]
  * Add (Ubuntu) kinetic as a symlink to gutsy.
  * Update standards version to 4.6.0.1, no changes needed.

  [ Luca Boccassi ]
  * setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+
  * Add usr-is-merged to the required set on testing/unstable

 -- Dimitri John Ledkov <dimitri.ledkov@canonical.com>  Mon, 25 Jul 2022 13:25:39 +0100

debootstrap (1.0.126+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Undo the changes of the last upload. (Closes: #998867)

 -- Johannes Schauer Marin Rodrigues <josch@debian.org>  Sun, 28 Nov 2021 12:38:15 +0100

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:28:52 +00:00
Daniel Golle
7a3573f5a9 debian-archive-keyring: update to version 2023.4
Clean up package Makefile to easy future maintainance while at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:28:52 +00:00
Daniel Golle
1176d3bba5 exfatprogs: update to version 1.2.1
exfatprogs 1.2.1 - released 2023-05-17
======================================

CHANGES :
 * fsck.exfat: Repair zero size directory.
 * fsck.exfat: Four small clean-ups.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:25:48 +00:00
Daniel Golle
a64971c03e hiredis: update to version 1.2.0
Announcing Hiredis v1.2.0 with with new adapters, and a great many bug
fixes.

 🚀 New Features
 - Add sdevent adapter
 - Allow specifying the keepalive interval
 - Add RedisModule adapter
 - Helper for setting TCP_USER_TIMEOUT socket option

 🐛 Bug Fixes
 - Fix a typo in b6a052f.
 - Fix wincrypt symbols conflict
 - Don't attempt to set a timeout if we are in an error state.
 - Accept -nan per the RESP3 spec recommendation.
 - Fix colliding option values
 - Ensure functionality without `_MSC_VER` definition

 🧰 Maintenance
 - Add a test for the TCP_USER_TIMEOUT option.
 - Add -Werror as a default.
 - CI: Update homebrew Redis version.
 - Fix typo in makefile.
 - Write a version file for the CMake package
 - CMakeLists.txt: respect BUILD_SHARED_LIBS
 - Cmake static or shared
 - fix typo
 - Add a test ensuring we don't clobber connection error.
 - Search for openssl on macOS

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:25:28 +00:00
Tianling Shen
df24c8d097
dnsproxy: Update to 0.61.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-20 10:56:45 +08:00
Fabrice Fontaine
e8bbeb05b9 gpgme: Fix license
gpgme license is wrong since the addition of the package in commit
https://git.openwrt.org/?p=feed/packages.git;a=commit;h=3e39633b75e7d26f3666bce9c2e97d268f0fd068

Indeed, gpgme has been licensed under LPGL-2.1+ since version 1.0.2 back
in 2004 [1]:

Noteworthy changes in version 1.0.2 (2004-12-28)
------------------------------------------------

 * Changed the license of the library to the GNU Lesser General Public
   License (LGPL), version 2.1 or later.

[1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;h=2475a877a40817f575accd22a386bfd5f0a66aad;hb=HEAD

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2023-12-20 10:52:43 +08:00
Hirokazu MORIKAWA
5b05fb11e4 icu: bump to 74.2
ICU 74.2 maintenance release

Release date: 2023-12-13

ICU 74.2 updates to CLDR 44.1 locale data. These are maintenance releases for ICU 74 and CLDR 44, with limited sets of bug fixes and no API or structural changes.
* The CLDR bug fix relevant for ICU is for some formatting patterns that erroneously had two adjacent space characters. These are coalesced into one. (CLDR-17233)
* List of tickets fixed in ICU 74.2
    * Important: DateFormat.getInstanceForSkeleton() and the DateTimePatternGenerator sometimes used the wrong patterns because they failed to use/inherit certain data. (ICU-22575 — CLDR 44 had removed some redundant data that ICU relied on.)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2023-12-19 16:29:43 -08:00
Rosen Penev
dc0f5ef890 apache: update to 2.4.58
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 15:44:20 -08:00
Rosen Penev
94fd89a609 mariadb: update to 10.9.8
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Michael Heimpold <mhei@heimpold.de>
2023-12-19 15:43:35 -08:00
John Audia
1db5c54617 hyperscan: new package for speeding up regex ops
Hyperscan is a high performance regular expression matching
library from Intel that runs on x86 platforms and offers
support for Perl Compatible Regular Expressions (PCRE) syntax,
simultaneous matching of groups of regular expressions, and
streaming operations.

This has utility in speeding up snort3.

Signed-off-by: John Audia <therealgraysky@proton.me>
2023-12-19 15:05:00 -08:00
Rosen Penev
02744e30bc gst1-libav: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
901cc59a07 gst1-plugins-ugly: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
113e7a289c gst1-plugins-bad: update to 1.22.8
Remove now unnecessary patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
735b88bc9d gst1-plugins-good: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
5d61712851 gst1-plugins-base: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
4603dbeacb gstreamer1: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Rosen Penev
bdb94243f6 libsoup: fix compilation with libml2 1.12
Needs a different header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-19 04:35:39 -08:00
Alexandru Ardelean
ee4573cd42 stress-ng: bump to version 0.17.03
Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch'
It's included in the release.

Links:
   cd84c46ce7
   https://github.com/ColinIanKing/stress-ng/issues/325

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-19 09:18:01 +01:00
Sergey Ponomarev
c29619cf8a mosh: Move section net/Network/SSH
The mosh-server and mosh-client packages are related to SSH.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-18 15:04:53 -08:00
Paul Doran
82f36e0c78 nut: update to 2.8.1
Signed-off-by: Paul Doran <ruralroots@gmail.com>
[remove upstream patch included in 2.8.1]
2023-12-18 19:28:17 +02:00
Miroslav Lichvar
9b6bf46957 chrony: add ntp hotplug provider script
When the service is started, wait for the clock to be synchronized for
up to 5 minutes and provide the stratum action once for ntp hotplug
scripts.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2023-12-18 19:01:44 +02:00
Miroslav Lichvar
4fce398849 chrony: update to 4.5
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2023-12-18 19:01:44 +02:00
Van Waholtz
b8ff725cd5 syncthing: update to 1.27.0
Add myself to maintainers

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-12-18 19:00:07 +02:00
Tianling Shen
9b0608547b libtorrent-rasterbar: Update to 2.0.9
Switch to use release tarball to avoid try_signal hack.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-18 18:59:08 +02:00
Alexandru Ardelean
62f4f97bdb sudo: bump to verison 1.9.15p4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-18 13:49:53 +02:00
Alexandru Ardelean
4fdc3b7f81 openblas: bump to version 0.3.25
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-18 13:47:03 +02:00
Michael Heimpold
05d5984ea5
Merge pull request #22905 from mhei/libiio-update-to-0.25
libiio: update to 0.25
2023-12-18 08:00:10 +01:00
Michael Heimpold
35b757edc3
Merge pull request #22899 from mhei/php8-pecl-xdebug-update-to-3.3.1
php8-pecl-xdebug: update to 3.3.1
2023-12-18 07:59:56 +01:00
Joel Low
f2d209e4ff strongswan: trigger reload when interfaces are specified
Fixes #20848

Add interface triggers if interfaces to listen to are specified in
`/etc/config/ipsec`. This fixes the "running with no instances" scenario
after rebooting a router.

Signed-off-by: Joel Low <joel@joelsplace.sg>
2023-12-18 10:17:09 +08:00
Michael Heimpold
43c6094fac php8-pecl-xdebug: update to 3.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-17 20:33:02 +01:00
Michael Heimpold
08746a1942
Merge pull request #22900 from mhei/php8-update-to-8.3.0
php8: update to 8.3.0
2023-12-17 20:30:56 +01:00
Hannu Nyman
9df168c7f8
Merge pull request #22894 from Ansuel/wifidog-bump
wifidog: make it compile again with recent version of WolfSSL
2023-12-17 20:10:14 +02:00
Michael Heimpold
4e121ba69f php8: update to 8.3.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-17 19:52:35 +02:00
Michael Heimpold
7009c6be73 apache: add compile fix for libxml-2.12.x
libxml2 restructured includes, thus another include is now required
otherwise build fails.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-17 19:49:22 +02:00
Michael Heimpold
3893763d9c libiio: update to 0.25
While at, backport fix to compile against libxml 2.12.0.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-16 18:34:58 +01:00
Jan Hák
a693dd5821 knot: update to version 3.3.3
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2023-12-16 19:12:45 +02:00
Nikos Mavrogiannopoulos
fd44545bd8 tang: silence errors on first installation
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-12-16 15:46:29 +01:00
Eric Fahlgren
0d2dac8792 snort3: add missing config include and general cleanup
- Delete legacy configuration files homenet.lua and local.lua
- Add snort config 'include' to allow user customizations in the lua
- Enhance 'check' to test generated nftables file
- Suppress inclusion of rules file when doing silent config check
- Suppress warnings on configuration check unless '-v'erbose
- Replace text logging with json logging to reduce footprint and make reports easier
- Fix some typos in the snort.uc template
- Fix up some error messages suggesting solutions

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2023-12-16 22:08:49 +08:00
Jianhui Zhao
880ac1f3d5 lua-eco: update to 3.1.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2023-12-16 18:54:37 +08:00
Jeffery To
edc33966b5
Merge pull request #22879 from QuintinHill/ble2mqtt-0.2.1
Python3-Ble2mqtt: update to 0.2.1 and bump dependencies
2023-12-16 12:12:23 +08:00
Stan Grishin
d43ccb6693
Merge pull request #22896 from stangri/master-adblock-fast
adblock-fast: update to 1.1.1-1
2023-12-14 23:04:05 -07:00
Stan Grishin
bab17f480c adblock-fast: update to 1.1.1-1
* move reload/restart logic from json() to config_cache()
* improve fw4 restart decision logic
* no longer store reload/restart info in ubus/status json file
* rename variables pointing to run-time information
* create dns_set_output_values to reuse code in principal all and luci app
* improve append_url to store collected URLs in an alternative variable

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-12-15 02:42:13 +00:00
Tianling Shen
6244ba5633
Merge pull request #22884 from gladiac/haproxy-2.8.5
haproxy: update to v2.8.5
2023-12-15 08:15:48 +08:00