This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 640464433226c235496abfb69bc2d648cd1e1709 (commit) via d7de1fa9e8fea956636585f03f546be1337bfed4 (commit) via ef1a5fc9cd1684e5a924cd6013918f0dff8a1ffb (commit) via d1878532f87c8820748a3b2151b34a858e479274 (commit) via 2fb7e868255fed781d96439aa776dd067a4bb616 (commit) via 462a19b6f8f94f01a12db4667153ed59a7d34ae8 (commit) via 2fc44ff84d6b1016ea3146da33b2e66ccce8ec26 (commit) via 0e3264160e3d97a268207e4479a243399869518f (commit) via 0a300b724ecb9f52a7257fadbde8a01626409856 (commit) via 13e56021b4fcac2e51a6631a50bee4f5f6be38a8 (commit) via 0c58de2952687a525142fd2093733f7d205ba5f7 (commit) via c9d57d87e00e53f88c310d3ec35fbacd6811bbb8 (commit) via d9cd055fa855e6c39533fd2a9e16e2df7692eb7f (commit) from acf4b732a865bbdf67faa52fd5497e2d3181f63b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 640464433226c235496abfb69bc2d648cd1e1709 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:32:55 2021 +0200
libmicrohttpd: Update to 0.9.73
- Update from 0.9.71 to 0.9.73 - Update rootfile - Changelog Sun 25 Apr 2021 14:00:00 MSK Releasing GNU libmicrohttpd 0.9.73. -EG Sat 24 Apr 2021 23:00:00 MSK Fixed build with Clang and Visual Studio. MSVS project files updated. Enabled bind port autodetection with MSVS builds. -EG Fri 23 Apr 2021 14:27:00 MSK Fixed build without TLS lib. Fixed build without system poll() function. Fixed compiler warnings on 32-bit platforms. Fixed various compiler warnings. -EG Thu 22 Apr 2021 12:32:00 MSK Fixed some typos. Force disable TCP_CORK, TCP_NOPUSH, and TCP_NODELAY before switching connection to "upgraded" mode. Improved portability of the test-suite for upgraded connections. -EG Tue 20 Apr 2021 17:11:00 MSK Disabled NLS by default in configure. -EG Mon 19 Apr 2021 18:58:00 MSK Fixed testzzuf/test_put_chanked to correctly use MHD. Added internal error code for TLS errors. Added all missing messages to the .pot file. Detect more types of errors for receiving data and report error description in the MHD log. Added support for ALPN on TLS connections if supported by used TLS library. -EG Sun 18 Apr 2021 20:47:00 MSK Removed dead code. Limited iov-backed responses size to SSIZE_MAX as limited by system calls. Report error message in MHD log for send errors. -EG Sat 17 Apr 2021 18:50:00 MSK Unified upgrade test behavior for all platforms. Some code simplification and unification. Compiler warning (false positive) fixed. -EG Fri 16 Apr 2021 17:58:00 MSK Used run-time value if IOV_MAX if available. Fixed portability of error handling for sending functions. Detect pipes/unix sockets on fly and do not use TCP/IP specific functions with them. Fixed support of UNIX sockets on non-Linux kernels. -EG Fri 16 Apr 2021 10:23:39 AM CEST Detect if a socket is a UNIX domain socket and do not try to play with TCP corking options in this case (avoids useless failed syscalls). -CG Thu 15 Apr 2021 18:56:00 MSK Fixed configure '--enable-sanitizer' parameter. Stopped pushing of partial responses when limited by system maximum size for sendmsg(). -EG Web 14 Apr 2021 22:20:00 MSK Fixed: use sendmsg() in POSIX-compatible way, do not try to send more than IOV_MAX elements per single call. -EG Sun 11 Apr 2021 15:44:00 MSK Updated test TLS certificates to not expired modern versions, restored HTTPS examples compatibility with modern browsers. TCP_NODELAY is not pre-enabled for HTTPS connection as it actually does not speed-up TLS handshakes on moders OSes. -EG Thu 01 Apr 2021 21:29:46 MSK Fixed MD5 digest authorization broken when compiled without variable length arrays support (notably with MSVC). Fixed and muted compiler warning. Deeper test with zzuf if configured with --enable-heavy-tests. Removed run-check of assert() in configure to avoid core dumps. -EG Thu 01 Apr 2021 17:46:00 MSK Added new function MHD_run_wait() useful for single-threaded applications without other network activity. Added tests for the new function. -EG Wed 17 Mar 2021 20:53:33 MSK Re-factored startup log parameters processing. Warn user if wrong logger could be used potentially. Added headers doxy with information about minimal MHD version when particular symbols were introduced. Added new daemon option to indicate SIGPIPE handling by application for daemons being run in application thread. -EG Wed 24 Feb 2021 19:23:00 MSK SIGPIPE-related macro minor refactoring for readability. Added new response iov function (and related framework), based on the patch provided by Lawrence Sebald and Damon N. Earp from NASA. -EG Thu 04 Feb 2021 06:41:34 PM CET Fix PostProcessor to always properly stop iteration when application callback tells it to do so. -CG Sun 24 Jan 2021 21:30:00 MSK Added '--enable-heavy-tests' configure parameter. Minor configure.ac and Makefiles fixes. -EG Tue 19 Jan 2021 17:59:00 MSK Fixed compatibility with autoconf. 2.70 Updated M4 macros. -EG Wed 06 Jan 2021 08:39:58 PM CET Return timeout of zero also for connections awaiting cleanup. -CG Tue 29 Dec 2020 15:39:00 MSK Improved speed of TLS handshake by pre-enabling TCP_NODELAY. -EG Mon 28 Dec 2020 21:36:00 MSK Releasing libmicrohttpd 0.9.72. -EG Mon 28 Dec 2020 09:37:00 MSK Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and MSG_MORE handling. Reduced number of sys-calls, fixed portability for FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris. Removed usage of gnutls_record_cork() as it fully blocks stream until final block is ready. Fixed compatibility with C90 compilers. Really started using sendmsg() for header + body combined single-call response sending. Fixed sending of response body by sendmsg() when it shouldn't be sent, like responses for HEAD requests. Improved error handling for gnutls_record_send(). Updated W32 resources for .DLLs. Fixed building with various disabled features (like messages, HTTPS, http-upgrade, authorization etc.) Fixed possible SIGPIPE generation when sendfile() is used (it was always possible on Linux that sendfile() produce SIGPIPE, now it's fixed). Several compiler warnings muted and/or fixed in the lib code and in the examples. -EG Sun 01 Nov 2020 17:17:00 MSK Fixed conflict with system CPU_COUNT macro. Minor improvements of error reporting in MHD daemon. Fixed FTBFS with GnuTLS versions before 3.1.9 Fixed test_add_conn for multi-CPU machines. Fixed analyzer warnings. Fixed use-after-free and resources leaks for upgraded connections in TLS mode with thread-per-connection. -EG Sun 25 Oct 2020 19:31:00 MSK Fixed epoll mode without listening socket. Minor improvements of thread sync. Fixed broken sendfile on FreeBSD. Fixed broken MHD with thread-pool and without listening socket. Added four tests for MHD_add_connection(). Fixed several resources leaks in error handlers. Re-implemented scheme of handling of externally added connections, fixed thread-safety. -EG Wed 21 Oct 2020 10:00:58 AM CEST Corking should be OFF when sending the footer (#6610). -AP/CG Wed 07 Oct 2020 11:07:00 MSK W32 default target version changed to Vista, XP is still supported. Minor fixes and additional asserts for memorypool. IPv6 tests are not used if IPv6 is disabled at run-time. -EG Sun 27 Sep 2020 10:08:03 PM CEST Fixed incorrect triggering of epoll edge polling for "upgraded" TLS connections. Fixed a few cases where gnutls_record_uncork() return value was still ignored, possibly causing buffer to not be flushed correctly. -CG Sat 26 Sep 2020 08:18:02 PM CEST Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with MHD internal threads. -CG/DE Thu 24 Sep 2020 16:55:00 MSK Fixed compiler warnings on W32. Minor optimisation of MHD_YES/MHD_NO internal usage. Refactor and cleanup of internal debugging macros. Updated HTTP status codes, header names and methods from the registries. Fixed portability of test_upgrade_large. Minor testsuite fixes. Restored parallel build of libmicrohttpd (except tests). -EG Fri 11 Sep 2020 10:08:22 PM CEST Fix crash problem in PostProcessor reported by MD. -CG Fix GnuTLS configure test to check for gnutls_record_uncork. -CG Wed 19 Aug 2020 09:40:39 AM CEST Add logic to check on MHD_pool_reallocate() failure reported on the mailinglist (will NOT yet fix the issue). -CG Sun 26 Jul 2020 01:56:54 PM CEST Add MHD_create_response_from_pipe() to allow creating a response based on data read from a pipe. -CG Fri Jul 10 15:04:51 CEST 2020 Fixed Postprocessor URL-encoded parsing if '%' fell on boundary. -CG/MD Thu 02 Jul 2020 09:56:23 PM CEST Fixed return type of MHD_queue_basic_auth_fail_response. -CA/CG
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d7de1fa9e8fea956636585f03f546be1337bfed4 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:11:15 2021 +0000
core157: Ship libgpg-error
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ef1a5fc9cd1684e5a924cd6013918f0dff8a1ffb Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:32:31 2021 +0200
libgpg-error: Update to 1.42
- Update from 1.41 to 1.42 - Update rootfile - Changelog 2021-03-22 Werner Koch wk@gnupg.org core: Add GPG_ERR_SOURCE_TPM2D. + commit 200bf2ed9d610219cc0b12a91dedb3bfd52d36b7 * src/err-sources.h.in (GPG_ERR_SOURCE_TPM2D): New. 2021-03-05 Werner Koch wk@gnupg.org w32: Allow Unicode paths for the gettext domain. + commit 618ce381f9d70f3a94e87f58f667a6138411018e * src/w32-gettext.c: Remove remaining WindowsCE support (load_domain): Use CreateFileW. 2021-03-04 Werner Koch wk@gnupg.org w32: Minor cleanup of w32-gettext. + commit 3bf1de7b72be8e1d9fa78eb94730772d9cf61c44 * src/w32-gettext.c: Include gpgrt.h instead gpg-error.h. (utf8_to_wchar): Use underscored function. (_gpg_w32_textdomain): Ditto. 2021-02-18 NIIBE Yutaka gniibe@fsij.org build: Support --disable-threads by gen-lock-obj.sh. + commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e59 * configure.ac: Supply --disable-threads to gen-lock-obj.sh. Tighten the condition of using gen-lock-obj.sh for GNU/Linux. * src/gen-lock-obj.sh: Support --disable-threads. 2021-02-16 NIIBE Yutaka gniibe@fsij.org build: Fix gpgrt-config. + commit ed3cd20de8d3eab92dd8fff02bcc214c55d08398 * src/gpgrt-config.in: Remove delimiter variable. build: More fix for determining libdir for gpgrt-config. + commit 28a21addc2e30b0756cdc6774c79f69070df8829 * src/gpg-error.m4: Use CC -print-search-dirs for better support of GNU style cross prefix. 2021-02-15 NIIBE Yutaka gniibe@fsij.org build: Fix the previous change. + commit d7fd25bbfb83cd445bc81aa695b2c6127c22fa59 * src/gpg-error.m4: Fix test condition for GPGRT_CONFIG. Fix behaviour when there is no GPG_ERROR_CONFIG. 2021-02-12 NIIBE Yutaka gniibe@fsij.org build: Improve how to determine $libdir for gpgrt-config. + commit 3cabbad4eec0e5bc6bdaa9f8626578934138adee * src/gpg-error.m4: Fix $gpgrt_libdir handling. 2021-02-09 NIIBE Yutaka gniibe@fsij.org Support cross-compiling on more platforms. + commit 99ae862a96a569724f49a604ebb7d3f6d2c2d374 * src/gen-lock-obj.sh (ECHO_C, ECHO_N): Portability fix.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d1878532f87c8820748a3b2151b34a858e479274 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:32:18 2021 +0200
libexif: Update to 0.6.22
- Update from 0.6.21 (2012) to 0.6.22 (2020) - Update rootfile - Changelog * New translations: ms * Updated translations for most languages * Fixed C89 compatibility * Fixed warnings on recent versions of autoconf * Some useful EXIF 2.3 tag added: * EXIF_TAG_GAMMA * EXIF_TAG_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE * EXIF_TAG_GPS_H_POSITIONING_ERROR * EXIF_TAG_CAMERA_OWNER_NAME * EXIF_TAG_BODY_SERIAL_NUMBER * EXIF_TAG_LENS_SPECIFICATION * EXIF_TAG_LENS_MAKE * EXIF_TAG_LENS_MODEL * EXIF_TAG_LENS_SERIAL_NUMBER * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others. * CVE-2018-20030: Fix for recursion DoS * CVE-2020-13114: Time consumption DoS when parsing canon array markers * CVE-2020-13113: Potential use of uninitialized memory * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes * CVE-2020-0093: read overflow * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs * CVE-2020-12767: fixed division by zero * CVE-2016-6328: fixed integer overflow when parsing maker notes * CVE-2017-7544: fixed buffer overread
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2fb7e868255fed781d96439aa776dd067a4bb616 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:10:35 2021 +0000
core157: Ship libevent2
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 462a19b6f8f94f01a12db4667153ed59a7d34ae8 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:32:06 2021 +0200
libevent2: Update to 2.1.12
- Update from 2.1.11 to 2.1.12 - Update rootfile - Changelog Changes in version 2.1.12-stable (05 Jul 2020) This release contains mostly bug fixes (I decided not to port some features that can be ported even without ABI breakage, if you cannot find feature that you are interested in, please give us a note!) Since 2.1.12 libevent will use github actions as main CI, since it recommends itself better then travis/appveyor (and had been removed from upstream). Look carefully at "slightly touches the behaviour" section. Below you will find some of changes (this list has been cleaned up from the patches that touches only tests and similar): CI: o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) test: o tinytest: support timeout on Windows (794e8f75 yuangongji) o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzhin) fixes: o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khuzhin) o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) o evdns: Add additional validation for values of dns options (c2972453 ayuseleznev) o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) o increase segment refcnt only if evbuffer_add_file_segment() succeeds (30662a3c yuangongji) o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev) o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong) o http: do not assume body for CONNECT (1b42270b Azat Khuzhin) o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin) o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) improvements: o evutil_time: improve evutil_gettimeofday on Windows (a8219143 Nick Grifka) o Support EV_CLOSED on linux for poll(2) (2530e7c6 Azat Khuzhin) o Parse IPv6 scope IDs. (f602211f Philip Homburg) o evutil_time: Implements usleep() using wait funtion on Windows (d42240d1 yuangongji) o evutil_time: detect and use _gmtime64_s()/_gmtime64() (f4a6152c yuangongji) slightly touches the behaviour: o bufferevent: allow setting priority on socket and openssl type (4dd3acdd Nicolas J. Bouliane) o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) o Revert "Warn if forked from the event loop during event_reinit()" (71f5c0d3 Azat Khuzhin) samples: o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) build fixes: o Do not use sysctl.h on linux (it had been deprecated) (d2871a37 Azat Khuzhin) o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne) o Update list of cmake files for autotools dist archive (2016f017 Azat Khuzhin) o LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC_LINK default (640f9cf6 Mario Emmenlauer) o cmake: fix getaddrinfo checking error (dea51c2e yuangongji) o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji) o Do not use shared global structures on CYGWIN (8a9b5655 Azat Khuzhin) o Added uninstall target check to cmakelists (3f1fb1f9 Dimo Markov) o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin) o cmake: improve package config file (1c047618, baec84f2 yuangongji) o Link with iphlpapi only on windows (976f7d34 Azat Khuzhin) o autotools: fails build when need but can not find openssl (93174bb5 yuangongji) o Merge branch 'http-connect' (e2424229 Azat Khuzhin) o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski) o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin) o arc4random: replace sysctl() with getrandom (on linux) (66ec78fd Azat Khuzhin) o Upgrade autoconf (after upgrading minimum required to 2.67) (45da7d9d yuangongji) o eliminate some C4267 warnings in Windows (9e468c77 yuangongji) o autotools: attach doxygen target into all target (5d1e8570 yuangongji) o cmake: attach doxygen target into all target (7a85300a yuangongji) o Change the minimum version of automake to 1.13 and autoconf to 2.67 (fdb8fb66 ygj6) o Add Uninstall.cmake.in into dist archive (877f2355 Azat Khuzhin)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2fc44ff84d6b1016ea3146da33b2e66ccce8ec26 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:10:03 2021 +0000
core157: Ship libedit
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 0e3264160e3d97a268207e4479a243399869518f Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:31:49 2021 +0200
libedit: Update to 20210419-3.1
- Update from 20190324-3.1 to 20210419-3.1 - Update rootfile - Changelog - note source tarbal version uses date not the version-info in the changelog file 2021-04-19 Jess Thrysoee * version-info: 0:65:0 * all: sync with upstream source * src/getline.c,src/sys.h: Provide getline.c implementation if not available Patch by Claes Nästén * src/makelist: Use Posix locale; mainly to get ASCII character classes in e.g. `tr` Patch by Claes Nästén * examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by Solaris 2021-02-16 Jess Thrysoee * version-info: 0:64:0 * all: sync with upstream source 2019-12-31 Jess Thrysoee * version-info: 0:63:0 * configure.ac: Support -ltinfo as split in newer ncurses The newer versions of ncurses support building terminfo routines as a split -ltinfo library. Patch by Michał Górny 2019-12-11 Jess Thrysoee * version-info: 0:62:0 * all: sync with upstream source 2019-10-25 Jess Thrysoee * version-info: 0:61:0 * all: sync with upstream source
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 0a300b724ecb9f52a7257fadbde8a01626409856 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:31:35 2021 +0200
libdvbpsi: Update to 1.3.3
- Update from 1.2.0 to 1.3.3 - Update rootfile - Ran find-dependencies - nothing found - Changelog Changes between 1.3.2 and 1.3.3: * Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number Changes between 1.3.1 and 1.3.2: * Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number * Fix bug in descriptor 0x8a that prevented it from being parsed properly * Fix bug in descriptor 0x56 generation with multiple teletext page entries * Fix bug in descriptor 0x41 correct maximum service count Changes between 1.3.0 and 1.3.1: * Fix bugs in table: EIT * Fix test_dr Changes between 1.2.0 and 1.3.0: * New descriptor: - 0x10 Smoothing Buffer - 0x11 STD descriptor - 0x12 IBP descriptor - 0x1b MPEG-4 video descriptor - 0x1c MPEG-4 audio descriptor * Fix bugs in descriptor: 0x02, 0x0a, 0x45, 0x48, 0x50, 0x56, 0x7c * Fix bugs in table: EIT, NIT * Fix bugs in demux.c * Build with mingw32 * Generate descriptors: 0x83, 0xa1 * Documentation fixes: - tables: NIT - descriptors: 0xa1
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 13e56021b4fcac2e51a6631a50bee4f5f6be38a8 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:09:28 2021 +0000
core157: Ship libcap-ng
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 0c58de2952687a525142fd2093733f7d205ba5f7 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:31:18 2021 +0200
libcap-ng: Update to 0.8.2
- Update from 0.7.9 to 0.8.2 - Update rootfile - Changelog 0.8.2 - In capng_apply, if we blew up in bounding set, allow setting capabilities - If PR_CAP_AMBIENT is not available, do not build libdrop_ambient - Improve last_cap check 0.8.1 - If procfs is not available, leave last_cap as CAP_LAST_CAP - If bounding and ambient not found in status, try prctl method - In capng_apply, move ambient caps to the end of the transaction - In capng_apply, return errors more aggressively. - In capng_apply, if the action includes the bounding set,resync with the kernel - Fix signed/unsigned warning in cap-ng.c - In capng_apply, return a unique error code to diagnose any failure - In capng_have_capability, return 0 for failure - Add the libdrop_ambient admin tool 0.8 - Add vararg support to python bindings for capng_updatev - Add support for ambient capabilities - Add support for V3 filesystem capabilities 0.7.11 - Really clear bounding set if asked in capng_change_id - Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE - Avoid malloc/free in capng_apply (Natanael Copa) - If procfs is not available, get bounding set via prctl - Cleanup some compiler warnings 0.7.10 - Update capng_change_id man page - Add capng_have_permitted_capabilities function - Update filecap to output which set the capabilities are in - Fix filecap to not output an error when a file has no capabilities - Add udplite support to netcap - Fix usage of pthread_atfork (Joe Orton) - Mark processes in child user namespaces with * (Danila Kiver)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c9d57d87e00e53f88c310d3ec35fbacd6811bbb8 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 26 17:08:42 2021 +0000
core157: Ship libarchive
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d9cd055fa855e6c39533fd2a9e16e2df7692eb7f Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Apr 26 14:31:03 2021 +0200
libarchive: Update to 3.5.1
- Update from 3.4.0 to 3.5.1 - Update rootfile - Changelog Libarchive 3.5.1 Released: Dec 26, 2020 Important bugfixes various compilation fixes fixed undefined behavior in a function in warc reader Windows binary uses xz 5.2.5 Libarchive 3.5.0 Released: Dec 1, 2020 New features mtree digest reader support completed support for UTF-8 encoding conversion minor API enhancements support for system extended attributes support for decompression of symbolic links in zipx archives Important bugfixes fixed extraction of archives with hard links pointing to itself fixed writing of cpio archives containing hardlinks without file type fixed rdev field in cpio format for device nodes fixed uninitialized size in rar5_read_data fixed memory leaks in error case of archive_write_open() functions Libarchive 3.4.3 Released: May 20, 2020 New features support for pzstd compressed files support for RHT.security.selinux tar extended attribute Important bugfixes various zstd fixes and improvements child process handling fixes Libarchive 3.4.2 Released: Feb 11, 2020 New features Atomic file extraction support (bsdtar -x --safe-writes) mbed TLS (PolarSSL) support Important bugfixes security fixes in RAR5 reader compression buffer fix in XAR writer fix for uname and gname longer than 32 characters in PAX writer fix segfault when archiving hard links in ISO9660 and XAR writers fix support for extracting 7z archive entries with Delta filter Libarchive 3.4.1 Released: Dec 30, 2019 New features Unicode filename support for reading lha/lzh archives New pax write option "xattrhdr" Important bugfixes security fixes in wide string processing security fixes in RAR5 reader security fixes and optimizations to write filter logic security fix related to use of readlink(2) sparse file handling fixes
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/libarchive | 2 +- config/rootfiles/common/libcap-ng | 17 +++++++------- config/rootfiles/common/libedit | 2 +- config/rootfiles/common/libevent2 | 26 ++++++++++++++++------ config/rootfiles/common/libgpg-error | 2 +- .../{oldcore/104 => core/157}/filelists/libarchive | 0 .../{oldcore/131 => core/157}/filelists/libcap-ng | 0 .../{oldcore/128 => core/157}/filelists/libedit | 0 .../{oldcore/111 => core/157}/filelists/libevent2 | 0 .../106 => core/157}/filelists/libgpg-error | 0 config/rootfiles/packages/libdvbpsi | 11 +++++++-- config/rootfiles/packages/libexif | 12 ++++------ config/rootfiles/packages/libmicrohttpd | 2 +- lfs/libarchive | 4 ++-- lfs/libcap-ng | 4 ++-- lfs/libdvbpsi | 6 ++--- lfs/libedit | 4 ++-- lfs/libevent2 | 4 ++-- lfs/libexif | 8 +++---- lfs/libgpg-error | 4 ++-- lfs/libmicrohttpd | 6 ++--- 21 files changed, 64 insertions(+), 50 deletions(-) copy config/rootfiles/{oldcore/104 => core/157}/filelists/libarchive (100%) copy config/rootfiles/{oldcore/131 => core/157}/filelists/libcap-ng (100%) copy config/rootfiles/{oldcore/128 => core/157}/filelists/libedit (100%) copy config/rootfiles/{oldcore/111 => core/157}/filelists/libevent2 (100%) copy config/rootfiles/{oldcore/106 => core/157}/filelists/libgpg-error (100%)
Difference in files: diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index a4038b13f..5bb4f197a 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -6,7 +6,7 @@ #usr/lib/libarchive.la #usr/lib/libarchive.so usr/lib/libarchive.so.13 -usr/lib/libarchive.so.13.4.0 +usr/lib/libarchive.so.13.5.1 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdcpio.1 diff --git a/config/rootfiles/common/libcap-ng b/config/rootfiles/common/libcap-ng index 5a02dd7d6..2571cd26a 100644 --- a/config/rootfiles/common/libcap-ng +++ b/config/rootfiles/common/libcap-ng @@ -7,23 +7,21 @@ #usr/lib/libcap-ng.so usr/lib/libcap-ng.so.0 usr/lib/libcap-ng.so.0.0.0 +#usr/lib/libdrop_ambient.la +#usr/lib/libdrop_ambient.so +usr/lib/libdrop_ambient.so.0 +usr/lib/libdrop_ambient.so.0.0.0 #usr/lib/pkgconfig/libcap-ng.pc -#usr/lib/python2.7/site-packages/_capng.la -#usr/lib/python2.7/site-packages/_capng.so -#usr/lib/python2.7/site-packages/capng.py -#usr/lib/python2.7/site-packages/capng.pyc -#usr/lib/python2.7/site-packages/capng.pyo -#usr/lib/python3.8/site-packages/_capng.la -#usr/lib/python3.8/site-packages/_capng.so -#usr/lib/python3.8/site-packages/capng.py #usr/share/aclocal/cap-ng.m4 #usr/share/man/man3/capng_apply.3 +#usr/share/man/man3/capng_apply_caps_fd.3 #usr/share/man/man3/capng_capability_to_name.3 #usr/share/man/man3/capng_change_id.3 #usr/share/man/man3/capng_clear.3 #usr/share/man/man3/capng_fill.3 #usr/share/man/man3/capng_get_caps_fd.3 #usr/share/man/man3/capng_get_caps_process.3 +#usr/share/man/man3/capng_get_rootid.3 #usr/share/man/man3/capng_have_capabilities.3 #usr/share/man/man3/capng_have_capability.3 #usr/share/man/man3/capng_lock.3 @@ -32,10 +30,11 @@ usr/lib/libcap-ng.so.0.0.0 #usr/share/man/man3/capng_print_caps_text.3 #usr/share/man/man3/capng_restore_state.3 #usr/share/man/man3/capng_save_state.3 -#usr/share/man/man3/capng_set_caps_fd.3 +#usr/share/man/man3/capng_set_rootid.3 #usr/share/man/man3/capng_setpid.3 #usr/share/man/man3/capng_update.3 #usr/share/man/man3/capng_updatev.3 +#usr/share/man/man7/libdrop_ambient.7 #usr/share/man/man8/captest.8 #usr/share/man/man8/filecap.8 #usr/share/man/man8/netcap.8 diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index c9a20fc01..b0e8cf19c 100644 --- a/config/rootfiles/common/libedit +++ b/config/rootfiles/common/libedit @@ -4,7 +4,7 @@ #usr/lib/libedit.la #usr/lib/libedit.so usr/lib/libedit.so.0 -usr/lib/libedit.so.0.0.60 +usr/lib/libedit.so.0.0.65 #usr/lib/pkgconfig/libedit.pc #usr/share/man/man3/editline.3 #usr/share/man/man3/el_deletestr.3 diff --git a/config/rootfiles/common/libevent2 b/config/rootfiles/common/libevent2 index e5b5730a4..ea374f01f 100644 --- a/config/rootfiles/common/libevent2 +++ b/config/rootfiles/common/libevent2 @@ -1,3 +1,6 @@ +#usr/bin/event_rpcgen.py +#usr/include/evdns.h +#usr/include/event.h #usr/include/event2 #usr/include/event2/buffer.h #usr/include/event2/buffer_compat.h @@ -25,20 +28,29 @@ #usr/include/event2/thread.h #usr/include/event2/util.h #usr/include/event2/visibility.h +#usr/include/evhttp.h +#usr/include/evrpc.h +#usr/include/evutil.h usr/lib/libevent-2.1.so.7 -usr/lib/libevent-2.1.so.7.0.0 +usr/lib/libevent-2.1.so.7.0.1 +#usr/lib/libevent.la +#usr/lib/libevent.so usr/lib/libevent_core-2.1.so.7 -usr/lib/libevent_core-2.1.so.7.0.0 +usr/lib/libevent_core-2.1.so.7.0.1 +#usr/lib/libevent_core.la +#usr/lib/libevent_core.so usr/lib/libevent_extra-2.1.so.7 -usr/lib/libevent_extra-2.1.so.7.0.0 +usr/lib/libevent_extra-2.1.so.7.0.1 +#usr/lib/libevent_extra.la +#usr/lib/libevent_extra.so usr/lib/libevent_openssl-2.1.so.7 -usr/lib/libevent_openssl-2.1.so.7.0.0 +usr/lib/libevent_openssl-2.1.so.7.0.1 #usr/lib/libevent_openssl.la -usr/lib/libevent_openssl.so +#usr/lib/libevent_openssl.so usr/lib/libevent_pthreads-2.1.so.7 -usr/lib/libevent_pthreads-2.1.so.7.0.0 +usr/lib/libevent_pthreads-2.1.so.7.0.1 #usr/lib/libevent_pthreads.la -usr/lib/libevent_pthreads.so +#usr/lib/libevent_pthreads.so #usr/lib/pkgconfig/libevent.pc #usr/lib/pkgconfig/libevent_core.pc #usr/lib/pkgconfig/libevent_extra.pc diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error index 40ad003bc..4784c95ce 100644 --- a/config/rootfiles/common/libgpg-error +++ b/config/rootfiles/common/libgpg-error @@ -7,7 +7,7 @@ usr/bin/gpg-error #usr/lib/libgpg-error.la #usr/lib/libgpg-error.so usr/lib/libgpg-error.so.0 -usr/lib/libgpg-error.so.0.31.1 +usr/lib/libgpg-error.so.0.32.0 #usr/lib/pkgconfig/gpg-error.pc #usr/share/aclocal/gpg-error.m4 #usr/share/aclocal/gpgrt.m4 diff --git a/config/rootfiles/core/157/filelists/libarchive b/config/rootfiles/core/157/filelists/libarchive new file mode 120000 index 000000000..551f1f743 --- /dev/null +++ b/config/rootfiles/core/157/filelists/libarchive @@ -0,0 +1 @@ +../../../common/libarchive \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libcap-ng b/config/rootfiles/core/157/filelists/libcap-ng new file mode 120000 index 000000000..f58b21141 --- /dev/null +++ b/config/rootfiles/core/157/filelists/libcap-ng @@ -0,0 +1 @@ +../../../common/libcap-ng \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libedit b/config/rootfiles/core/157/filelists/libedit new file mode 120000 index 000000000..03fc483da --- /dev/null +++ b/config/rootfiles/core/157/filelists/libedit @@ -0,0 +1 @@ +../../../common/libedit \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libevent2 b/config/rootfiles/core/157/filelists/libevent2 new file mode 120000 index 000000000..42edc99c3 --- /dev/null +++ b/config/rootfiles/core/157/filelists/libevent2 @@ -0,0 +1 @@ +../../../common/libevent2 \ No newline at end of file diff --git a/config/rootfiles/core/157/filelists/libgpg-error b/config/rootfiles/core/157/filelists/libgpg-error new file mode 120000 index 000000000..cad431339 --- /dev/null +++ b/config/rootfiles/core/157/filelists/libgpg-error @@ -0,0 +1 @@ +../../../common/libgpg-error \ No newline at end of file diff --git a/config/rootfiles/packages/libdvbpsi b/config/rootfiles/packages/libdvbpsi index b7b07730e..5fdf15e17 100644 --- a/config/rootfiles/packages/libdvbpsi +++ b/config/rootfiles/packages/libdvbpsi @@ -23,8 +23,13 @@ #usr/include/dvbpsi/dr_0d.h #usr/include/dvbpsi/dr_0e.h #usr/include/dvbpsi/dr_0f.h +#usr/include/dvbpsi/dr_10.h +#usr/include/dvbpsi/dr_11.h +#usr/include/dvbpsi/dr_12.h #usr/include/dvbpsi/dr_13.h #usr/include/dvbpsi/dr_14.h +#usr/include/dvbpsi/dr_1b.h +#usr/include/dvbpsi/dr_1c.h #usr/include/dvbpsi/dr_40.h #usr/include/dvbpsi/dr_41.h #usr/include/dvbpsi/dr_42.h @@ -71,9 +76,11 @@ #usr/include/dvbpsi/sdt.h #usr/include/dvbpsi/sis.h #usr/include/dvbpsi/tot.h +#usr/include/dvbpsi/types +#usr/include/dvbpsi/types/aac_profile.h #usr/lib/libdvbpsi.a #usr/lib/libdvbpsi.la usr/lib/libdvbpsi.so -usr/lib/libdvbpsi.so.9 -usr/lib/libdvbpsi.so.9.0.0 +usr/lib/libdvbpsi.so.10 +usr/lib/libdvbpsi.so.10.0.0 #usr/lib/pkgconfig/libdvbpsi.pc diff --git a/config/rootfiles/packages/libexif b/config/rootfiles/packages/libexif index 9efbc1fd8..985a7af74 100644 --- a/config/rootfiles/packages/libexif +++ b/config/rootfiles/packages/libexif @@ -16,8 +16,8 @@ #usr/lib/libexif.la #usr/lib/libexif.so usr/lib/libexif.so.12 -usr/lib/libexif.so.12.3.3 -usr/lib/pkgconfig/libexif.pc +usr/lib/libexif.so.12.3.4 +#usr/lib/pkgconfig/libexif.pc #usr/share/doc/libexif #usr/share/doc/libexif/ABOUT-NLS #usr/share/doc/libexif/AUTHORS @@ -25,6 +25,7 @@ usr/lib/pkgconfig/libexif.pc #usr/share/doc/libexif/ChangeLog #usr/share/doc/libexif/NEWS #usr/share/doc/libexif/README +#usr/share/doc/libexif/SECURITY.md #usr/share/locale/be/LC_MESSAGES/libexif-12.mo #usr/share/locale/bs #usr/share/locale/bs/LC_MESSAGES @@ -43,19 +44,14 @@ usr/lib/pkgconfig/libexif.pc #usr/share/locale/fr/LC_MESSAGES/libexif-12.mo #usr/share/locale/it/LC_MESSAGES/libexif-12.mo #usr/share/locale/ja/LC_MESSAGES/libexif-12.mo +#usr/share/locale/ms/LC_MESSAGES/libexif-12.mo #usr/share/locale/nl/LC_MESSAGES/libexif-12.mo #usr/share/locale/pl/LC_MESSAGES/libexif-12.mo -#usr/share/locale/pt -#usr/share/locale/pt/LC_MESSAGES #usr/share/locale/pt/LC_MESSAGES/libexif-12.mo #usr/share/locale/pt_BR/LC_MESSAGES/libexif-12.mo #usr/share/locale/ru/LC_MESSAGES/libexif-12.mo #usr/share/locale/sk/LC_MESSAGES/libexif-12.mo -#usr/share/locale/sq -#usr/share/locale/sq/LC_MESSAGES #usr/share/locale/sq/LC_MESSAGES/libexif-12.mo -#usr/share/locale/sr -#usr/share/locale/sr/LC_MESSAGES #usr/share/locale/sr/LC_MESSAGES/libexif-12.mo #usr/share/locale/sv/LC_MESSAGES/libexif-12.mo #usr/share/locale/tr/LC_MESSAGES/libexif-12.mo diff --git a/config/rootfiles/packages/libmicrohttpd b/config/rootfiles/packages/libmicrohttpd index ee7ddf567..62717ed94 100644 --- a/config/rootfiles/packages/libmicrohttpd +++ b/config/rootfiles/packages/libmicrohttpd @@ -2,5 +2,5 @@ #usr/lib/libmicrohttpd.la #usr/lib/libmicrohttpd.so usr/lib/libmicrohttpd.so.12 -usr/lib/libmicrohttpd.so.12.56.0 +usr/lib/libmicrohttpd.so.12.58.0 #usr/lib/pkgconfig/libmicrohttpd.pc diff --git a/lfs/libarchive b/lfs/libarchive index 772398fc7..e78c0be27 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -24,7 +24,7 @@
include Config
-VER = 3.4.0 +VER = 3.5.1
THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6046396255bd7cf6d0f6603a9bda39ac +$(DL_FILE)_MD5 = c96040b75a14c8ba73238c284147e87f
install : $(TARGET)
diff --git a/lfs/libcap-ng b/lfs/libcap-ng index 0cbe3e634..ef9c3e1f2 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -24,7 +24,7 @@
include Config
-VER = 0.7.9 +VER = 0.8.2
THISAPP = libcap-ng-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2398d695508fab9ce33668c53a89b0e9 +$(DL_FILE)_MD5 = faf1ef766cf068ad1aba4008ced665f7
install : $(TARGET)
diff --git a/lfs/libdvbpsi b/lfs/libdvbpsi index 5d7c4ebf4..511303c65 100644 --- a/lfs/libdvbpsi +++ b/lfs/libdvbpsi @@ -24,7 +24,7 @@
include Config
-VER = 1.2.0 +VER = 1.3.3
THISAPP = libdvbpsi-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libdvbpsi -PAK_VER = 2 +PAK_VER = 3
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 69e38e93c4db4f2a58cbd0b6f9f38228 +$(DL_FILE)_MD5 = 9b556ab08bb62a8bec61f5c1649bc9a8
install : $(TARGET)
diff --git a/lfs/libedit b/lfs/libedit index 33bfee183..e03357d7e 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@
include Config
-VER = 20190324-3.1 +VER = 20210419-3.1
THISAPP = libedit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bec755c8044ad84b752dfe49a0b371d8 +$(DL_FILE)_MD5 = e288b8fe53bf0d096fb13847d4e0f640
install : $(TARGET)
diff --git a/lfs/libevent2 b/lfs/libevent2 index 9976d5fde..c7969f4f7 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -24,7 +24,7 @@
include Config
-VER = 2.1.11-stable +VER = 2.1.12-stable
THISAPP = libevent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7f35cfe69b82d879111ec0d7b7b1c531 +$(DL_FILE)_MD5 = b5333f021f880fe76490d8a799cd79f4
install : $(TARGET)
diff --git a/lfs/libexif b/lfs/libexif index 9b3f40f49..49d401d85 100644 --- a/lfs/libexif +++ b/lfs/libexif @@ -24,15 +24,15 @@
include Config
-VER = 0.6.21 +VER = 0.6.22
THISAPP = libexif-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libexif -PAK_VER = 1 +PAK_VER = 2
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 27339b89850f28c8f1c237f233e05b27 +$(DL_FILE)_MD5 = 1070601438443fdd5b8635565693cf99
install : $(TARGET)
diff --git a/lfs/libgpg-error b/lfs/libgpg-error index 05fb715d0..a0c1e164c 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -24,7 +24,7 @@
include Config
-VER = 1.41 +VER = 1.42
THISAPP = libgpg-error-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 36e9e7e6fffefac1eae5a1a49f14ac4f +$(DL_FILE)_MD5 = 133fed221ba8f63f5842858a1ff67cb3
install : $(TARGET)
diff --git a/lfs/libmicrohttpd b/lfs/libmicrohttpd index 9e06fbf42..8c1cecd89 100644 --- a/lfs/libmicrohttpd +++ b/lfs/libmicrohttpd @@ -24,7 +24,7 @@
include Config
-VER = 0.9.71 +VER = 0.9.73
THISAPP = libmicrohttpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmicrohttpd -PAK_VER = 2 +PAK_VER = 3
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c7e230e9b899282b43d9a9faa41e893d +$(DL_FILE)_MD5 = 2b15949b1633e4fa487e08cdcc97f0e3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree