From patchwork Wed Jan 4 11:51:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6373 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HV60hWz3xlq for ; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HT6jqCz12Z; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HT5Vm0z30FF; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HS3kyXz2ySR for ; Wed, 4 Jan 2023 11:51:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HR6H0zzQS; Wed, 4 Jan 2023 11:51:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oA3MPkMjYGYAAncQasKaMUV1akXp8AqoQ8X93T5+CuY=; b=Wkg1IgiJCIq7I3gC/77nHhx3dN8oPBrT0QPWDHUN9Lljg+9k4V1ujGunuKi0uEfWjr6gjH 2/9h54vGhaWo7+AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oA3MPkMjYGYAAncQasKaMUV1akXp8AqoQ8X93T5+CuY=; b=lTGR5qd/rC5xFaXrRiYSMniTh6EZqxmrKd0JMyenf63zIQ4dGGsryLaC0FxHopqU7EQZHr 8ilUgaiRDGSJZS8pDFivPk8yKL1peV5qGU5P2ImJunpTFWEHl6jPlboiGuvKkNEbycIlU0 QkhtXxMDVhjTHekvxAROO153ts4dT8smWqXil6/bUXCojwBzrcUNrMUgCws9GFsTXOwxw/ uaQyUVr/sDvyw+DzSnz/Bm/v2gr1hABupbtoDwQHPIvx2/OLpLbGOzsn//lXqhN/8AEZT2 sv3u9a5n21YKveqkpc0ox2aEruzQ9HS8lXPjUpb+9tQ0qpsKHOMLDtQMfbsDuQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 01/29] json-c: Update to version 0.16 Date: Wed, 4 Jan 2023 12:51:15 +0100 Message-Id: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 0.13.1 to 0.16 - Update of rootfile - json-c moved from building with autotools to building with cmake This required cmake, curl and libarchive to be moved earlier in make.sh than json-c - sobump occurs with this change. Identified 28 addons that are linked to json-c using find-dependencies and added them as additional patches to this patch as a series for shipping with the core update. - Changelog 0.16 (up to commit 66dcdf5, 2022-04-13) Deprecated and removed features: * JSON_C_OBJECT_KEY_IS_CONSTANT is deprecated in favor of JSON_C_OBJECT_ADD_CONSTANT_KEY * Direct access to lh_table and lh_entry structure members is deprecated. Use access functions instead, lh_table_head(), lh_entry_next(), etc... * Drop REFCOUNT_DEBUG code. New features * The 0.16 release introduces no new features Build changes * Add a DISABLE_EXTRA_LIBS option to skip using libbsd * Add a DISABLE_JSON_POINTER option to skip compiling in json_pointer support. Significant changes and bug fixes * Cap string length at INT_MAX to avoid various issues with very long strings. * json_object_deep_copy: fix deep copy of strings containing '\0' * Fix read past end of buffer in the "json_parse" command * Avoid out of memory accesses in the locally provided vasprintf() function (for those platforms that use it) * Handle allocation failure in json_tokener_new_ex * Fix use-after-free in json_tokener_new_ex() in the event of printbuf_new() returning NULL * printbuf_memset(): set gaps to zero - areas within the print buffer which have not been initialized by using printbuf_memset * printbuf: return -1 on invalid arguments (len < 0 or total buffer > INT_MAX) * sprintbuf(): propagate printbuf_memappend errors back to the caller Optimizations * Speed up parsing by replacing ctype functions with simplified, faster non-locale-sensitive ones in json_tokener and json_object_to_json_string. * Neither vertical tab nor formfeed are considered whitespace per the JSON spec * json_object: speed up creation of objects, calloc() -> malloc() + set fields * Avoid needless extra strlen() call in json_c_shallow_copy_default() and json_object_equal() when the object is known to be a json_type_string. Other changes * Validate size arguments in arraylist functions. * Use getrandom() if available; with GRND_NONBLOCK to allow use of json-c very early during boot, such as part of cryptsetup. * Use arc4random() if it's available. * random_seed: on error, continue to next method instead of exiting the process * Close file when unable to read from /dev/urandom in get_dev_random_seed() 0.15 (up to commit 870965e, 2020/07/26) Deprecated and removed features: * Deprecate `array_list_new()` in favor of `array_list_new2()` * Remove the THIS_FUNCTION_IS_DEPRECATED define. * Remove config.h.win32 New features * Add a `JSON_TOKENER_ALLOW_TRAILING_CHARS` flag to allow multiple objects to be parsed even when `JSON_TOKENER_STRICT` is set. * Add `json_object_new_array_ext(int)` and `array_list_new_2(int)` to allow arrays to be allocated with the exact size needed, when known. * Add `json_object_array_shrink()` (and `array_list_shrink()`) and use it in json_tokener to minimize the amount of memory used. * Add a json_parse binary, for use in testing changes (not installed, but available in the apps directory). Build changes * #639/#621 - Add symbol versions to all exported symbols * #508/#634 - Always enable -fPIC to allow use of the json-c static library in other libraries * Build both static and shared libraries at the same time. * #626 - Restore compatibility with cmake 2.8 * #471 - Always create directories with mode 0755, regardless of umask. * #606/#604 - Improve support for OSes like AIX and IBM i, as well as for MINGW32 and old versions of MSVC * #451/#617 - Add a DISABLE_THREAD_LOCAL_STORAGE cmake option to disable the use of thread-local storage. Significant changes and bug fixes * Split the internal json_object structure into several sub-types, one for each json_type (json_object_object, json_object_string, etc...). This improves memory usage and speed, with the benchmark under bench/ report 5.8% faster test time and 6%(max RSS)-12%(peak heap) less memory usage. Memory used just for json_object structures decreased 27%, so use cases with fewer arrays and/or strings would benefit more. * Minimize memory usage in array handling in json_tokener by shrinking arrays to the exact number of elements parsed. On bench/ benchmark: 9% faster test time, 39%(max RSS)-50%(peak heap) less memory usage. Add json_object_array_shrink() and array_list_shrink() functions. * #616 - Parsing of surrogate pairs in unicode escapes now properly handles incremental parsing. * Fix incremental parsing of numbers, especially those with exponents, e.g. so parsing "[0", "e+", "-]" now properly returns an error. Strict mode now rejects missing exponents ("0e"). * Successfully return number objects at the top level even when they are followed by a "-", "." or "e". This makes parsing things like "123-45" behave consistently with things like "123xyz". Other changes * #589 - Detect broken RDRAND during initialization; also, fix segfault in the CPUID check. * #592 - Fix integer overflows to prevert out of bounds write on large input. * Protect against division by zero in linkhash, when created with zero size. * #602 - Fix json_parse_uint64() internal error checking, leaving the retval untouched in more failure cases. * #614 - Prevent truncation when custom double formatters insert extra \0's 0.14 (up to commit 9ed00a6, 2020/04/14) Deprecated and removed features: * bits.h has been removed * lh_abort() has been removed * lh_table_lookup() has been removed, use lh_table_lookup_ex() instead. * Remove TRUE and FALSE defines, use 1 and 0 instead. Build changes: Deprecated and removed features: * bits.h has been removed * lh_abort() has been removed * lh_table_lookup() has been removed, use lh_table_lookup_ex() instead. * Remove TRUE and FALSE defines, use 1 and 0 instead. * autoconf support, including autogen.sh, has been removed. See details about cmake, below. * With the addition of json_tokener_get_parse_end(), access to internal fields of json_tokener, as well as use of many other symbols and types in json_tokener.h, is deprecated now. * The use of Android.configure.mk to build for Android no longer works, and it is unknown how (or if) the new cmake-based build machinery can be used. * Reports of success, or pull requests to correct issues are welcome. Notable improvements and new features Builds and documentation * Build machinery has been switched to CMake. See README.md for details about how to build. * TL;DR: `mkdir build ; cd build ; cmake -DCMAKE_INSTALL_PREFIX=/some/path ../json-c ; make all test install` * To ease the transition, there is a `cmake-configure` wrapper that emulates the old autoconf-based configure script. * This has enabled improvements to the build on Windows system; also all public functions have been fixed to be properly exported. For best results, use Visual Studio 2015 or newer. * The json-c style guide has been updated to specify the use of clang-format, and all code has been reformatted. * Since many lines of code have trivial changes now, when using git blame, be sure to specify -w * Numerous improvements have been made to the documentation including function effects on refcounts, when passing a NULL is safe, and so on. json_tokener changes * Added a json_tokener_get_parse_end() function to replace direct access of tok->char_offset. * The char_offset field, and the rest of the json_tokener structure remain exposed for now, but expect a future release to hide it like is done with json_object_private.h * json_tokener_parse_ex() now accepts a new JSON_TOKENER_VALIDATE_UTF8 flag to validate that input is UTF8. * If validation fails, json_tokener_get_error(tok) will return json_tokener_error_parse_utf8_string (see enum json_tokener_error). Other changes and additions * Add support for unsigned 64-bit integers, uint64_t, to gain one extra bit of magnitude for positive ints. * json_tokener will now parse values up to UINT64_MAX (18446744073709551615) * Existing methods returning int32_t or int64_t will cap out-of-range values at INT32_MAX or INT64_MAX, preserving existing behavior. * The implementation includes the possibility of easily extending this to larger sizes in the future. * A total of 7 new functions were added: * json_object_get_uint64 ( struct json_object const* jso ) * json_object_new_uint64 ( uint64_t i ) * json_object_set_uint64 ( struct json_object* jso, uint64_t new_value ) * json_parse_uint64 ( char const* buf, uint64_t* retval ) * See description of uint64 support, above. * json_tokener_get_parse_end ( struct json_tokener* tok ) * See details under "json_tokener changes", above. * json_object_from_fd_ex ( int fd, int in_depth ) * Allows the max nesting depth to be specified. * json_object_new_null ( ) * Simply returns NULL. Its use is not recommended. * The size of struct json_object has decreased from 96 bytes to 88 bytes. Testing * Many updates were made to test cases, increasing code coverage. * There is now a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests. * To run tests, use `make test`; the old "check" target no longer exists. Significant bug fixes For the full list of issues and pull requests since the previous release, please see issues_closed_for_0.14.md * [Issue #389](https://github.com/json-c/json-c/issues/389): Add an assert to explicitly crash when _ref_count is corrupted, instead of a later "double free" error. * [Issue #407](https://github.com/json-c/json-c/issues/407): fix incorrect casts in calls to ctype functions (isdigit and isspace) so we don't crash when asserts are enabled on certain platforms and characters > 128 are parsed. * [Issue #418](https://github.com/json-c/json-c/issues/418): Fix docs for json_util_from_fd and json_util_from_file to say that they return NULL on failures. * [Issue #422](https://github.com/json-c/json-c/issues/422): json_object.c:set errno in json_object_get_double() when called on a json_type_string object with bad content. * [Issue #453](https://github.com/json-c/json-c/issues/453): Fixed misalignment in JSON serialization when JSON_C_TO_STRING_SPACED and JSON_C_TO_STRING_PRETTY are used together. * [Issue #463](https://github.com/json-c/json-c/issues/463): fix newlocale() call to use LC_NUMERIC_MASK instead of LC_NUMERIC, and remove incorrect comment. * [Issue #486](https://github.com/json-c/json-c/issues/486): append a missing ".0" to negative double values to ensure they are serialized as floating point numbers. * [Issue #488](https://github.com/json-c/json-c/issues/488): use JSON_EXPORT on functions so they are properly exported on Windows. * [Issue #539](https://github.com/json-c/json-c/issues/539): use an internal-only serializer function in json_object_new_double_s() to avoid potential conflicts with user code that uses the json_object_userdata_to_json_string serializer. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/json-c | 11 +++++++---- lfs/json-c | 16 +++++++++------- make.sh | 6 +++--- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/common/json-c b/config/rootfiles/common/json-c index 6be4bbe68..58b6916af 100644 --- a/config/rootfiles/common/json-c +++ b/config/rootfiles/common/json-c @@ -1,6 +1,5 @@ #usr/include/json-c #usr/include/json-c/arraylist.h -#usr/include/json-c/bits.h #usr/include/json-c/debug.h #usr/include/json-c/json.h #usr/include/json-c/json_c_version.h @@ -10,12 +9,16 @@ #usr/include/json-c/json_object_iterator.h #usr/include/json-c/json_pointer.h #usr/include/json-c/json_tokener.h +#usr/include/json-c/json_types.h #usr/include/json-c/json_util.h #usr/include/json-c/json_visit.h #usr/include/json-c/linkhash.h #usr/include/json-c/printbuf.h -#usr/lib/libjson-c.la +#usr/lib/cmake/json-c +#usr/lib/cmake/json-c/json-c-config.cmake +#usr/lib/cmake/json-c/json-c-targets-debug.cmake +#usr/lib/cmake/json-c/json-c-targets.cmake #usr/lib/libjson-c.so -usr/lib/libjson-c.so.4 -usr/lib/libjson-c.so.4.0.0 +usr/lib/libjson-c.so.5 +usr/lib/libjson-c.so.5.2.0 #usr/lib/pkgconfig/json-c.pc diff --git a/lfs/json-c b/lfs/json-c index e9be858a6..642afd26a 100644 --- a/lfs/json-c +++ b/lfs/json-c @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.13.1 +VER = 0.16 THISAPP = json-c-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1da310309f9ce03306a9fd4a161670e460cf0b2222348df7c006902390f74a4cf100aab1ce6ac8a361a278dd917c114a278de5b3445817f3a40ae287478add46 +$(DL_FILE)_BLAKE2 = 11457fa39330338c85bfdfb0dd38fc703ad6942e730ba090c9fe017dfb81ef905d7b1bb1c768b9b51f6445a8cf3cf4007d7740be3a9878f8062edc62ba554c66 install : $(TARGET) @@ -73,9 +73,11 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-static - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install + cd $(DIR_APP) && mkdir -pv build + cd $(DIR_APP)/build && cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_STATIC_LIBS=OFF + cd $(DIR_APP)/build && make $(MAKETUNING) + cd $(DIR_APP)/build && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index ae1ebb5af..6488a7738 100755 --- a/make.sh +++ b/make.sh @@ -1178,6 +1178,9 @@ buildipfire() { lfsmake2 expat lfsmake2 libconfig + lfsmake2 curl + lfsmake2 libarchive + lfsmake2 cmake lfsmake2 json-c lfsmake2 tcl lfsmake2 libffi @@ -1208,7 +1211,6 @@ buildipfire() { lfsmake2 libqmi lfsmake2 pam lfsmake2 c-ares - lfsmake2 curl lfsmake2 rust lfsmake2 rust-dissimilar lfsmake2 rust-cfg-if @@ -1325,8 +1327,6 @@ buildipfire() { lfsmake2 libnl-3 lfsmake2 libidn lfsmake2 nasm - lfsmake2 libarchive - lfsmake2 cmake lfsmake2 libjpeg lfsmake2 openjpeg lfsmake2 libexif From patchwork Wed Jan 4 11:51:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6374 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HY15N1z3xlq for ; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HV2Y1MzQS; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HV0tWbz30FL; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HS5Vmsz30FF for ; Wed, 4 Jan 2023 11:51:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HS3pXGz10J; Wed, 4 Jan 2023 11:51:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DsoJIRbQeCdlquKA2uVWYjzK+jq/pSloNCpQhE4jAI4=; b=rYYvzX+aYvKVP8Bt549YlLIDO0ltVrDeyTEzfM+nKX3qqzB4nwILm9pQGi5yymC7EYACtm FzYZ1WKIMM5L1XBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DsoJIRbQeCdlquKA2uVWYjzK+jq/pSloNCpQhE4jAI4=; b=vU4mnP21SG3NR6Cz/jhEVwTPiu/C2p2J7OOWkH4TCOlslobFnrgipt0TJuMxi+OJbqAWns mz+QNPmB/1wJo/nti/rh1OjWUf3foO2nqPCHbW7Yo7pjYxdo4akeCCw672A72ka6g4MHdh uvavOfXQyUatpQE6i89neDlGq1ExDJLw9pQNSjIzuu2ILBFnH8c8oDJXPEQiE2wnsPUKX5 IFAtx2gQY4XubSW2GX8ARVrpviipOt8rspHLE6ah78y4XxgDsknCV/Vdb2CqU6KeUl14dU a+dq+AxEZXMa50/2AgO6jHISDf2D6jIK2lDwvvsTjB3q4ct7v5HuU+FnCnME1A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/29] alsa: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:16 +0100 Message-Id: <20230104115143.5600-2-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/alsa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/alsa b/lfs/alsa index 2e0e7acd0..66e44fc6f 100644 --- a/lfs/alsa +++ b/lfs/alsa @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -37,7 +37,7 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = alsa -PAK_VER = 14 +PAK_VER = 15 DEPS = From patchwork Wed Jan 4 11:51:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6375 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hb1Xx6z3xlq for ; Wed, 4 Jan 2023 11:51:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HV4JBjz14x; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HV2rg2z30Fg; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HT09vdz2ySR for ; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HS5YW1z11Z; Wed, 4 Jan 2023 11:51:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ijscbsiO3vokidseojr0FhFhtUL1NAvBPUmF8fEXT5k=; b=VrGY4QIXYXkErhb+yHkHUeVK4X5h1jigtzKO5UjheED1bWw1xxWjDMbyPEWnkmdQp7usWy Cvsl98MMlLE6pyAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ijscbsiO3vokidseojr0FhFhtUL1NAvBPUmF8fEXT5k=; b=cynq2jVWVk7xmusAUdkAsQY+5ohYuq2vAQ75ikJuRnkvr3lJ4Y8fP5UgufkY3Q+rPQUsJS mmwCZQDofsc1Tohc5hAjLb3aDnER5doxDb7uIvPPS46IurkO/jTfDJbZWFhCy/dSlaVts/ BsE8XAgJ/+/1bxn2llBQU/1B3Yz41NzszdT1pOlInrd4t47E6sF5/nqo9l6e9sYYwAyeRF 7Yg7b+CXLYoJ6h7biK0nXvACpV7tSd7CTMkGGEc+7Cth6L3IoCwOmQz4Grxw9vswULtK5K pMzuFiTh8/K0X5SiC+tsFH/8XdrtRdZIgyTbNq7gYHcQ8U5mICVVllJR15dVxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 03/29] apcupsd: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:17 +0100 Message-Id: <20230104115143.5600-3-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/apcupsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/apcupsd b/lfs/apcupsd index d56162f21..f7c0b245f 100644 --- a/lfs/apcupsd +++ b/lfs/apcupsd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = apcupsd -PAK_VER = 9 +PAK_VER = 10 DEPS = From patchwork Wed Jan 4 11:51:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6377 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hy19lDz3xlq for ; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HW5pV4z17H; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HV562lz30Fs; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HT2SVSz30FF for ; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HT0KnPz12H; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XgloN1YM52PYMeS1hoL9L1O/rPGRQlSZdg+JMaGpG3c=; b=H8eDMTgNDfWHSrJl6i7l6kH4xRb/zeZSJSCpim40goQFQUiwICVTWKWTM8gZAqAo8t0TlP D/TYT+B9O6hT4YDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XgloN1YM52PYMeS1hoL9L1O/rPGRQlSZdg+JMaGpG3c=; b=OCsJoeNyFBpt9PvSU7OJxvu2B/9T4IyFoHrTLX3hFoqU97u4oZAUNzcjpiMCSyh/tlEjhK wGXjbCWYvGHJGvqAkEgRZsWnXYSNpM8gX/awUAO4QVNd6sWJ4illkK9ONmrW29b6eUulfb 0BxSAmM7aA4K5PLOiF28lQrC+ca/OebvGeF40kXNlSNuhzIGOqW66FHgwZfxLLU4EHAFtH M2SD19lU8Q/agZ7eMmhpJjkLzDPQGJfiUBahUHZKm++EH+yoxvScphDdJ6lr8EeZNYc6+y dVJeJN82Bzk+qrzRmLdgRCHaHk4Fy0gRyzq4Y9MCsLi9SknOy89wm+3nyBhE5Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 04/29] avahi: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:18 +0100 Message-Id: <20230104115143.5600-4-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/avahi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/avahi b/lfs/avahi index 17857bfe3..6564e6c38 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = avahi -PAK_VER = 11 +PAK_VER = 12 DEPS = dbus libdaemon From patchwork Wed Jan 4 11:51:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6376 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hh6y5gz3xlq for ; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HW6bBHz1FY; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HW1JJ4z30Fc; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HT438Dz30FR for ; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HT2VD7zQS; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OrFtfPwro6qlhuLYGEECU5t0+T4MU1QILsItx+XNx6I=; b=BEKCPtQ0N6ppo35DRJhNzYLkk7k5zxoOTGxoek7YqRq4uIRtTGszJWU9RHfCYmce3k9mWJ /oe1HUem9qrkb9Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OrFtfPwro6qlhuLYGEECU5t0+T4MU1QILsItx+XNx6I=; b=AYkO7WPUA/U4eX3ZBbSQUJ0Kk2UXtX96fvdbWEdA5EF5JI0L/3trKVR8K830vqc4DtHy/7 U8qtaMcVDLcxCrbGnCj4hWoqdy/ZAgUGJ2hvORczciGk0OCmbJfYpAOL5W0oqrg2JkWrk5 Rf3ndgArq8/J7Rc1b342pE36IYXP/VGCOxvvr4f94pvj7j/j+uZ214IfgFu6tnaFs5XBOH 5XnVGapE6xP0FtZsZINlNQ22dLVuR7vo4YLvP5H0LdJorMuefS/dklv7cH+f4OTiHzznco hxE64LOsYAToVQBXvriXoxjSWMd984LHXABn1maSPvx2CWvVcMKN4R5IfYGSiw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 05/29] aws-cli: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:19 +0100 Message-Id: <20230104115143.5600-5-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/aws-cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/aws-cli b/lfs/aws-cli index a2160732c..b9a6ba571 100644 --- a/lfs/aws-cli +++ b/lfs/aws-cli @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = aws-cli -PAK_VER = 6 +PAK_VER = 7 DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml From patchwork Wed Jan 4 11:51:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6379 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7J13cD4z3xlw for ; Wed, 4 Jan 2023 11:52:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HX6PtRz1h2; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HW5cNRz30F9; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HT6Nhwz30Fj for ; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HT44Hqz104; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UwemicwyRFGsgJ1UmFFNPLsl3HC+NrlULjMRSncWIp0=; b=GHnfYJFtrVccaCtaQ+KNmJrUKDnpSuSVoRRLtcQWq8eWgMcZOnFrx0g7jncpAau5yZM0Ts whqMvzELNfkvbrCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UwemicwyRFGsgJ1UmFFNPLsl3HC+NrlULjMRSncWIp0=; b=tYVnma5bLXzbV0v9eGI3erL7iI0sBFBIUBZMGvIXYSFr2lNe57tMGGfQPFMt89AHrZay5W WDGfQ7M9AkT4KwNpQooEmKN7v6pq84OLPM4aKXdaBd3NpwOlxszbSjsQxNxVhqsmfxqORC adP1TlH8pTQHord7KY8gdXHUY7RhBUbyKIY4PFKd8FXqwnd3SN3FYaCJ8td/DvhPdc2gxn GnWPLru667cHqMobQy4n3LUzyFBQ7Y2gCZl3p7JjuT7tCWWCkhr7sbUrPSn8tZlsTEqrgd BYknZJLyjmDOc2LXf0MuOPLpaVPNh6znC04XjFzHE0AESZcye3xiITPpoUlwow== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/29] c-ares: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:20 +0100 Message-Id: <20230104115143.5600-6-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/c-ares | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/c-ares b/lfs/c-ares index 7871114ec..fbf971bc1 100644 --- a/lfs/c-ares +++ b/lfs/c-ares @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = c-ares -PAK_VER = 1 +PAK_VER = 2 DEPS = From patchwork Wed Jan 4 11:51:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6378 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hz6JC6z3xlq for ; Wed, 4 Jan 2023 11:52:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HX6PZ1z180; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HX0t1dz30FJ; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HV0xd4z30FJ for ; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HT6Dfnz12T; Wed, 4 Jan 2023 11:51:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BD+c90T+3xdKL8L+6e0fOSqnrFdI7e1f8l5/n2Tw4ng=; b=lZnX98oUkk0Hh7MLuEz68rDjmI+1jZmJK65q7ChXrZzWXZJwYPip56l3bLc7g6s0aUNuMI aiZIHeU6xprE5WAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BD+c90T+3xdKL8L+6e0fOSqnrFdI7e1f8l5/n2Tw4ng=; b=ZRRR6dYagAJ7W+s+M7RYd90TyWr43vXWQKenztXLlDpeSkuMoVVzpKIulXfaHQ/6R8p2iw JAf0t/DsoZG1sb79pOFvhT5R1OeyfZmSoHoc9J3cj0O0KGiYG06X65TuCfEzmWNikVSd/v K+limq5d0l0AP/xPf3ULw0UKE0bZt+D8Gher3bFtzyOyP2yVOaUAklcHOQXR08zCOllE13 e9AQVkPNUm8T6DqAiSvVKcA3e1qWJYtdPp6bL9QpzdyT2e7yYwnv+TDmlwui5vFoCVechc AA6ZIODLnjkTGMIR3hWyrVyoPR8osHb4D1tmLF+rtZBd0B03atcZoTu3C8cjoQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/29] clamav: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:21 +0100 Message-Id: <20230104115143.5600-7-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/clamav | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index 1cd15ea27..ade944177 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 63 +PAK_VER = 64 DEPS = From patchwork Wed Jan 4 11:51:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6382 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JC4XL0z42g8 for ; Wed, 4 Jan 2023 11:52:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ2P9lz14f; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HY67c2z30F9; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HV4S4lz30Fp for ; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HV0vSfz123; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+SjrTUobbFIYsPXD1ZP1miAbxSmrZoL5xleIGHIXVcU=; b=m+Vn2kVYrnWl+1y0UTzPsmF2JXhT7T4x0ZbAHQiTS9M2/TXhb8QP3tkQ8RTplEwpP2fo8X 0nwD5BqEACdK9zAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+SjrTUobbFIYsPXD1ZP1miAbxSmrZoL5xleIGHIXVcU=; b=KXYjFvor9KoeaHqbzSZZbdfqZNU25sUGnCtmL8w84aTDkyOlxXkF/C7Q4PrXs007NN8jf4 TgDvF1kOTecmOHFW62MxZ0bPLpHcgZctZUt3jUdN8+YyAsmuQth6NvouS8951Gu4TfH2fX VrzftH2ORzPlxs25HTk46+jdGtY/xJFv4qEy8JZ7zkhVXDPg6sDlpCenxsFsuv1npqrSQW 9gOzIADe8KbUut0C8W7mRSe4BFw01ELDxZr5tJ86yjW/IGViJgSG9WVA1DUdiDlClwsn0s rT4hw6yh4YMEciK4qZ2ZR+YnBJz4jvxhXYxYVUJDDBEa9+P5InvUBWxXXJNfeQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/29] cups: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:22 +0100 Message-Id: <20230104115143.5600-8-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/cups | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cups b/lfs/cups index 71be06311..0b817c7cc 100644 --- a/lfs/cups +++ b/lfs/cups @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 31 +PAK_VER = 32 DEPS = avahi cups-filters dbus ghostscript From patchwork Wed Jan 4 11:51:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6380 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JB2Nwkz3xlq for ; Wed, 4 Jan 2023 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ2lknz10J; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7HZ1jRwz30Fc; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HW6HhBz30Fp for ; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HV3xrsz14f; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fxkQ4DGrNPHVIJ8pxIXpiESs+oNEV+Md9ZE9qDsOvTk=; b=XWy/N1Haa3Go50Ckr0N1A6GHzZwmYgTehAAbxA54SUFP42lyNOpAQQwNB9NVhUPRmbb7Nn EIF8dYwInSPVyVDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fxkQ4DGrNPHVIJ8pxIXpiESs+oNEV+Md9ZE9qDsOvTk=; b=YEPoWknDi8cydEwVzY6FgBIX3jxyppfXqX7wWR+dhhBmfOBkeg/jd3UJGHvzQYUD7PHFz7 E9L9h8sBcIT/qgGtRc1JHu9x7TF60RHsHmTkbxm1Ofck9OVF0HLtZYPKheKa5Lg8u05HpL he9YlkXqeo9jpMYXzgsQXB5HfCfs+srQsMhsP+4qjmD3BzPYx3Rka+m4kJWQUsq4UBavnK pd3WQkVyQjIRlgVa+vTbI+M9fcEX9IaigYg2TEkqSE79AKFOHnpwAPnmX26PFHTil/ipdb aFOAL331EAbaC7n3+YaFoJ/p7Qsatn//HXKNgSQEWe6LLdlpLNwtxjGuKj5/fQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 09/29] cups-filters: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:23 +0100 Message-Id: <20230104115143.5600-9-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/cups-filters | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index e60d9c677..d3b1a9440 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups-filters -PAK_VER = 9 +PAK_VER = 10 DEPS = cups ghostscript From patchwork Wed Jan 4 11:51:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6383 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JD2qRNz3xlq for ; Wed, 4 Jan 2023 11:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hh6NQpz12T; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hc3J8Gz30Fh; Wed, 4 Jan 2023 11:51:56 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HY1Gbqz30Fk for ; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HV6ykDz12H; Wed, 4 Jan 2023 11:51:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1PL8DeGO1v7CnqRDY+03WxDW44vv05bGdL7OyflMhkQ=; b=f4q2PsPw/CUVZXlOrt0G7XVW+IxYAQ5QfLnN0bxzmSUehoXJBsXPGJ5RUBmGzcHZn9Cfan xGHQeYYgn7HvUuDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1PL8DeGO1v7CnqRDY+03WxDW44vv05bGdL7OyflMhkQ=; b=RLgz3nHtPUPO59nTa38+IF9YdiPaopWqkLDH7K9JiVaNGhvVvN5SQpotybTnBI8zGR0mPq uAyujtTioO5Bw+ic/qEDSODVi+F5Jjh1SD7fk02q/jyTXdp13Y3/ZAXm31LKc3JSFw2qSD N6pPh0PyapKQ0IXA+5pQZxOTsmVa2P/HT0fvHrFAL8X3x+a//JSU4RW0d2O8X8iFHq8w2o HYLTymbITJxqaAFhK4+RtyJbfXDB0grhkN0xg/vkvX+N7RJFCROMBPI65PnzMyGQjUU+WK AEdX/6Vg4pXRBRsK2JwHsbUddyoQi2RIZWIzpX15Ahx/vjzO/BDUhyYlYo211A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/29] freeradius: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:24 +0100 Message-Id: <20230104115143.5600-10-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/freeradius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/freeradius b/lfs/freeradius index 0126231d8..1349245f9 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = freeradius -PAK_VER = 15 +PAK_VER = 16 DEPS = libtalloc samba From patchwork Wed Jan 4 11:51:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6381 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JB4DnDz3xlw for ; Wed, 4 Jan 2023 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hd6GZlz11Z; Wed, 4 Jan 2023 11:51:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hb5bGjz30Fl; Wed, 4 Jan 2023 11:51:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HY0dLXz2xbl for ; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HW4Lxcz12T; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iz/Gn1awiSgozFYkMtqJ7u/GSZ3Y35Xu2+dkKhW7img=; b=asD1E4R27/Ui7AAoB9DOTkulijTQUNJsbI6+IG6bwz4j4PHm/BZJz80wQgLEOx8cCmIA3n dSa8ePP4GWVhuTfJCAg2Ab2BIhamtOlrhqyU3cEz+lF7cYCiCMutGS/1hwBsfwNp7NzvoP UiAa8uL0NTkO18MeJ/TaYUvr9kAZpoUWkXsGdpz8N4NOeBETxP/AH4jougaR4b44crzeUx 6EtN57jxjin0dKvesdGz2CU0IlDZa3Dxqz+cESlw/D0H+A36pXmieoYMuXVPZDTVE+Jran FsEn0WcAKiyaBOmVHJZ9v1n6NeXsdYTwGDLUsAsa6b2AuzorgJlEn95LH0Ieaw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iz/Gn1awiSgozFYkMtqJ7u/GSZ3Y35Xu2+dkKhW7img=; b=/8H/bjnWBCkB/U73WkdeTtT4tlXdqDJqMNaR6F/Z8gnbK/+71hgSNMmgHiMblHbcyOFh+S 9HQ6QlllxNLA1DAw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 11/29] frr: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:25 +0100 Message-Id: <20230104115143.5600-11-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/frr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/frr b/lfs/frr index 2cd8abb7e..e1e33fc94 100644 --- a/lfs/frr +++ b/lfs/frr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 4 +PAK_VER = 5 DEPS = elfutils From patchwork Wed Jan 4 11:51:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6386 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jg19d2z3xlq for ; Wed, 4 Jan 2023 11:52:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hy2V5Jz1D1; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hf0pvdz30FJ; Wed, 4 Jan 2023 11:51:58 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HY6pNdz30FJ for ; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HW6LvWz1FG; Wed, 4 Jan 2023 11:51:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q4ASkgnNF8iVGaUGf3DpDbYbgBxuS5YBLIwxhHUGBAo=; b=OwV4yMNuqxtSYsKA7vICV8uSkW1afCUmdEVmsn4o2zaZJVp5T8+pNzbmtueH+pgFuo0uFv BaOWQWPkW6sG6gAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q4ASkgnNF8iVGaUGf3DpDbYbgBxuS5YBLIwxhHUGBAo=; b=QZqUhGFjA4RHPXfSqL6ZYTWSp/TuRlaeeFkUiX4x9vdsnUA25Hn0wLNWCU6y1GKn8BTSO1 oAes0/Yrj395I/34+uul7/ZMfEX6Usl9XIiK8q2yvgV8iYuCWsHPQcC51JWlXOKS/Rq4Ao P5cDL4CCxyffW4Sa50V6i8NBmkvhErJQYtHhzSoTds9KXf/Sm2l/lEbHlYl+obPUUtvG1k GgUIpqsWIvT5BP7ClAwsAwqoG+vvZQNkC2zeSILF5WCXyI/q4QTRDsaCNtoZmh1XlZr35w tQi6PZXLSquYyaysPK6OjgY9aTymuhWti+vixk0ilb3JjA/NHakEYLZvC6qxBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 12/29] ghostscript: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:26 +0100 Message-Id: <20230104115143.5600-12-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/ghostscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ghostscript b/lfs/ghostscript index ce318a572..2191d86cb 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ghostscript -PAK_VER = 11 +PAK_VER = 12 DEPS = cups dbus From patchwork Wed Jan 4 11:51:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6384 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JD6HyQz42gD for ; Wed, 4 Jan 2023 11:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj1nkyz2PY; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hg3wpSz30FK; Wed, 4 Jan 2023 11:51:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ1jWXz30Fg for ; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HX2Yv5z1Pv; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j11b2yK4jePoS3lKwCeCaxMdthN8c8k5DC+FNU3PdYA=; b=+58ohxEAotdwYa1628nz9fM1bVpgMOUHpzED6C2H+Ip8p6MUM+2XdLE7o+BgT9Tenvh5Yl rQGgA68DnjfVt5Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j11b2yK4jePoS3lKwCeCaxMdthN8c8k5DC+FNU3PdYA=; b=gLK1Dut8Mck8WBPrV21wfV7u6Ku2ywZcxG7ojxSouUHMUAt/9sSpTzz9qmtbWHySg8GxZc x5WOa+e14tfI75oWcTD6H/IcTR19IjDuqB4iI9Up3yFX22j5hp+FAnoNmmJqpHNlfvOlRf u8B92Qtg8bUu0GJVjSK6RhlVdwLXOoOdOLPPa8IrFgxzQYJTyjGS/mb6OGwjJwgCp5fey/ hWDuk+y2RUhyVbzWiipA7KsTej4HeOqpP6ZMNaoRivOnWt0lL8P7d0gXQwS5HTPlsVE1FR FjDRQXCyChz5XWZuuxmF9OvbSIFgCBHja8pxvwboa5vog4xEyvwP4Wh1/yqDlQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/29] gnump3d: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:27 +0100 Message-Id: <20230104115143.5600-13-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/gnump3d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gnump3d b/lfs/gnump3d index f2d6ba0f9..3deca8eae 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gnump3d -PAK_VER = 8 +PAK_VER = 9 DEPS = From patchwork Wed Jan 4 11:51:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6385 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JG735mz3xlw for ; Wed, 4 Jan 2023 11:52:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hw32Cjz35q; Wed, 4 Jan 2023 11:52:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hg6j1Wz30FR; Wed, 4 Jan 2023 11:51:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ2qF5z30Ff for ; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HX4XH7z17j; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s8RhYdHFIujbw6uu3RJlrt1bLrfJTV5wxH4rYtU1Ss0=; b=95QUbFVD5WoWv4qmbrGI3Iev1i0HqzsCNt5zwl+mXmctI1fm+zv5ysSZFCtiX233EDgYAa 2Mq0VVY0WZhvLhAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s8RhYdHFIujbw6uu3RJlrt1bLrfJTV5wxH4rYtU1Ss0=; b=bDDHFnw7MTSJWC4Svh+ETaDDklOJ4epMSuITYAOBQL0TY5PwxlulYmbxqiG8szbBHmw+hy rDU6yjKvo+kdA5Ha1vnSQvq7q0aQCzO+hb7OTydgzLW8NiePc8mH7qrjiAshwyd6nIqTnd yzX2dXEG8aFNnLIgexTa7Y4V/iXWxYh6OT3Mot3GcFNpd3LCSydFwcRv7MDiDgbZ3i9KzK w7B1935oiq6XQ0mtpgfOyW6MfS5zqtFg2UaZpJEC8KOcY/YL4pVec+vlqRv1ApHZqnx/YP Ya35ulzXBVs1DGI8hFT0o0PfYs9dqDwClypfjwijZkHssmqLuCB4xoeDZ4tILg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/29] hostapd: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:28 +0100 Message-Id: <20230104115143.5600-14-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/hostapd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index dee60f7d9..a02ff0637 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 60 +PAK_VER = 61 DEPS = From patchwork Wed Jan 4 11:51:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6388 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jj3fXmz3xlq for ; Wed, 4 Jan 2023 11:52:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hz5sddz2RG; Wed, 4 Jan 2023 11:52:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hh2ZXcz30Fj; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ3BW4z2yl8 for ; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HX72SBzch; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hBT/PP0sSLWCLUUFAj6I8xgyy4cTAXa6BLkZLyiMiRo=; b=3H/Ws5IPRx16vGePU5gwJjGUhQNcO02n1gHCFb8FWnJfT71ZcKnw8lkRjBWTplYUIn8K8m 11yk8Gk6IpBAFrBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hBT/PP0sSLWCLUUFAj6I8xgyy4cTAXa6BLkZLyiMiRo=; b=qearz+KhGRYLp7okYt4wAcMhBwQdOVwqA89TkCEvTZsTDWAH/PE7EH7uPGBOP/aK583rSC rrnxU/jmHsS+cbh43bVnfztLJcLeeo9LBzLFz+v459+JZn6rTg3K7Upwr0C5IyFleDAX/H rbUSazuljW8WEIJtK0w+/BqjM5oNFqnD3zJejoqwKZePoUZbmap2mPEMDOJA22175n4J8Q BKapMtZ3shdbIgLh1z+N9TY+yVtpSL6ccP3Tus9sFuoUlQYE96wkcJu90MlzuPNe6d2wLU 4cBVRKoiSn89m+1htr8VRSZd4HpnNB5+EAYviullu4/2P/Bn+fqlCKvN43PnfA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/29] icinga: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:29 +0100 Message-Id: <20230104115143.5600-15-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/icinga | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/icinga b/lfs/icinga index cce8f03fa..705087508 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = icinga -PAK_VER = 7 +PAK_VER = 8 DEPS = nagios-plugins From patchwork Wed Jan 4 11:51:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6390 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jk3PKCz3xlw for ; Wed, 4 Jan 2023 11:52:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J204mtz2Md; Wed, 4 Jan 2023 11:52:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hh5qqLz30Fn; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ6zLPz30F9 for ; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HY2PwMz2N0; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IqWWupjJ1UZ1y5Vhrhf0QhpI5QHDnYmyESm75kcMOdI=; b=oauthKb8bNY5n0qMgB0TNUpCbJikAxqFy5uVCA3YyMV7vbShZvYaXSO5qPQnyCGbBb+eSx 9m64zxqTCEKV6NDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IqWWupjJ1UZ1y5Vhrhf0QhpI5QHDnYmyESm75kcMOdI=; b=bDS2X3cpusxOOYMQHmCKXN/jOBDzt8VGcEX/EGSeqKrnfuW3cL91r+5xtV8QmY4nQP26dm nQq8VzYCB9x1lZxA8I9Wx2g8O0Jlt/TxDdLc08aZ24w5iaRiwNvQstQmeKyOAo1b1hs3JX /S8perPn731eYo8hQmADmGtoJWAXYGIiKzlqhTWjT5dKX/Kff6sMK5pa03Cy9Vdj3IbIT7 c3NVVilnlt0MedhIDd5EMBjxgyrqQjqQAHpJqrl4aW3p/vXuFkelpttXuZCVMMcFKGV5iD tFqp1fAHIrSTOi8j3kJHSOJbYWztwctHMKgyep0ECGuuTM2sV35AmIePEzNrmA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 16/29] keepalived: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:30 +0100 Message-Id: <20230104115143.5600-16-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/keepalived | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/keepalived b/lfs/keepalived index 230e36dc5..93d5e9ea0 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = keepalived -PAK_VER = 12 +PAK_VER = 13 DEPS = From patchwork Wed Jan 4 11:51:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6393 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jt1z5dz3xlq for ; Wed, 4 Jan 2023 11:53:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J42GPdz38X; Wed, 4 Jan 2023 11:52:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hj1H7Fz30GL; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ6zkRz30FF for ; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HY4QJ0z2Nc; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Zwc2BCa2+C1txKIvEZaabkoKabEqpHq82iNEmfQGwls=; b=1K9aY+OVAk6z0AlHJlCGOPXqOvwJl3IseKqC2i9MYQsWn7haKDKtJhT8T+uxlijc0uZvwp ClTew7JiTFgZO3BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Zwc2BCa2+C1txKIvEZaabkoKabEqpHq82iNEmfQGwls=; b=LIYuvCSLtSmitLrX6EtEjL5X2vnjzZnmphFUBx49CoKPsUrm+YojvYTW0P8S2AYuwbFrM4 FzaUO+b9O8WDPugJLIq08YSp8sLqudZhPwweUcFp23KADRosxR5kpns7lCMIOVtoQpncmN XWrqfjNU+4f+mMevyz1CEKVsqdZuIeFNnmnA2e2kacxXRho8vknlaUI7wEZhmcPOjKtHWA l9AjqjlB1R9RL6LcEAVT02WGXAzuX6kFiYKIWNe38WvFOZO2JTVtNECKFeNou/wIin6M81 dUR5/Lk1dGFjNhgs5vI4yuNGj3Uhf+aBts4kw3+UiELNgsaKUCDR01gNDSTjNQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 17/29] libusbredir: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:31 +0100 Message-Id: <20230104115143.5600-17-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/libusbredir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libusbredir b/lfs/libusbredir index 531420ea4..e7934baf3 100644 --- a/lfs/libusbredir +++ b/lfs/libusbredir @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libusbredir -PAK_VER = 3 +PAK_VER = 4 DEPS = From patchwork Wed Jan 4 11:51:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6387 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jh1PSnz3xlw for ; Wed, 4 Jan 2023 11:52:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J05TJmz36n; Wed, 4 Jan 2023 11:52:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hk41VLz30Ff; Wed, 4 Jan 2023 11:52:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hc3NtZz30Fn for ; Wed, 4 Jan 2023 11:51:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HY636hz1GW; Wed, 4 Jan 2023 11:51:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lAV/T0PsZB3D+XWP7r59rsz+PQzkfljauCX4P31lq64=; b=hNdr2mYvkgYHq7uLtjtDp4hVqhPw0gIojEoXGcy9FR1lbSl+0xEjdGhtVRjxbfe9AQMO4v becHaKVvdnHz0jDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lAV/T0PsZB3D+XWP7r59rsz+PQzkfljauCX4P31lq64=; b=lpXuhMgOBpCw5mJddeRddLr5e0BbdOfj6qqwLqBIAo0laqCOBtme68TENdvPrZFcu3Fwvj 8ycGpuWLyahSW/wHWM8keaDhQH/1mEWfvB1BsuO0g3YPH+MDcCPgPzC87p/njaPvTI/qHt eZjQK6DWjwz5gqkJfs7qYdqqFaYOYIjj7TmeqHzTd0/g3BGVZSlP4MZaI/QKIh1f3ML/XJ nAiqjwcOkU2sIWp29a19fyEeq/5RypK6fw9O2DaAplSS/MOD9ujCCLEjsADLPNCFT7Sz4T RqlXr6ovOxwVRXzrZt9woSsBEhWJuTptSJnZXrOJJZLO2i7DGX0et4d431+otQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 18/29] libvirt: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:32 +0100 Message-Id: <20230104115143.5600-18-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index bb7abbb28..6058355ca 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 31 +PAK_VER = 32 DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu From patchwork Wed Jan 4 11:51:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6389 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jj4S73z42g8 for ; Wed, 4 Jan 2023 11:52:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J207Ghz36q; Wed, 4 Jan 2023 11:52:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hm45xBz30GD; Wed, 4 Jan 2023 11:52:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hf0RF6z30F9 for ; Wed, 4 Jan 2023 11:51:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HZ1kwjz35D; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833114; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LhGcHqwt4VWWAsE4riJ+EWg/S9SntOxEqYZUM/rGQZo=; b=DB4hwZwvSPyU2KDXB1n7ZgvXIHNjb100xsTlo3jjul77Ujj+3r4ImYmfioU7dNVR3Qzeyd XHnItrVtqD6sUw6Zw6PIxF26MEjtJ5/M18+yQYULQSkSCsoQtx/kGEn5sCMkZy7m2AVRnr 3/03c5rXqhJd2iRhupJcUx8URIUenlQv4aeo+Df45/9JTXEj0/17SAUZohFUY+chnGTJie Wijx9iJUWA6SEy+3f6BCFDs7da4YoHjcZ3cRqjwBcxIq2lYK+Y9Gem5tTayIxNXkYeZg/t EIIm5RzxMUPEGE0+XlQtBGYE5nJVQSHL2izjQ2/YcD+ds8bY1vAJDvagiu8Xmw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833114; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LhGcHqwt4VWWAsE4riJ+EWg/S9SntOxEqYZUM/rGQZo=; b=UMn3ES85SV7svYQZxL4po4B6/LvVkj0CqEII3HrzrTTC6QwKoTVjusqbRooioUBbQaJuUT crZeAkADX9nmgMDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 19/29] nagios-plugins: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:33 +0100 Message-Id: <20230104115143.5600-19-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/nagios-plugins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nagios-plugins b/lfs/nagios-plugins index 437519599..a02abeec4 100644 --- a/lfs/nagios-plugins +++ b/lfs/nagios-plugins @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios-plugins -PAK_VER = 7 +PAK_VER = 8 DEPS = From patchwork Wed Jan 4 11:51:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6395 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jv1Ldbz42gD for ; Wed, 4 Jan 2023 11:53:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JB25LSzYh; Wed, 4 Jan 2023 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hq0HZ6z30FL; Wed, 4 Jan 2023 11:52:07 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hh6WThz30Fv for ; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HZ3Xz0z35X; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833114; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c28GgL+ci/EtxFBQGDW/HT6J37Hv72gVi5zYL/eJvuo=; b=pm4hN+Nk1eveDAOcvCVExnt7edjl0WwSXa+1WH5MHAYqxeoaPVsKlXdePQsYDT5q5JLNjZ GbFbuQESlwI9Q2DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833114; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c28GgL+ci/EtxFBQGDW/HT6J37Hv72gVi5zYL/eJvuo=; b=OsZ1YSPxjwuobUhGeXO3PHs/GZ0DtJrKQQunwHPKkM4s3EjkQtjTVbqRJnkc7RVM6qGB2q GxAkpdWcqL2M762vDqDaDoEb2h82imesUkAKxFVJYZLCvMBHKtIA68dkv6fhmJNC76xrAG yyujj3QK7PhJcLMiO/PFabFUBs4INUvSEsNa9SE6LBL51HMoNX+7MMhHzr/JPm/LTXeE70 DOzsh7BPE2lLtzvZ1Px6wA7vw5BOS2A2eaMzwcNkWnL3tI/6MSByzUXjW1FJk7Hh+kgy/I rhhMRNt5rqJ1h9MncwAQPmiISv493OrEdkB/4wiMhZj/GzPrO/CmhPZ7in6sSw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 20/29] nmap: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:34 +0100 Message-Id: <20230104115143.5600-20-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/nmap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nmap b/lfs/nmap index 07018039f..52fd077b7 100644 --- a/lfs/nmap +++ b/lfs/nmap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nmap -PAK_VER = 14 +PAK_VER = 15 DEPS = From patchwork Wed Jan 4 11:51:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6392 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Js0M4Lz3xlw for ; Wed, 4 Jan 2023 11:53:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J43vmQz1Pv; Wed, 4 Jan 2023 11:52:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hr5ygTz30GZ; Wed, 4 Jan 2023 11:52:08 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj2JGPz30GR for ; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HZ74NSz35t; Wed, 4 Jan 2023 11:51:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iUDjTVy6amMMbb+OMMHoI+7k7B4rFzB8EIfRud5tGTE=; b=GXbl0QKgJVsrKAnN4hIv9e6GfMJg8QwjyA9/F+1YQ5mhY5CcAVc4xIHfFzAdFy8WX/svM2 9xtiAz1xYaeL/hAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iUDjTVy6amMMbb+OMMHoI+7k7B4rFzB8EIfRud5tGTE=; b=p3gfxyepzQgakIa1DfQ6Sg3OwFUy8+5fxslQrUS6PMuWlDazQiTafV/GkHqzb4CtOryiHN hppjKFtdDoKJLKQTFVqcIY5JDhFwjqBAWr7cO+g3rgJBdbPXO079kLKXYgQ3/8WUPD3kGd nLdbg/xlDKQYeSafD8FO4SURIOu5caWsXxV4qUfU0NR87l6kHbjtVJzUMWl/xorseOxUTu rqK/QOJ8SF832sOfSvweP+Sot7g7E0c/50L8ld0QB0xY7ds+1jeb2KtmoxFszRzRjPkQhv UPdZCjSP3Dle/LWqIDpPf/skG3ZoveuMcPTYyLl/8dMLtijunq+d4zC4RUSONw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 21/29] oci-cli: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:35 +0100 Message-Id: <20230104115143.5600-21-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/oci-cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/oci-cli b/lfs/oci-cli index 24bbd489d..49a7d6661 100644 --- a/lfs/oci-cli +++ b/lfs/oci-cli @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = oci-cli -PAK_VER = 2 +PAK_VER = 3 DEPS = oci-python-sdk python3-arrow python3-jmespath python3-six \ python3-terminaltables From patchwork Wed Jan 4 11:51:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6391 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jr3dB9z3xlq for ; Wed, 4 Jan 2023 11:53:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7J33JRcz38T; Wed, 4 Jan 2023 11:52:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hr27mLz30GS; Wed, 4 Jan 2023 11:52:08 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj2GwBz30GQ for ; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hb27Gjz1ST; Wed, 4 Jan 2023 11:51:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+ZIkIU0VwEiOc1ZbuB8A4thXHDPnVYI04xS2CKl75ZI=; b=GGyMwjC8XYSrCE/dT85KFeqF5L9vYZVBGOtWlrKFKqz7LYy9t7u1nRH8mEYympZ/tawKvn mb3PYoUs/LEveFAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+ZIkIU0VwEiOc1ZbuB8A4thXHDPnVYI04xS2CKl75ZI=; b=F6Hi1JzNYgoRBdOqnsNd2IwwFXBLjFtBK6S7ZsnVb+awmMJ2x3ZRpJQ1hzeg7BM8fkqWK8 WnW0H0jruNkT2TszrT3+NolZkMrEbWy3H0l3CRt88F2Ikz5486PoLN/SqgExsl5ZnyL32o NScCGQ1xjwZL/eK3Pzm98YMb8PBgqgBVVdtEWIcV7E5/EBtDDtiVzcaQ1iM+ufcFdEauer dAVhqFBQlVNiyeItzX06vPS5ZWci6V0p4ZqJMwxHZv7YC/wkCKJcjtYz2w7DmKKa0B9SkG QxMHzyhraQ82BqFqKN8gkZqTN8pZviq2sMPXM//cK8mNCfJpgm86GMgTmh/Oxw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 22/29] oci-python-sdk: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:36 +0100 Message-Id: <20230104115143.5600-22-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/oci-python-sdk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/oci-python-sdk b/lfs/oci-python-sdk index 3f9b768fd..dde759af6 100644 --- a/lfs/oci-python-sdk +++ b/lfs/oci-python-sdk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = oci-python-sdk -PAK_VER = 2 +PAK_VER = 3 DEPS = python3-certifi python3-click python3-circuitbreaker \ python3-cryptography python3-dateutil python3-pytz python3-six From patchwork Wed Jan 4 11:51:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6394 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jt6NfYz42g8 for ; Wed, 4 Jan 2023 11:53:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JB3CJwz1FG; Wed, 4 Jan 2023 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hs2pRLz30GQ; Wed, 4 Jan 2023 11:52:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj293zz30GP for ; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hb66F5z1Wb; Wed, 4 Jan 2023 11:51:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PMEpeR4eIlosWSBKndwp3VxE1Uiltpa4vxUZXkbnSZw=; b=LwAPoFxstd0Vw9PVhh+ZiyRFO+EkW4sfgDcy/4kOZQuWP+VdjiSS2y4L9vyqK7Wt4r1o1u tDMzlhE3jLdeIYDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PMEpeR4eIlosWSBKndwp3VxE1Uiltpa4vxUZXkbnSZw=; b=eH0NpQWkF8E8Jdqs1OyKuVP/DODB4vRA/C5d4yFqjdZRZQ0J29b+/nsbLrmlLowThU+j6Y onTbc30pbVh1dECbbUQd/tsHUo3DWfI+LxTxr68DLXSvpcft8Lpd+JOpIv/W420I++Xqme 57wLX0ileIT+jIrMxtsK0cTjl4QXV/OEPo47s+e+XXNHzT6Wt9CF2rqjuVHKkqUifHYNnf peUmRlbVJkdiFlCAsF8IPXT3uC2A0oBUgdszoydewRpKCipfvYk0b4J4trBs7wYlxuqH1Y PPHI9D1yNzO1FqQwu7KcweJK1/Xbahphw6TDpkH3VLoB2vr6HNjUz1xIJP+7XA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 23/29] pmacct: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:37 +0100 Message-Id: <20230104115143.5600-23-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/pmacct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/pmacct b/lfs/pmacct index 265cd89f6..0f8834b51 100644 --- a/lfs/pmacct +++ b/lfs/pmacct @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2019 IPFire Team # +# Copyright (C) 2019-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pmacct -PAK_VER = 3 +PAK_VER = 4 DEPS = libcdada From patchwork Wed Jan 4 11:51:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6396 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jw1pPZz3xlw for ; Wed, 4 Jan 2023 11:53:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JB4jSwz361; Wed, 4 Jan 2023 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hs6Pqqz30Gg; Wed, 4 Jan 2023 11:52:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj3pBlz2yl8 for ; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hc1p9Xz2Mt; Wed, 4 Jan 2023 11:51:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IFu/hV7U4r/ltrfXN2CDeRqQGdeg0+KmaNm2GJfylSE=; b=wOFHwqUXmghnSJ4+WP4pgTjoW9VpyQYXq6foEmkiXG0VeAOJzFOms1rsm65aoMi4s9zoXv DLUQy2bwg1T6ibDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IFu/hV7U4r/ltrfXN2CDeRqQGdeg0+KmaNm2GJfylSE=; b=bv8yuPVXSPk867O4IwWiAdCpFG/a+mZOsp3sWD0TCD6cgJCauLupIWjUoOHuTABLr8YchX b8qa3IGulz7BtLfrm0ZFBYJr1FVk/DwpGzdQ9GUiwNjaKmvQC1z9rjl6DvqJeNMoEj7AU/ TqcgYNIcPLLuI3Ze8gz8O6OnGR5pT4KvFIrpTHV0MwRjEOqCxhKwZfL+6CX2bKauElwAvy BOPtlu1Xh8+krkYObII5CsUPtDbfNCzzaRHiPjnYNVjMvunkMoBXtz665zANn60/sy1w8v tMWwarrIe3ex+t6GUttrhlaul+IlXJO/+F5iLngWHEaLiQwSknrjT70Q/G8ZjA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 24/29] python3-urllib3: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:38 +0100 Message-Id: <20230104115143.5600-24-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/python3-urllib3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/python3-urllib3 b/lfs/python3-urllib3 index 89647d06b..aa846a383 100644 --- a/lfs/python3-urllib3 +++ b/lfs/python3-urllib3 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-urllib3 -PAK_VER = 4 +PAK_VER = 5 DEPS = From patchwork Wed Jan 4 11:51:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6398 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7KJ4lCPz3xlq for ; Wed, 4 Jan 2023 11:53:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JD16k5z3BD; Wed, 4 Jan 2023 11:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hy4hmhz30FH; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hw41vYz30Gv for ; Wed, 4 Jan 2023 11:52:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hc5Ccjz360; Wed, 4 Jan 2023 11:51:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wxBuiR7tSMMTQQnWVhQZo4CoS4Z4eFEQVnk06uRrOgE=; b=n9PQ0QeS/mOJKLE2vZrwDk2UHYCIpO/gnJwGnFyQeK5O+WTuAaPKPMLr0BUlQI9VCgC2ro F27WfVe2L263O9Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wxBuiR7tSMMTQQnWVhQZo4CoS4Z4eFEQVnk06uRrOgE=; b=HLXZb8VmCfenkDByrRawJKO9FrjmoCWUUiQ79BvIafTutszIvEJh8am4/Yt3SCSf5ZgLRa GRQtK28tbncFfV3wtJn+Z+FIQOzOmq8U/RNjs/3JbrIMEVx4+miyw5bTllkU5Liayj6IH6 f1krjcWk5RGeonf4/wuMtrgVS7UMo+jfBgDVoXQbwrELPEINp2vVQjlVRKRSz2F0qmh8EA Xpbfm8YdtChtwuMe9A3KXp2/TGRNp/t+oNDP789oNfiAZh6rMZpsatLm0f3tY5WiVJCN7/ 3SXp1brTsSjDMe0x6iZwiqU2o2feoCMdaHkuGglQXLk5ol18IWmKKVdUTXV69A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 25/29] qemu: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:39 +0100 Message-Id: <20230104115143.5600-25-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 02f1e7b79..0f581e297 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 36 +PAK_VER = 37 DEPS = alsa libusbredir spice libseccomp From patchwork Wed Jan 4 11:51:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6397 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Jw6GTSz3xlq for ; Wed, 4 Jan 2023 11:53:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JC56n0z3B1; Wed, 4 Jan 2023 11:52:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hy1yjxz30Cq; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hw36KMz30Fr for ; Wed, 4 Jan 2023 11:52:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hd2cMmz368; Wed, 4 Jan 2023 11:51:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833117; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q4dO2wPG+NLBr3f2la5LcakLkF3zE90nLjiB517nDxQ=; b=ZZr3br+ZZukjOv1LLhGvtn8AAPIGlIyjSj9oeOsd+1XUPsZGlRmYxa0vlE/++/sx9Ow+mh 4xFdDLL34C5y0RCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833117; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q4dO2wPG+NLBr3f2la5LcakLkF3zE90nLjiB517nDxQ=; b=p77JCGekyre/NoTJGi/Z6id11exQgJ3TxjckPM0hC1ruoUib2NS9PGKO2V7pEyr/UG4blZ 6igzsZwo5xAgz8VzSElOgEoP5n6zVOwPNGTQXssgleTHl3SPaK0kMyp7MbOiTBZ4CkpJpN P+NULRRwtRSwecao/UCpIKWrIimCxcdRZet7GAvLBTHPYqnUfa7ROmGUhXIGFoGqkAy/dR 9n1UN27uLkuUDGueKz/dLbjX3qGO+VPnDNFfcEO5qUTF3Aid5LCkU8IF/rBRQQrsP2y+oC qeE1BcQV9qHmyVwhC/FzNW2Qk9PiiUExy0hC9MWOvM1yGiV9ShcDk5vni/c/WA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 26/29] samba: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:40 +0100 Message-Id: <20230104115143.5600-26-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/samba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/samba b/lfs/samba index ee1d2be94..efa64d134 100644 --- a/lfs/samba +++ b/lfs/samba @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 89 +PAK_VER = 90 DEPS = avahi cups libtirpc perl-Parse-Yapp perl-JSON From patchwork Wed Jan 4 11:51:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6400 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7KM4Vnrz3xlw for ; Wed, 4 Jan 2023 11:53:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JF1lVdz1GW; Wed, 4 Jan 2023 11:52:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7J02cZ1z30Gy; Wed, 4 Jan 2023 11:52:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hy0j6Bz30GB for ; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hf2pymz36F; Wed, 4 Jan 2023 11:51:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uqv5f7RxQfwyOHPWsFecbed9y7Wp+TPAwWSOnvI8mSM=; b=w49gUMPwpEZ0u6hL/oSnXYGPtjZ+YnQg5N6CvFuHbNHN6ppfDs81TX2YamnylpLwhptwaq hMwUg9RS4UTvOkBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uqv5f7RxQfwyOHPWsFecbed9y7Wp+TPAwWSOnvI8mSM=; b=h6Z0q/BI0rQ3falK7Sc1wB01aMzJysNWVW/R+kgCW6tclYQJQ2jirEMDwtrwxagT6/RUXi i+hfM5FkaXLspvODVK2fr+b2crGoB0DfxUYbbG0MdBwv2kPNYR22zcRQzH/ylxoL8Gu7Nb o3L7E8VSv/e5qWuDSqXfUf20L3PfFm8qdf9OU7iQNaixzSqA+XvHqdM6dQc9ONhBmXbfha vMLSucUOmpetT39mAq722H0kSCW0/TEgl2J6TRcK93B9jTg50EHd/Qw1+pX5sc4dhmgNNs sgsSatCYyB3/bthKq0fI5paF7Nitb6V5lRPtYUXP4Aqfd5gHby4V+yfuis2/Mg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 27/29] tshark: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:41 +0100 Message-Id: <20230104115143.5600-27-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/tshark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/tshark b/lfs/tshark index ee9c06dc4..29b14f873 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares -PAK_VER = 13 +PAK_VER = 14 SERVICES = From patchwork Wed Jan 4 11:51:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6399 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7KL6yBxz3xlq for ; Wed, 4 Jan 2023 11:53:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JD5lsrz38r; Wed, 4 Jan 2023 11:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7J00F5jz30Gl; Wed, 4 Jan 2023 11:52:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hy0hVsz30Fr for ; Wed, 4 Jan 2023 11:52:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hh4mR8z36R; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833120; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HPIlT1JFifYOHi9S3DSfmvDMTRGTV63d1L8bGUfKzes=; b=TothqH6Zrrc/A2JOdNxlfWVuJGFFu3dGAP/WHW510bfgxEZPpfiwvzndvyyzdRoV9BnH5E QOZX9dRrSJfQyoAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833120; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HPIlT1JFifYOHi9S3DSfmvDMTRGTV63d1L8bGUfKzes=; b=VaRrl+3HpxUX6s8pt7ZPeCUUvtW1AZTcThplG9KQ9yEc49+a0pwlnxLnHWe6+1+4wI13sq vPzzvYktlygAahEVvCd8vca4udSokZ5qklugDyLw3gceSG5xUA+At8r045aAV5NuNlsTsF sY9nWFVbkgyhjqdSZXggN1Smr9E93HYpIv7v8/WRV0bM4hqPIedVa7y+56vHts5bDfuoS2 BgaD0HesVBnBYZtab8jQSBMFa/vNuyQpKRc797ygnuem+ZL5nuK4rp4oeZ9papHaJ9SVtS d4scn8Odb8HteZ/4zYVuzBQZ7RveegoINtuLSS3XO4rp/jMIdFmfn4CHvHjtGg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 28/29] vdr: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:42 +0100 Message-Id: <20230104115143.5600-28-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/vdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/vdr b/lfs/vdr index 4156571a4..2fd58ed27 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -39,7 +39,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr -PAK_VER = 14 +PAK_VER = 15 DEPS = vdr_streamdev From patchwork Wed Jan 4 11:51:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6401 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7KM4nXxz42g8 for ; Wed, 4 Jan 2023 11:53:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7JF28bmz3BW; Wed, 4 Jan 2023 11:52:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7J06Cvkz30H4; Wed, 4 Jan 2023 11:52:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Hz0dNpz30Fc for ; Wed, 4 Jan 2023 11:52:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Hh73Zdz12j; Wed, 4 Jan 2023 11:52:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kqHLuDJWSS+aV4cBe3daKnO23/OADHmm4O/Bt3JBtqM=; b=F1JGb+4Vdm84y21oNgw6qz83sLWM/vHRhwvQkXevSkl6Y2paX93AHUBNdewAlFaG3lcJNM 3x7VhraaME/xsXDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kqHLuDJWSS+aV4cBe3daKnO23/OADHmm4O/Bt3JBtqM=; b=OT5x7WldKrXjYduWYEn2VtFkbjVVs+DAFU8cjJq6KEQOlsamopKyytIJ2TwShhiDcejYwi upALp4w1ZZUGxWlBZQz16h2mUXL/+CLs350AjZIXkULgOKNH1AINzij/dBjkuzKw11lMV4 HHTrQqrR9Wf5MaXvY7aHtOP0fIiV6ar7k6zpBx+ZbS6UgewR67hz0IiHyHdT44zO9Z2Vc3 I1rRSMNutR+98DmSs2f/lKE5/IU/zgfMbieDh+sQGc83aDBGhO6f+mVWR9U6pllOIxHrb1 EM7Kp8cn8JKbs9qx1O4buZcMX11BFYEMTkwTgnTw/ZkKC3tZnBIQRXNQsMRR7Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 29/29] vdr_streamdev: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:43 +0100 Message-Id: <20230104115143.5600-29-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/vdr_streamdev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/vdr_streamdev b/lfs/vdr_streamdev index f07e1c2a1..7c9f63246 100644 --- a/lfs/vdr_streamdev +++ b/lfs/vdr_streamdev @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_streamdev -PAK_VER = 6 +PAK_VER = 7 DEPS =