You can subscribe to this list here.
2012 |
Jan
|
Feb
(36) |
Mar
(81) |
Apr
(46) |
May
(58) |
Jun
(44) |
Jul
(40) |
Aug
(216) |
Sep
(79) |
Oct
(51) |
Nov
(30) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
(41) |
Feb
(32) |
Mar
(26) |
Apr
(28) |
May
(26) |
Jun
(25) |
Jul
(26) |
Aug
(22) |
Sep
(31) |
Oct
(51) |
Nov
(16) |
Dec
(30) |
2014 |
Jan
(84) |
Feb
(26) |
Mar
(47) |
Apr
(18) |
May
(19) |
Jun
(32) |
Jul
(84) |
Aug
(71) |
Sep
(38) |
Oct
(32) |
Nov
(32) |
Dec
(46) |
2015 |
Jan
(52) |
Feb
(34) |
Mar
(59) |
Apr
(54) |
May
(31) |
Jun
(38) |
Jul
(45) |
Aug
(30) |
Sep
(67) |
Oct
(58) |
Nov
(61) |
Dec
(64) |
2016 |
Jan
(102) |
Feb
(101) |
Mar
(61) |
Apr
(20) |
May
(40) |
Jun
(31) |
Jul
(40) |
Aug
(32) |
Sep
(38) |
Oct
(74) |
Nov
(13) |
Dec
(34) |
2017 |
Jan
(50) |
Feb
(31) |
Mar
(43) |
Apr
(27) |
May
(53) |
Jun
(38) |
Jul
(73) |
Aug
(37) |
Sep
(31) |
Oct
(73) |
Nov
(43) |
Dec
(32) |
2018 |
Jan
(65) |
Feb
(17) |
Mar
|
Apr
(19) |
May
(38) |
Jun
(69) |
Jul
(40) |
Aug
(47) |
Sep
(77) |
Oct
(58) |
Nov
(45) |
Dec
(70) |
2019 |
Jan
(85) |
Feb
(34) |
Mar
(34) |
Apr
(50) |
May
(31) |
Jun
(45) |
Jul
(27) |
Aug
(111) |
Sep
(43) |
Oct
(62) |
Nov
(33) |
Dec
(37) |
2020 |
Jan
(48) |
Feb
(49) |
Mar
(49) |
Apr
(70) |
May
(77) |
Jun
(48) |
Jul
(49) |
Aug
(56) |
Sep
(51) |
Oct
(127) |
Nov
(89) |
Dec
(81) |
2021 |
Jan
(68) |
Feb
(54) |
Mar
(30) |
Apr
(36) |
May
(38) |
Jun
(40) |
Jul
(18) |
Aug
(26) |
Sep
(6) |
Oct
(22) |
Nov
(6) |
Dec
(24) |
2022 |
Jan
(29) |
Feb
(45) |
Mar
(34) |
Apr
(28) |
May
(14) |
Jun
(12) |
Jul
(6) |
Aug
(4) |
Sep
(22) |
Oct
(24) |
Nov
(1) |
Dec
(13) |
2023 |
Jan
(13) |
Feb
(10) |
Mar
(14) |
Apr
|
May
(38) |
Jun
(14) |
Jul
|
Aug
|
Sep
(3) |
Oct
(14) |
Nov
(3) |
Dec
(14) |
2024 |
Jan
(9) |
Feb
(12) |
Mar
(32) |
Apr
(19) |
May
(12) |
Jun
(7) |
Jul
(3) |
Aug
(6) |
Sep
(1) |
Oct
(5) |
Nov
(5) |
Dec
(9) |
2025 |
Jan
(6) |
Feb
(6) |
Mar
(6) |
Apr
(6) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: kapeka <ka...@us...> - 2024-04-07 16:36:50
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via b4786ca3f5e940cb8dc24eb4efa9485ea1f41117 (commit) from a75d3676c152aa66bf4ac872cca22af8bc62f192 (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 b4786ca3f5e940cb8dc24eb4efa9485ea1f41117 Author: kapeka <ka...@us...> Date: Sun Apr 7 18:34:58 2024 +0200 new package: libunistring Library providing functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. ----------------------------------------------------------------------- Summary of changes: conf/sources.d/libpsl.cfg | 1 + conf/sources.d/libunistring.cfg | 10 +++++ repo/libunistring/buildtool.cfg | 62 +++++++++++++++++++++++++++++ repo/{libpsl => libunistring}/buildtool.mk | 6 ++- repo/libunistring/libunistring-1.2.tar.gz | Bin 0 -> 4469574 bytes 5 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 conf/sources.d/libunistring.cfg create mode 100755 repo/libunistring/buildtool.cfg copy repo/{libpsl => libunistring}/buildtool.mk (84%) create mode 100644 repo/libunistring/libunistring-1.2.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-04-07 16:12:07
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via a75d3676c152aa66bf4ac872cca22af8bc62f192 (commit) from 6e602e4a91162d5e78fcdf34efbbac524ec43e1f (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 a75d3676c152aa66bf4ac872cca22af8bc62f192 Author: kapeka <ka...@us...> Date: Sun Apr 7 18:11:07 2024 +0200 curl: updated to upstream version 8.7.1 ----------------------------------------------------------------------- Summary of changes: repo/curl/buildtool.cfg | 2 +- repo/curl/buildtool.mk | 11 +++++++---- repo/curl/curl-8.6.0.tar.xz | Bin 2630108 -> 0 bytes repo/curl/curl-8.7.1.tar.xz | Bin 0 -> 2707016 bytes 4 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 repo/curl/curl-8.6.0.tar.xz create mode 100644 repo/curl/curl-8.7.1.tar.xz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-04-07 15:59:24
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 6e602e4a91162d5e78fcdf34efbbac524ec43e1f (commit) from 98b67901f4f620e2b5be190114280810b87d1adc (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 6e602e4a91162d5e78fcdf34efbbac524ec43e1f Author: kapeka <ka...@us...> Date: Sun Apr 7 17:58:17 2024 +0200 build improvements for libidn and libpsl ----------------------------------------------------------------------- Summary of changes: repo/libidn/buildtool.mk | 1 + repo/libpsl/buildtool.mk | 2 ++ 2 files changed, 3 insertions(+) hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-04-07 12:09:51
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 98b67901f4f620e2b5be190114280810b87d1adc (commit) from 115ef590d741290fa2486111e471410ebe5d4895 (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 98b67901f4f620e2b5be190114280810b87d1adc Author: kapeka <ka...@us...> Date: Sun Apr 7 14:09:10 2024 +0200 libidn: updated to upstream version 1.42 ----------------------------------------------------------------------- Summary of changes: repo/libidn/buildtool.cfg | 10 +++++----- repo/libidn/libidn-1.41.tar.gz | Bin 2664011 -> 0 bytes repo/libidn/libidn-1.42.tar.gz | Bin 0 -> 2653078 bytes 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 repo/libidn/libidn-1.41.tar.gz create mode 100644 repo/libidn/libidn-1.42.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-04-07 11:50:38
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 115ef590d741290fa2486111e471410ebe5d4895 (commit) from bbf97de2b8840b82a7f03dddcc650edb0acbaf72 (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 115ef590d741290fa2486111e471410ebe5d4895 Author: kapeka <ka...@us...> Date: Sun Apr 7 13:49:49 2024 +0200 dropbear: updated to upstream version 2024.84 ----------------------------------------------------------------------- Summary of changes: repo/dropbear/buildtool.cfg | 2 +- repo/dropbear/dropbear-2022.83.tar.bz2 | Bin 2322904 -> 0 bytes repo/dropbear/dropbear-2024.84.tar.bz2 | Bin 0 -> 2306278 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 repo/dropbear/dropbear-2022.83.tar.bz2 create mode 100644 repo/dropbear/dropbear-2024.84.tar.bz2 hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-04-07 11:47:03
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via bbf97de2b8840b82a7f03dddcc650edb0acbaf72 (commit) via 4bdcf89576698a107e03b9ee4b300b4cc51571f0 (commit) via da13c6199945573a27627ad190cbe80da526f406 (commit) from 03fbf0ead90439405359900ce879084390793768 (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 bbf97de2b8840b82a7f03dddcc650edb0acbaf72 Author: kapeka <ka...@us...> Date: Sun Apr 7 13:45:27 2024 +0200 ixgbe: update (again) to 5.19.9 builds for x86_64 commit 4bdcf89576698a107e03b9ee4b300b4cc51571f0 Author: kapeka <ka...@us...> Date: Sun Apr 7 13:43:22 2024 +0200 disable ixgbe for i486 toolchain commit da13c6199945573a27627ad190cbe80da526f406 Author: kapeka <ka...@us...> Date: Sun Apr 7 13:42:11 2024 +0200 Revert "Revert "ixgbe: fix building with new kernels"" enable ixgbe 5.15.9 again builds for x86_64 where it will be useful This reverts commit 03fbf0ead90439405359900ce879084390793768. ----------------------------------------------------------------------- Summary of changes: repo/ixgbe/buildtool.cfg | 3 +-- repo/ixgbe/buildtool.mk | 3 ++- repo/ixgbe/ixgbe-5.18.6.tar.gz | Bin 526060 -> 0 bytes repo/ixgbe/ixgbe-5.19.9.tar.gz | Bin 0 -> 551207 bytes tools/build_all_archs.sh | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 repo/ixgbe/ixgbe-5.18.6.tar.gz create mode 100644 repo/ixgbe/ixgbe-5.19.9.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-27 16:46:25
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 03fbf0ead90439405359900ce879084390793768 (commit) via b25e62888cdf202ff9dad7a26feba0c915dac7e2 (commit) from f564fbb6d65ae4d0c7f2b8a63a254d07729c8371 (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 03fbf0ead90439405359900ce879084390793768 Author: kapeka <ka...@us...> Date: Tue Mar 26 18:50:49 2024 +0100 Revert "ixgbe: fix building with new kernels" This reverts commit 83708a7b9b4808ced2c5a87c7c1feb8800a1ed20. Fails with current master commit b25e62888cdf202ff9dad7a26feba0c915dac7e2 Author: kapeka <ka...@us...> Date: Tue Mar 26 18:50:03 2024 +0100 Revert "ixgbe: update to 5.19.9" This fails to build with current master This reverts commit 44d858efa5aab6261e5a4a7f9204c2377a758e73. ----------------------------------------------------------------------- Summary of changes: repo/ixgbe/buildtool.cfg | 3 ++- repo/ixgbe/buildtool.mk | 3 +-- repo/ixgbe/ixgbe-5.18.6.tar.gz | Bin 0 -> 526060 bytes repo/ixgbe/ixgbe-5.19.9.tar.gz | Bin 551207 -> 0 bytes 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 repo/ixgbe/ixgbe-5.18.6.tar.gz delete mode 100644 repo/ixgbe/ixgbe-5.19.9.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-24 15:51:21
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via f564fbb6d65ae4d0c7f2b8a63a254d07729c8371 (commit) via 44d858efa5aab6261e5a4a7f9204c2377a758e73 (commit) from 3678a81f5f2f65290a3b2a9b0f1cbf2d94316c32 (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 f564fbb6d65ae4d0c7f2b8a63a254d07729c8371 Author: Andrew Denisenko <ni...@se...> Date: Sun Mar 24 17:50:29 2024 +0200 igb: update to 5.15.6 commit 44d858efa5aab6261e5a4a7f9204c2377a758e73 Author: Andrew Denisenko <ni...@se...> Date: Sun Mar 24 17:45:24 2024 +0200 ixgbe: update to 5.19.9 ----------------------------------------------------------------------- Summary of changes: repo/igb/buildtool.cfg | 9 +-------- repo/igb/buildtool.mk | 2 +- repo/igb/fix_new_kernels_build.patch | 12 ------------ repo/igb/igb-5.13.7.tar.gz | Bin 374944 -> 0 bytes repo/igb/igb-5.15.6.tar.gz | Bin 0 -> 394194 bytes repo/ixgbe/buildtool.cfg | 9 +-------- repo/ixgbe/buildtool.mk | 2 +- repo/ixgbe/ixgbe-5.18.6.tar.gz | Bin 526060 -> 0 bytes repo/ixgbe/ixgbe-5.19.9.tar.gz | Bin 0 -> 551207 bytes 9 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 repo/igb/fix_new_kernels_build.patch delete mode 100644 repo/igb/igb-5.13.7.tar.gz create mode 100644 repo/igb/igb-5.15.6.tar.gz delete mode 100644 repo/ixgbe/ixgbe-5.18.6.tar.gz create mode 100644 repo/ixgbe/ixgbe-5.19.9.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-24 14:45:38
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 3678a81f5f2f65290a3b2a9b0f1cbf2d94316c32 (commit) from 05e3c7149a213c57c48ef77b4d7e75d8048b9d64 (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 3678a81f5f2f65290a3b2a9b0f1cbf2d94316c32 Author: kapeka <ka...@us...> Date: Sun Mar 24 15:43:27 2024 +0100 strongswan: updated to upstream version 5.9.14 disbale curl for now - fails with libpsl requirement - needs more investigation ----------------------------------------------------------------------- Summary of changes: repo/strongswan/buildtool.cfg | 2 +- repo/strongswan/buildtool.mk | 2 +- repo/strongswan/strongswan-5.9.13.tar.bz2 | Bin 4825644 -> 0 bytes repo/strongswan/strongswan-5.9.14.tar.bz2 | Bin 0 -> 4869709 bytes 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 repo/strongswan/strongswan-5.9.13.tar.bz2 create mode 100644 repo/strongswan/strongswan-5.9.14.tar.bz2 hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-24 14:19:25
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 05e3c7149a213c57c48ef77b4d7e75d8048b9d64 (commit) from 73908e14174239d874593880fc838fa715388c6f (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 05e3c7149a213c57c48ef77b4d7e75d8048b9d64 Author: kapeka <ka...@us...> Date: Sun Mar 24 15:18:38 2024 +0100 libell: updated to upstream version 0.63 ----------------------------------------------------------------------- Summary of changes: repo/ell/buildtool.cfg | 4 ++-- repo/ell/ell-0.57.tar.xz | Bin 563996 -> 0 bytes repo/ell/ell-0.63.tar.xz | Bin 0 -> 567344 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 repo/ell/ell-0.57.tar.xz create mode 100644 repo/ell/ell-0.63.tar.xz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-24 12:50:43
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 73908e14174239d874593880fc838fa715388c6f (commit) via 7780a9e6664df92768d2f9e9f5f10238f2d912ab (commit) from a3fd10e8ab7288419502c2b5ef95031af383046a (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 73908e14174239d874593880fc838fa715388c6f Author: kapeka <ka...@us...> Date: Sun Mar 24 13:48:49 2024 +0100 curl: update to upstream version 8.6.0 new package: libpsl required by curl >= 8.6.0 commit 7780a9e6664df92768d2f9e9f5f10238f2d912ab Author: kapeka <ka...@us...> Date: Sat Mar 23 17:46:29 2024 +0100 wireless-regdb: updated to 2024.01.23 ----------------------------------------------------------------------- Summary of changes: conf/sources.d/curl.cfg | 1 + conf/sources.d/libpsl.cfg | 9 +++ repo/curl/buildtool.cfg | 5 +- repo/curl/curl-8.5.0.tar.xz | Bin 2658520 -> 0 bytes repo/curl/curl-8.6.0.tar.xz | Bin 0 -> 2630108 bytes repo/libpsl/buildtool.cfg | 102 ++++++++++++++++++++++++++++ repo/{libffi => libpsl}/buildtool.mk | 11 ++- repo/libpsl/libpsl-0.21.5.tar.lz | Bin 0 -> 2016549 bytes repo/linux/buildtool.cfg | 2 +- repo/linux/wireless-regdb-2022.06.06.tar.xz | Bin 26636 -> 0 bytes repo/linux/wireless-regdb-2024.01.23.tar.xz | Bin 0 -> 27612 bytes 11 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 conf/sources.d/libpsl.cfg delete mode 100644 repo/curl/curl-8.5.0.tar.xz create mode 100644 repo/curl/curl-8.6.0.tar.xz create mode 100755 repo/libpsl/buildtool.cfg copy repo/{libffi => libpsl}/buildtool.mk (73%) create mode 100644 repo/libpsl/libpsl-0.21.5.tar.lz delete mode 100644 repo/linux/wireless-regdb-2022.06.06.tar.xz create mode 100644 repo/linux/wireless-regdb-2024.01.23.tar.xz hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-24 12:41:13
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via a3fd10e8ab7288419502c2b5ef95031af383046a (commit) from 83708a7b9b4808ced2c5a87c7c1feb8800a1ed20 (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 a3fd10e8ab7288419502c2b5ef95031af383046a Author: Andrew Denisenko <ni...@se...> Date: Sun Mar 24 14:40:40 2024 +0200 ppp-hsh: fix filename conflict with ppp-shaper ----------------------------------------------------------------------- Summary of changes: repo/ppp-hsh/buildtool.cfg | 12 ++++++------ repo/ppp-hsh/buildtool.mk | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-24 08:16:13
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 83708a7b9b4808ced2c5a87c7c1feb8800a1ed20 (commit) from 7136866ecedf9f5d781c268a322c1b4180018120 (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 83708a7b9b4808ced2c5a87c7c1feb8800a1ed20 Author: Andrew Denisenko <ni...@se...> Date: Sun Mar 24 10:15:49 2024 +0200 ixgbe: fix building with new kernels ----------------------------------------------------------------------- Summary of changes: repo/ixgbe/buildtool.cfg | 6 ++++++ repo/ixgbe/buildtool.mk | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-23 15:33:59
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 7136866ecedf9f5d781c268a322c1b4180018120 (commit) from 08d748f810a2a2095ed796a71a9af2b64bc710e4 (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 7136866ecedf9f5d781c268a322c1b4180018120 Author: Andrew Denisenko <ni...@se...> Date: Sat Mar 23 17:32:52 2024 +0200 accel-ppp: update to current ----------------------------------------------------------------------- Summary of changes: repo/accel-ppp/accel-ppp-1.12.0-68a5f8a.tar.bz2 | Bin 1683359 -> 0 bytes repo/accel-ppp/accel-ppp-1.12.0-fd46f0d.tar.bz2 | Bin 0 -> 1699914 bytes repo/accel-ppp/buildtool.cfg | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 repo/accel-ppp/accel-ppp-1.12.0-68a5f8a.tar.bz2 create mode 100644 repo/accel-ppp/accel-ppp-1.12.0-fd46f0d.tar.bz2 hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 15:32:23
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 08d748f810a2a2095ed796a71a9af2b64bc710e4 (commit) from ddaeae47d326ba16d7ae51fc7605c913c6996ccc (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 08d748f810a2a2095ed796a71a9af2b64bc710e4 Author: kapeka <ka...@us...> Date: Sat Mar 23 16:31:43 2024 +0100 libusb: updated to upstream version 1.0.27 ----------------------------------------------------------------------- Summary of changes: repo/libusb/buildtool.cfg | 10 +++++----- repo/libusb/libusb-1.0.26.tar.bz2 | Bin 620534 -> 0 bytes repo/libusb/libusb-1.0.27.tar.bz2 | Bin 0 -> 643680 bytes 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 repo/libusb/libusb-1.0.26.tar.bz2 create mode 100644 repo/libusb/libusb-1.0.27.tar.bz2 hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 15:25:58
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via ddaeae47d326ba16d7ae51fc7605c913c6996ccc (commit) from 78f67e2b0a919969afefbb05e9af1d5ef0ea4312 (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 ddaeae47d326ba16d7ae51fc7605c913c6996ccc Author: kapeka <ka...@us...> Date: Sat Mar 23 16:25:27 2024 +0100 kernel x86_64 do not build the in-kernel igb driver ----------------------------------------------------------------------- Summary of changes: repo/linux/Bering-6.1.config-x86_64 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 14:51:04
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 78f67e2b0a919969afefbb05e9af1d5ef0ea4312 (commit) via c2a85afc840683c291298c2c2d6e254fe155b8c9 (commit) from 933d4641c12f9527cf48c3cbe43e4d25ba916934 (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 78f67e2b0a919969afefbb05e9af1d5ef0ea4312 Author: kapeka <ka...@us...> Date: Sat Mar 23 15:49:38 2024 +0100 openssh: updated to upstream version 9.7p1 commit c2a85afc840683c291298c2c2d6e254fe155b8c9 Author: kapeka <ka...@us...> Date: Sat Mar 23 15:48:22 2024 +0100 reenable igb in conf/sources.d/kmodules.cfg ----------------------------------------------------------------------- Summary of changes: conf/sources.d/kmodules.cfg | 2 +- repo/openssh/buildtool.cfg | 2 +- repo/openssh/openssh-9.6p1.tar.gz | Bin 1857862 -> 0 bytes repo/openssh/openssh-9.7p1.tar.gz | Bin 0 -> 1848766 bytes 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 repo/openssh/openssh-9.6p1.tar.gz create mode 100644 repo/openssh/openssh-9.7p1.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 13:36:02
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 933d4641c12f9527cf48c3cbe43e4d25ba916934 (commit) from 83e2f6aa1d770c07ecf3de40595ce7557bcd7569 (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 933d4641c12f9527cf48c3cbe43e4d25ba916934 Author: kapeka <ka...@us...> Date: Sat Mar 23 14:35:21 2024 +0100 openvpn: updated to upstream version 2.6.10 ----------------------------------------------------------------------- Summary of changes: repo/openvpn/buildtool.cfg | 2 +- repo/openvpn/openvpn-2.6.10.tar.gz | Bin 0 -> 1907280 bytes repo/openvpn/openvpn-2.6.8.tar.gz | Bin 1896563 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 repo/openvpn/openvpn-2.6.10.tar.gz delete mode 100644 repo/openvpn/openvpn-2.6.8.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 12:34:27
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 83e2f6aa1d770c07ecf3de40595ce7557bcd7569 (commit) from 73b25ebd774cf2672f52de9a7367918e5e10459d (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 83e2f6aa1d770c07ecf3de40595ce7557bcd7569 Author: kapeka <ka...@us...> Date: Sat Mar 23 13:33:55 2024 +0100 initrd: update version to 7.3.1-beta1 ----------------------------------------------------------------------- Summary of changes: repo/initrd/buildtool.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-23 12:30:21
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 73b25ebd774cf2672f52de9a7367918e5e10459d (commit) from 6cbec7db100ea82c159f2c3aef75f28d80e7a5f4 (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 73b25ebd774cf2672f52de9a7367918e5e10459d Author: kapeka <ka...@us...> Date: Sat Mar 23 13:29:32 2024 +0100 lighttpd: updated to upstream version 1.4.75 ----------------------------------------------------------------------- Summary of changes: repo/lighttpd/0003-conf.patch | 21 ++-- repo/lighttpd/0004-modules.patch | 12 +-- repo/lighttpd/buildtool.cfg | 144 ++++++---------------------- repo/lighttpd/buildtool.mk | 3 + repo/lighttpd/lighttpd-1.4.67.tar.xz | Bin 1039872 -> 0 bytes repo/lighttpd/lighttpd-1.4.75.tar.xz | Bin 0 -> 1102080 bytes repo/lighttpd/lighttpd-ssl.conf | 180 ++++++++++++++--------------------- 7 files changed, 112 insertions(+), 248 deletions(-) delete mode 100644 repo/lighttpd/lighttpd-1.4.67.tar.xz create mode 100644 repo/lighttpd/lighttpd-1.4.75.tar.xz hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-23 09:42:59
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 6cbec7db100ea82c159f2c3aef75f28d80e7a5f4 (commit) from 3e28e29bbb3518174b1e950eae0cc2fb5b6aee87 (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 6cbec7db100ea82c159f2c3aef75f28d80e7a5f4 Author: Andrew Denisenko <ni...@se...> Date: Sat Mar 23 11:41:51 2024 +0200 dnsmasq: fix dependencies, added monit file to package ----------------------------------------------------------------------- Summary of changes: repo/dnsmasq/buildtool.cfg | 31 +++++++++++++++++++++++++++---- repo/dnsmasq/dnsmasq.monit | 4 ++-- 2 files changed, 29 insertions(+), 6 deletions(-) hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-22 18:23:32
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 3e28e29bbb3518174b1e950eae0cc2fb5b6aee87 (commit) via b20d4dbbf51f0b46bddadcbc851e3ea1fd250249 (commit) from 36486e6ca151a1c2fdfff19c1aafb8015034aa7c (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 3e28e29bbb3518174b1e950eae0cc2fb5b6aee87 Author: Andrew Denisenko <ni...@se...> Date: Fri Mar 22 20:23:13 2024 +0200 initrd: added gpg key commit b20d4dbbf51f0b46bddadcbc851e3ea1fd250249 Author: Andrew Denisenko <ni...@se...> Date: Fri Mar 22 20:22:45 2024 +0200 dnsmasq: added monit script (needs testing) ----------------------------------------------------------------------- Summary of changes: repo/dnsmasq/buildtool.cfg | 6 ++++++ repo/dnsmasq/buildtool.mk | 2 ++ repo/dnsmasq/dnsmasq.init | 9 ++++++++- repo/dnsmasq/dnsmasq.monit | 5 +++++ repo/initrd/LEAF_sigkeys.gpg | Bin 8906 -> 11227 bytes 5 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 repo/dnsmasq/dnsmasq.monit hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-19 08:45:56
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 36486e6ca151a1c2fdfff19c1aafb8015034aa7c (commit) via 23ce2db4c027226bec729e9907a20748c5a25ee1 (commit) from f5026e46b3090b4684e60b5ccb1451884fab0919 (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 36486e6ca151a1c2fdfff19c1aafb8015034aa7c Author: Andrew Denisenko <ni...@se...> Date: Tue Mar 19 10:45:24 2024 +0200 elfutils: minor makefile fix commit 23ce2db4c027226bec729e9907a20748c5a25ee1 Author: Andrew Denisenko <ni...@se...> Date: Tue Mar 19 10:44:54 2024 +0200 python: update to 3.10.11, build fixes ----------------------------------------------------------------------- Summary of changes: repo/elfutils/buildtool.mk | 2 +- ...{Python-3.10.8.tar.xz => Python-3.10.11.tar.xz} | Bin 19619508 -> 19640792 bytes repo/python/buildtool.cfg | 2 +- repo/python/buildtool.mk | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename repo/python/{Python-3.10.8.tar.xz => Python-3.10.11.tar.xz} (67%) hooks/post-receive -- Repository for Bering-uClibc. |
From: nitr0man <nit...@us...> - 2024-03-18 18:23:40
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via f5026e46b3090b4684e60b5ccb1451884fab0919 (commit) via 0f0af04305c6a6b54446ea741804b6994860b1ac (commit) from 86ea38e24f5b6a767783db6c6d91675f45402e59 (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 f5026e46b3090b4684e60b5ccb1451884fab0919 Author: Andrew Denisenko <ni...@se...> Date: Mon Mar 18 20:22:28 2024 +0200 igb: update to 5.13.7, add fix for building on new kernels commit 0f0af04305c6a6b54446ea741804b6994860b1ac Author: Andrew Denisenko <ni...@se...> Date: Mon Mar 18 20:12:09 2024 +0200 linux: use mkdir -p in directory creation ----------------------------------------------------------------------- Summary of changes: repo/igb/buildtool.cfg | 9 ++++++++- repo/igb/buildtool.mk | 1 + repo/igb/fix_new_kernels_build.patch | 12 ++++++++++++ repo/igb/igb-5.10.2.tar.gz | Bin 373191 -> 0 bytes repo/igb/igb-5.13.7.tar.gz | Bin 0 -> 374944 bytes repo/linux/buildtool.mk | 2 +- 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 repo/igb/fix_new_kernels_build.patch delete mode 100644 repo/igb/igb-5.10.2.tar.gz create mode 100644 repo/igb/igb-5.13.7.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |
From: kapeka <ka...@us...> - 2024-03-16 16:03:27
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via 86ea38e24f5b6a767783db6c6d91675f45402e59 (commit) from 187e36c3fbcb5c1d2f91562df3620640d7f788e4 (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 86ea38e24f5b6a767783db6c6d91675f45402e59 Author: kapeka <ka...@us...> Date: Sat Mar 16 17:02:42 2024 +0100 openldap: updated to upstream version 2.6.7 ----------------------------------------------------------------------- Summary of changes: repo/openldap/buildtool.cfg | 2 +- repo/openldap/openldap-2.6.6.tgz | Bin 6475109 -> 0 bytes repo/openldap/openldap-2.6.7.tgz | Bin 0 -> 6484944 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 repo/openldap/openldap-2.6.6.tgz create mode 100644 repo/openldap/openldap-2.6.7.tgz hooks/post-receive -- Repository for Bering-uClibc. |