upg audit libxml2 linux-lts

This commit is contained in:
joborun linux 2024-01-17 20:39:43 +02:00
parent d8f00c517c
commit 20ce63d3f6
12 changed files with 234 additions and 83 deletions

View File

@ -8,19 +8,16 @@
pkgbase=audit
_name=audit-userspace
pkgname=('audit' 'python-audit')
pkgver=3.1.2
pkgver=4.0
pkgrel=01
pkgdesc="Userspace components of the audit framework w/o systemd"
url='https://people.redhat.com/sgrubb/audit'
makedepends=(glibc krb5 libcap-ng libldap swig linux-api-headers python)
makedepends=(apparmor glibc krb5 libcap-ng libldap linux-api-headers python swig)
options=(emptydirs)
#options=(emptydirs debug) # comment above options uncomment this to have debug packages produced
source=(#$url/$pkgname-$pkgver.tar.gz
# $pkgbase-userspace-$pkgver.tar.gz::https://github.com/linux-audit/audit-userspace/archive/refs/tags/v$pkgver.tar.gz
https://github.com/linux-audit/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
$pkgbase-3.0.8-config_paths.patch)
# $pkgbase-3.0.9-flex_array_workaround.patch
# $pkgbase-3.0.9-undo_flex_array_workaround.patch)
source=( https://github.com/linux-audit/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
$pkgbase.tmpfiles)
# $pkgbase-4.0-executable_paths.patch) # systemd patch ... irrelevant
_pick() {
local p="$1" f d; shift
@ -33,8 +30,8 @@ _pick() {
}
prepare() {
# replace the use of /sbin with /usr/bin in configs
patch -Np1 -d $_name-$pkgver -i ../$pkgbase-3.0.8-config_paths.patch
# use /usr and /bin merge compatible paths in configs and systemd services
# patch -Np1 -d $pkgbase-userspace-$pkgver -i ../$pkgbase-4.0-executable_paths.patch
cd $_name-$pkgver
autoreconf -fiv
@ -45,12 +42,13 @@ build() {
--prefix=/usr
--sbindir=/usr/bin
--sysconfdir=/etc
--libexecdir=/usr/lib/audit
--enable-zos-remote
--enable-gssapi-krb5=yes
--disable-systemd
--enable-systemd=no
--enable-zos-remote
--libexecdir=/usr/lib/audit
--with-apparmor=yes
--with-io_uring=yes
--with-libcap-ng=yes
--with-python=no
--with-python3=yes
)
@ -59,11 +57,13 @@ build() {
# prevent excessive overlinking due to libtool
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
package_audit() {
depends=(glibc krb5 libkrb5.so libgssapi_krb5.so libcap-ng libcap-ng.so)
optdepends=('libldap: for audispd-zos-remote'
'sh: for augenrules')
provides=(libaudit.so libauparse.so)
backup=(
etc/libaudit.conf
@ -80,13 +80,24 @@ package_audit() {
make DESTDIR="$pkgdir" install -C $_name-$pkgver
# add log dir
install -vdm 700 "$pkgdir/var/log/$pkgname/"
install -vdm 755 "$pkgdir/var/log/$pkgname/"
# add rules.d dir to satisfy augenrules
install -vdm 755 "$pkgdir/etc/audit/rules.d/"
# add config dir for audisp
install -vdm 755 "$pkgdir/etc/audisp"
# add factory files
install -vdm 755 "$pkgdir/usr/share/factory/"
cp -av "$pkgdir/etc" "$pkgdir/usr/share/factory/"
# add tmpfiles.d integration for factory files and file permissions
install -vDm 644 $pkgbase.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/$pkgbase.conf"
# remove legacy files
rm -frv "$pkgdir/usr/lib/audit"
# remove systemd crap that is still pushed by upstream even when you configure disable system
rm -frv $pkgdir/usr/lib/systemd
(
cd "$pkgdir"
_pick python-audit usr/lib/python*
@ -94,8 +105,9 @@ package_audit() {
}
package_python-audit() {
depends=(audit libaudit.so libauparse.so glibc python)
pkgdesc+=' (python bindings)'
depends=(audit libaudit.so libauparse.so glibc python)
mv -v $pkgname/* "$pkgdir"
}
@ -106,9 +118,8 @@ arch=(x86_64)
license=(GPL-2.0-or-later LGPL-2.0-or-later)
sha256sums=(4516dbfd1bea0eea10a30f907e50f17087673a536ec6322a2a568dff4ebe50f4 # audit-userspace-v3.1.2.tar.gz
c3647e09d1a973595d8e43e373b8644dfb7131328c7fb3e229593af02c72ca42) # audit-3.0.8-config_paths.patch
## 7f06a1444a57596593e21d027a8651cc3f5d5b71e7a6d7675cfd12e70bf9b3d8 audit-3.1.2-01-x86_64.pkg.tar.lz
## 707e39f2b7aed158324865097a3ab1d8a6d8807277815ca5fc852810e1defcd3 python-audit-3.1.2-01-x86_64.pkg.tar.lz
sha256sums=(992a6c6c7f300327dc70e863f7ed282f26fd488780834c28aa11bfba52403b12 # audit-userspace-v4.0.tar.gz
0ed3ff18f966f57e62d181705cad44ec0873a50d151dad46ca18a82edaa5589c) # audit.tmpfiles
## c3220bbad0d3ba7716a372307a1f9393d12dd09d616ea9fb5fa84c4943d63426 audit-4.0-01-x86_64.pkg.tar.lz
## eb9d15562cea0f1d78a2e15bbfff7da75443c26c49ed946b27b0fe49650a9f67 python-audit-4.0-01-x86_64.pkg.tar.lz

View File

@ -13,7 +13,7 @@ pkgname=(
audit
python-audit
)
pkgver=3.1.2
pkgver=4.0
pkgrel=1
pkgdesc='Userspace components of the audit framework'
url='https://people.redhat.com/sgrubb/audit'
@ -23,6 +23,7 @@ license=(
LGPL-2.0-or-later
)
makedepends=(
apparmor
glibc
krb5
libcap-ng
@ -34,12 +35,15 @@ makedepends=(
options=(emptydirs)
source=(
https://github.com/linux-audit/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
$pkgbase-3.0.8-config_paths.patch
$pkgbase.tmpfiles
$pkgbase-4.0-executable_paths.patch
)
sha512sums=('d5b05686aedd6eaaced000778580bd3e96e38c020534038d6b1ee6de96dd7687c2f3a52a2ae75be8b93c173b286a56dbc92231906c68fda79b113dfcaad6da84'
'bc699123f810abcf9300728bf61d7fcfcc83677b75fbeb713fb24cc11b2f9edf687661aab70766acde7c3c41c6a62f8e0a54cdfb49d1c7ce2246b67fbe3feec5')
b2sums=('85dd8b399f608dcf51ee2fbe6c99b35802f373e033d9d27e464aa4d98c4c0b4d190b932a2f19a047f18904261bb5e9ec7947be31effad80707b458481808ffcd'
'50be1b4f76ace20d8d14b4c57a9bb69daa3da35fd654aca8730bc287682fe38f1c1917b37469fb087daf9f309ffc15cca15f54166ece0a055f540c2604778fc6')
sha512sums=('f001e3f466e012dc9c41e8aefd19ffac0db73c8510cd20467e2eb78dcf7a0fdde64279ec2ff0c370ecba692cda2ae228543b8e7ecdae06863ef37f6fa3a7c7c3'
'1750741755f58d0ae19ed2c30e136d05560dc12ec613a502bad12f47c6b70432d30b3a16f3f1574c8433ad2701428d1c1d567a4d3b55be19abac300310c831d9'
'5c1b524bf86234eac690cbe073e5b5459d3f74ec58ef57d50250261b0b1ca4656f295f410bf0727242ed852e725e6acd4438a4a02993c21a6fc80c132eb745b1')
b2sums=('c8ab1b241134dfc16f4a440358203b095b376a5f2042c6434a22d4127b3ae0751759b2f457bab50b81969368daa218bedbcd4cce815aec5fe6d13a62e9363d57'
'549ebbbc9e43277d44d0dc5bfd8ca2926628322d898479171b2707dd004968d036ef792b442548af90ad56dea868a72c88b5cf3bb93ea70cb8bbed82747ad9b5'
'36e9c74eeccda534a019f780d7aa5337fc24118129c2766203a8bb028a81ba2bdf057cbc78194bcaeeda28c7ae9ef4ef8bb9cd34a37e47655a4ed2b64381935d')
_pick() {
local p="$1" f d; shift
@ -52,8 +56,8 @@ _pick() {
}
prepare() {
# replace the use of /sbin with /usr/bin in configs
patch -Np1 -d $pkgbase-userspace-$pkgver -i ../$pkgbase-3.0.8-config_paths.patch
# use /usr and /bin merge compatible paths in configs and services
patch -Np1 -d $pkgbase-userspace-$pkgver -i ../$pkgbase-4.0-executable_paths.patch
cd $_name-$pkgver
autoreconf -fiv
@ -61,16 +65,16 @@ prepare() {
build() {
local configure_options=(
--enable-gssapi-krb5=yes
--enable-systemd=yes
--enable-zos-remote
--libexecdir=/usr/lib/audit
--prefix=/usr
--sbindir=/usr/bin
--sysconfdir=/etc
--libexecdir=/usr/lib/audit
--enable-zos-remote
--enable-gssapi-krb5=yes
--enable-systemd=yes
--with-apparmor=yes
--with-io_uring=yes
--with-libcap-ng=yes
--with-python=no
--with-python3=yes
)
@ -109,10 +113,21 @@ package_audit() {
make DESTDIR="$pkgdir" install -C $_name-$pkgver
install -vDm 644 $_name-$pkgver/{{README,SECURITY}.md,ChangeLog} -t "$pkgdir/usr/share/doc/$pkgname/"
# add log dir
install -vdm 700 "$pkgdir/var/log/$pkgname/"
install -vdm 755 "$pkgdir/var/log/$pkgname/"
# add rules.d dir to satisfy augenrules
install -vdm 755 "$pkgdir/etc/audit/rules.d/"
# add config dir for audisp
install -vdm 755 "$pkgdir/etc/audisp"
# add factory files
install -vdm 755 "$pkgdir/usr/share/factory/"
cp -av "$pkgdir/etc" "$pkgdir/usr/share/factory/"
# add tmpfiles.d integration for factory files and file permissions
install -vDm 644 $pkgbase.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/$pkgbase.conf"
# remove legacy files
rm -frv "$pkgdir/usr/lib/audit"

View File

@ -0,0 +1,105 @@
diff --git i/audisp/plugins/af_unix/af_unix.conf w/audisp/plugins/af_unix/af_unix.conf
index 081dcb67..df995a65 100644
--- i/audisp/plugins/af_unix/af_unix.conf
+++ w/audisp/plugins/af_unix/af_unix.conf
@@ -6,7 +6,7 @@
active = no
direction = out
-path = /sbin/audisp-af_unix
+path = /usr/bin/audisp-af_unix
type = always
-args = 0640 /var/run/audispd_events
+args = 0640 /run/audispd_events
format = string
diff --git i/audisp/plugins/ids/audisp-ids.conf w/audisp/plugins/ids/audisp-ids.conf
index ce5521c4..2d509025 100644
--- i/audisp/plugins/ids/audisp-ids.conf
+++ w/audisp/plugins/ids/audisp-ids.conf
@@ -3,7 +3,7 @@
active = no
direction = out
-path = /usr/sbin/audisp-ids
+path = /usr/bin/audisp-ids
type = always
args = 1
format = string
diff --git i/audisp/plugins/remote/au-remote.conf w/audisp/plugins/remote/au-remote.conf
index d75e6b64..73814875 100644
--- i/audisp/plugins/remote/au-remote.conf
+++ w/audisp/plugins/remote/au-remote.conf
@@ -5,7 +5,7 @@
active = no
direction = out
-path = /sbin/audisp-remote
+path = /usr/bin/audisp-remote
type = always
#args =
format = string
diff --git i/audisp/plugins/statsd/au-statsd.conf w/audisp/plugins/statsd/au-statsd.conf
index a1fd4be3..3aa2174d 100644
--- i/audisp/plugins/statsd/au-statsd.conf
+++ w/audisp/plugins/statsd/au-statsd.conf
@@ -3,7 +3,7 @@
active = no
direction = out
-path = /sbin/audisp-statsd
+path = /usr/bin/audisp-statsd
type = always
# args =
format = string
diff --git i/audisp/plugins/syslog/syslog.conf w/audisp/plugins/syslog/syslog.conf
index e8aebdfe..ab12489b 100644
--- i/audisp/plugins/syslog/syslog.conf
+++ w/audisp/plugins/syslog/syslog.conf
@@ -8,7 +8,7 @@
active = no
direction = out
-path = /sbin/audisp-syslog
+path = /usr/bin/audisp-syslog
type = always
args = LOG_INFO
format = string
diff --git i/audisp/plugins/zos-remote/audispd-zos-remote.conf w/audisp/plugins/zos-remote/audispd-zos-remote.conf
index f1c0bbda..c53cd83d 100644
--- i/audisp/plugins/zos-remote/audispd-zos-remote.conf
+++ w/audisp/plugins/zos-remote/audispd-zos-remote.conf
@@ -8,7 +8,7 @@
active = no
direction = out
-path = /sbin/audispd-zos-remote
+path = /usr/bin/audispd-zos-remote
type = always
args = /etc/audit/zos-remote.conf
format = string
diff --git i/init.d/audit-rules.service w/init.d/audit-rules.service
index a891ba12..c40ab369 100644
--- i/init.d/audit-rules.service
+++ w/init.d/audit-rules.service
@@ -11,7 +11,7 @@ Documentation=man:auditctl(8) https://github.com/linux-audit/audit-documentation
[Service]
Type=oneshot
-ExecStart=/sbin/augenrules --load
+ExecStart=/usr/bin/augenrules --load
# By default we don't clear the rules on exit. To enable this, uncomment the
# next line after copying the file to /etc/systemd/system/audit-rules.service
diff --git i/init.d/auditd.service w/init.d/auditd.service
index 1833d84a..02a25344 100644
--- i/init.d/auditd.service
+++ w/init.d/auditd.service
@@ -21,7 +21,7 @@ Documentation=man:auditd(8) https://github.com/linux-audit/audit-documentation
[Service]
Type=forking
PIDFile=/run/auditd.pid
-ExecStart=/sbin/auditd
+ExecStart=/usr/bin/auditd
Restart=on-failure
# Do not restart for intentional exits. See EXIT CODES section in auditd(8).
RestartPreventExitStatus=2 4 6

16
audit/audit.tmpfiles Normal file
View File

@ -0,0 +1,16 @@
# create configuration files and directories from factory defaults if they do not exist
C /etc/audit/ - - - - /usr/share/factory/etc/audit/
C /etc/audisp/ - - - - /usr/share/factory/etc/audisp/
C /etc/libaudit.conf - - - - /usr/share/factory/etc/libaudit.conf
# ensure permissions for configuration files and directories are set
z /etc/audisp 755 root root - -
z /etc/audit 755 root root - -
z /etc/audit/audisp-remote.conf 640 root root - -
z /etc/audit/plugins.d 750 root root - -
z /etc/audit/plugins.d/*.conf 640 root root - -
z /etc/libaudit.conf 640 root root - -
# ensure log directory exists
d /var/log/audit 755 root root - -
z /var/log/audit 755 root root - -

View File

@ -2,5 +2,6 @@ swig
python
autoconf
automake
apparmor

View File

@ -8,7 +8,7 @@
#pkgbase=libxml2
#pkgname=(libxml2 libxml2-docs)
pkgname=libxml2
pkgver=2.12.3
pkgver=2.12.4
pkgrel=01
# mixup between jobcore and staging 4/22 rebuild on jobcore used staging PKGBUILD-arch
# so staging pkgrel is bumped up one to distinguish from jobcore's build
@ -19,7 +19,7 @@ makedepends=(python git)
optdepends=('python: Python bindings')
provides=(libxml2.so)
#options=(debug) ## uncomment this to have the debug pkg produced
_commit=30d22bec03893ad646907050959bdfe9e8000146 # tags/v2.12.3^0
_commit=8292f361458fcffe0bff515a385be02e9d35582c # tags/v2.12.4^0
source=(
"git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
0001-HACK-Don-t-run-fuzzing-tests.patch
@ -89,14 +89,11 @@ package() {
arch=(x86_64)
license=(custom:MIT)
license=(MIT)
sha256sums=(SKIP
60921b7894753a079659369b49b718c83d09edd49de76503850e5560af778c3a # 0001-HACK-Don-t-run-fuzzing-tests.patch
9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f) # xmlts20130923.tar.gz
## 0aae509494a1c856ac157c74664255bf88c3ca71fb3076ab7bcfeec195afbf27 libxml2-2.12.4-01-x86_64.pkg.tar.lz
## 287340a3b6a96544fe8d59700b3765eb62aeba0865eb20bb969e133e48041677 libxml2-2.12.3-01-x86_64.pkg.tar.lz
287340a3b6a96544fe8d59700b3765eb62aeba0865eb20bb969e133e48041677 libxml2-2.12.3-01-x86_64.pkg.tar.lz
9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f xmlts20130923.tar.gz

View File

@ -9,12 +9,12 @@ pkgname=(
libxml2
libxml2-docs
)
pkgver=2.12.3
pkgver=2.12.4
pkgrel=1
pkgdesc="XML C parser and toolkit"
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
arch=(x86_64)
license=(custom:MIT)
license=(MIT)
depends=(
icu
ncurses
@ -26,7 +26,7 @@ makedepends=(
git
python
)
_commit=30d22bec03893ad646907050959bdfe9e8000146 # tags/v2.12.3^0
_commit=8292f361458fcffe0bff515a385be02e9d35582c # tags/v2.12.4^0
source=(
"git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
0001-HACK-Don-t-run-fuzzing-tests.patch

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgbase=linux-lts
pkgver=5.10.207
pkgver=5.10.208
pkgrel=01
pkgdesc='LTS Linux 5.10 + nvme-fix patch w/o zstd & ipv6'
_url="https://www.kernel.org/"
@ -211,15 +211,12 @@ validpgpkeys=(ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E) # Greg Kroah-Hartman
# https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
# sha256sums: 86ace9892296bf1534d574894edd27614b68de4085c03fd3f60121751a334f1b linux-5.10.207.tar.xz
# sha256sums: 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-5.10.208.tar.xz
sha256sums=(86ace9892296bf1534d574894edd27614b68de4085c03fd3f60121751a334f1b # linux-5.10.207.tar.xz
3c81b5c254911436355a07e85788915d4b6a01ad3851fef5f2544bee6314a5ff # linux-5.10.207.tar.sign
f3d4e3a34ea3e9fe8608dd618035b1ce441c48f8bde6c1c385dc110b88e83cfb # config
sha256sums=(9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e # linux-5.10.208.tar.xz
86e6172ce78e08ec0a458d39ea91041f9ff1029351e3dc7d399fc399f29acdb2 # linux-5.10.208.tar.sign
ff9ffb614ef0fb513f2bf197ac452ee850cbcf325924328f46c9b72fa93bb9e1 # config
96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e # 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
0e14c0d788262a9781d8ba1d6e894f30877f015ccf0b6d768d759eac48bcede9 # 0002-fix-nvme.patch
b42d445f5ca31b72323e39d552d2251fd9242bedc1ac904778196947335f0f69) # sha256sums
## 0e25c8de4da6395fb176bee5c7064e0db67c48c7a7b905dddf2625a05524dedf linux-lts-5.10.207-01-x86_64.pkg.tar.lz
## f9b2980adc54c6fbf3203ec0c60f0e6b182364de3f1cf34efb4ea84557656da1 linux-lts-headers-5.10.207-01-x86_64.pkg.tar.lz
154cc5714df2f79b8866e15836ac7f1ab66e2f0b7f1ed6479f1f5ab0b6bee5e9) # sha256sums

View File

@ -1,7 +1,6 @@
#
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.10.207 Kernel Configuration
# Linux/x86 5.10.208 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y
@ -2310,7 +2309,7 @@ CONFIG_BLK_DEV_FD=m
CONFIG_CDROM=m
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
CONFIG_ZRAM=n
CONFIG_ZRAM=y
CONFIG_BLK_DEV_UMEM=m
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
@ -4933,7 +4932,6 @@ CONFIG_DEVFREQ_THERMAL=y
# Intel thermal drivers
#
CONFIG_INTEL_POWERCLAMP=m
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_PKG_TEMP_THERMAL=y
CONFIG_INTEL_SOC_DTS_IOSF_CORE=m
CONFIG_INTEL_SOC_DTS_THERMAL=m
@ -5387,10 +5385,10 @@ CONFIG_MEDIA_CONTROLLER_REQUEST_API=y
#
# Digital TV options
#
CONFIG_DVB_MMAP=n
CONFIG_DVB_NET=n
# CONFIG_DVB_MAX_ADAPTERS=16
CONFIG_DVB_DYNAMIC_MINORS=n
# CONFIG_DVB_MMAP is not set
# CONFIG_DVB_NET is not set
CONFIG_DVB_MAX_ADAPTERS=16
# CONFIG_DVB_DYNAMIC_MINORS is not set
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
# CONFIG_DVB_ULE_DEBUG is not set
# end of Digital TV options

View File

@ -1,11 +1,10 @@
bc
cpio
graphviz
imagemagick
bison
pahole
libgit2
python-fuse
libjpeg-turbo
python

View File

@ -353,6 +353,7 @@ e95452aee9588129860fa710d857303a3f7df975d8f86448e8a80a77c36e7b01 ChangeLog-5.4.
e4701b4a8063dc2260038ba4aa304775d37c8a77e0b3482e33d7465ec3cf34e6 ChangeLog-5.4.264
ad83777a0e6ab6ffd625f8a4e7993e9fffc7bdc1b8610daaf7ffe708ec990da6 ChangeLog-5.4.265
1ca476fc3b39058b100d7155e2c60588f0b2d0cbb1ce1405fb16782d2f5c3ffb ChangeLog-5.4.266
1be58397847e1036290a7a51c697c6981c15fd8deceb92fc53c14bfa66e4f791 ChangeLog-5.4.267
b06ab2b602fc03f3a5ee3e5bbb93b4d1a6ed33f09440ba57fc2f90f7f5339576 ChangeLog-5.5
70703385d5a64eb604eb7db844319fd9b6908aea346d2488b5860a7982d6e591 ChangeLog-5.5.1
e77d916573c237b1422b89845f520f416c4a58df7f869eec401a68c6135b9842 ChangeLog-5.5.2
@ -657,6 +658,7 @@ fd79d5657df166d621a13b0c928895eba036803c81bea6017e123010d113bb9f ChangeLog-5.10
ba1d203aeeed7a0ed8da2050377bc148b70604373f9e4cb90a2c3a7700210c4f ChangeLog-5.10.205
45e451804b4fa6114d31a3890d50a282113eca1004a81f98a92918c8a483cf08 ChangeLog-5.10.206
bd5aeb8579498d1f2dfd6b02b99c4f85f8e94c3a17e852b42250c26ac944c355 ChangeLog-5.10.207
a60778f016416be28c5c68c31dd6919179c2b24117f4472f022f0678b83f44ad ChangeLog-5.10.208
1b67a4eb91d8009cf5b47521caae0ff1c904e4fb0ec95e4c2562b61a772f3e16 ChangeLog-5.11
61e4714a1413779d4c9bf707de34ca7146714eb787a9078bcd51c8c18489dc7e ChangeLog-5.11.1
548b64c633da18f18021e72b4c9ba3212d699df6c56e9496277285283df300f5 ChangeLog-5.11.2
@ -889,6 +891,7 @@ da7f71924d22a0e51cff865e0d4e44d36719f0adf68493cfa6957df58e5b8218 ChangeLog-5.15
c32d459aa6e75a62c764f34d385d171c6d9ff5c05c28b04e13eab407ba37107c ChangeLog-5.15.144
1d0f7001cfa49a2656b40dce3acb333c4e6e355c11ada77d0d2c50af90611abd ChangeLog-5.15.145
3dbe6c31ae9d475acb3052df6af498c1c93881a79ec164b0ca8e4a528986f0db ChangeLog-5.15.146
2f1f84850b3f4488ff1dfc38825d148d63b817d670471f65162ca9c5255c6964 ChangeLog-5.15.147
8973679b5da41c4f9f3a12edf2598bcea3ee4a4988a179f36c4c8d4ec9c96e6f ChangeLog-5.16
694254b586ab67c329bc79a3b0a60f74771b97aebe314aff66c944ec454acb98 ChangeLog-5.16.1
5f029a42102d90a5ca51c2d7d64095dbd846fbf6391582ac9e2f7a791e33b3dd ChangeLog-5.16.2
@ -1669,6 +1672,8 @@ d39c90dd9297a36aab7246b516f61e21493826004011f161090bce84db21b6b0 linux-5.4.264.
4dae99e49f466d4689e128ec023754908147159d7462019a83c7da1f25df9b15 linux-5.4.265.tar.xz
f4737f152f5b0787c7fb15ffc58de21a64a57e4a4beb1e603e3e842f8571221f linux-5.4.266.tar.gz
da072f7e6fe719c01e517cac1fa9988b2f5fa87d62a8501b7dc16d3b62b2acb6 linux-5.4.266.tar.xz
e9f53f694bf397046837141e5412c9d8fd72111ebe66691dcfb72e0f95ce8213 linux-5.4.267.tar.gz
42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz
b7feea0a1d505f26098d596e6ad6a2e8b476c8f63c52eabf435deab2bb9a5559 linux-5.5.tar.gz
a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330 linux-5.5.tar.xz
8ad23faa72b6a22e3701b90485c0a60c75bd4226c0a438d9cc15e6eb0da2a665 linux-5.5.1.tar.gz
@ -2277,6 +2282,8 @@ e74b7eda153072eba9557df1d5a85e0709273365260318faa8c0035b96b11e5c linux-5.10.206
c43d613216e6c5197519a4e979de5c1b510100858ff591963931c99e59c7485b linux-5.10.206.tar.xz
d7db8d588e4259e53889ad06c2f33df53bfbecc2443adfb17faab46df431c307 linux-5.10.207.tar.gz
86ace9892296bf1534d574894edd27614b68de4085c03fd3f60121751a334f1b linux-5.10.207.tar.xz
ec35fcf231e3a5e3668ac9826f8f26340a7daadae79598b2b6798b6b9646a2cd linux-5.10.208.tar.gz
9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-5.10.208.tar.xz
8e7f07e91e9aa0611b749fd1a908dc9d28c7d612f831e9d273427d4442b55f25 linux-5.11.tar.gz
04f07b54f0d40adfab02ee6cbd2a942c96728d87c1ef9e120d0cb9ba3fe067b4 linux-5.11.tar.xz
13c77074922003f9c456dec532020067358849a54877d8bca68157b1a5feb5f7 linux-5.11.1.tar.gz
@ -2741,6 +2748,8 @@ f053afafafce771acbf478afdd16e9aa85b0a0e328205c4f53276062300a5b3b linux-5.15.144
b2a49d87605f3a9491581150315e22337c1afb599efc1e2737481be3a2d6d620 linux-5.15.145.tar.xz
b5b20c3cf8ad8586a146949a5a96628beaf7f9592e0ae25c3bbd5bf8c7221b34 linux-5.15.146.tar.gz
5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192 linux-5.15.146.tar.xz
756ea07b6c14ce693dfcc105805e4d79a602d139231b8b609f717ab50320f94f linux-5.15.147.tar.gz
56c1e65625d201db431efda7a3816e7b424071e7cb0245b2ba594d15b1fdfcd4 linux-5.15.147.tar.xz
d4791f2eddeb25c4e6ae0b2f9b3f5fb3fd394d7f9a57fa3e33de6dd9761480f6 linux-5.16.tar.gz
027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb linux-5.16.tar.xz
5c91875fd84393b6a8a6352f5f7a2fedbed3708e06dc8cc465a9f5a86d1324f5 linux-5.16.1.tar.gz
@ -3245,6 +3254,7 @@ a2379ee5c79b787bedf8835a6cf54cf282d6a37290f69a9de537c30db234be61 patch-5.4.261.
48b5bc7c271607767b9e1890f88475b30915249a8fb896b66a25f0a5339d9b76 patch-5.4.264.xz
921dff569c4b039782fddcb62ca255ec64f74eb60e00e9f5a660043be5863b10 patch-5.4.265.xz
44d1b2b8670eb5d631694d552826236ef41df58ad6b4557851f8b3624196f51a patch-5.4.266.xz
a5ed267c2bbb56555b4510f390d8f8416d10376b900f93101258011c1730d601 patch-5.4.267.xz
e082f16aa710285ada2c1376b5509bb3bd49548b60ffca84605ac632caa990db patch-5.5.xz
db575e6dfabeb2ab409e2c56f826a6d52d56b8a3b0c004ae261cabd5af220688 patch-5.5.1.xz
07cbd21a049b0bf5a96d7e0b8272db8e53e9947f0eff06fa2a765bb3b34bc8fa patch-5.5.2.xz
@ -3549,6 +3559,7 @@ d7704975cf0af11198fd61b4e651678257ac8599f903a03e77134daecc7372fb patch-5.10.203
26fc4cf6f5bf4aa947b8fec05f42e13b0a0f1b5b8c725169816dfc1bc72ebeb5 patch-5.10.205.xz
5a00b77995e3c69667e2c649bf802ee804dfeccd5371a98d60546b5c6fb3146a patch-5.10.206.xz
4fab4443067e1431e229844561531366d921ab4e3b205cd0ce365fd0b93d00ac patch-5.10.207.xz
61341b2cfe437843953a6c740f1bcede5af9c72c0938d8259eb4c10a36f70440 patch-5.10.208.xz
5b2710f30dd7b0c6f886a2042a76a4e640d3a690a57817d6ac3da49d5e1d96e9 patch-5.11.xz
8808ee2c7e904f2fb3c830b41c8bbc2b2ad37638ee95fdfde68167f0be35dd3f patch-5.11.1.xz
7a6d20308aed903a81a67e76e7c6cd294fb7cbb87f887e2168097da865def8ba patch-5.11.2.xz
@ -3781,6 +3792,7 @@ bc3a8368d1b1a2227fd29012bc99594928fa1d44eaf91e23db676e548e45b2aa patch-5.15.140
e8177495456a3608a61d28bd964a3b6fde77ec636a89e31beb38ae333a014029 patch-5.15.144.xz
4a9192cec15ae9bd68e7a61f30cb3632444ddcdc2208076af86579a7b942edb1 patch-5.15.145.xz
6ba1c1efd5dd99240d147941c3441662150104c7ad66e0aad73e4b7967cb1ae4 patch-5.15.146.xz
63fe5cbbbae90d3a742d27f35878c543438d1062c2f10dce74d18fbab7413d9d patch-5.15.147.xz
cdc44e99ee873ef2fe27f1ca62120ad225e8d59a99506db3ebfd31e0c7f6796b patch-5.16.xz
9ff97f3a01ec8744863ff611315c44c1f5d1ff551769f7d8359c85561dee1b1d patch-5.16.1.xz
3a09c2f1ad410c09cf03921abeed1a6ca7c38138fb508171ee673d429d179171 patch-5.16.2.xz
@ -3860,17 +3872,17 @@ fdabf20292982e808a26b87f2f29493ba9f20a87d958dc592018ba1a381669df patch-5.19.15.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBCAAGBQJloZt5AAoJEGMtOgZYnaax1hQP/0jGdUnUv5qanCAvIFOMXWgn
M/gakKYvr6eSX03naooY8hgriORxKjVqBg0bd86RSfuEKuD7Gsq56XTfjdhkOAiQ
eOlgI7x2e5cKmPYeG6XSdpdhNCPE5heQhgL6N76RfqDDYtdFfUpWei/m0O0x/Z0B
vDxHUa3jneR1ap6fu+BEE8S19y/EM6iDDl5J/S/0NXiG1mHOU19VFILimAL4ulIU
xF1xq9xB60TfgefXN6lk246FnHUgBNbQ/NE2MDGfiNEATWXYv6t6ToALBvP/iNiN
tLJ7UFZd1WQpmC3hM5KNOjJzSZvi8AmWUqddNxvT0yCbsjzOe+Q3JR8FO8h+nRJz
9OFN0hLzw9C4VdyWwzSYIEEfgiQjAe1Nc2w7HTGs6x51bhJh6DEa/PeHehZ9Tis1
OAsw2zVD78XZqvcgZhQ78JxLgXlLDCuFlTcVbtg0M8jYvhdmthFBiJrPIJy32//M
mqDxU6d7u4XXFyIcNs9LTBs4chfceiqUvqW2bowVVGFE1Cm3X/sz5+JmeBB6TVjX
bXYz3STDHJeaflHzbKMMlGsgzxhS1Y/iP/nHpJX+omDvQQBJklEhI88U1KBUlnaf
fsJdMRSK9K60LvDl+fmHH+E5KYBkRQNb01eX/mRKIW+NFI4j5z4bkeNJnxZHHMwi
In6VVNV5p8a2vEDKCNne
=kIji
iQIcBAEBCAAGBQJlpXKwAAoJEGMtOgZYnaaxWQoP/iizxsXkW2z/U5Fv1uAWeuef
OjHYnb1Oj7A9iAXmLzCJkj2iXW8jFa+VVkfTopoYhTYZwJg69Pndu1HrurGSwXjN
j08GDsf/BWzuSN4Sw0Zu6NFwXsbaKH79EY8uOwMVcgYqSSxCv58BTB39WTtfXVET
c/KugHHh+4I8lisjGvSh4IzbpZ30JOS+rncAm9DTRtGoAATP+2gGhGDeKCLvuefX
aadd+/+8mfYQM4yOeSRO5gxnZrlTZc+dbFSYAeGNRqKrLb2kII5YtQiMvU20iJie
xYrMSYrKNs+t90VrAsoEXwSXX+13kM3SX+5wZLL7zygNYMcuo3Q8Q0zFg/jxOhMU
PlRiitxwjhtiZE75VoLho0Jy50V4oe8BKgWz1nqc7/5cxSURhmK2HLcIlSvJFTcy
RCPHBPupNdlDUkSBjbXL+Ka6k1ZeZOfdJRyfBNnIKXf70/t18PuBUJ1Qyi5qjCSV
Mh96hGh5Ij01fMTK+LrmUZ47O2pcUvwzFAfVj4d0pVYGrTJ5TYJloGpK3oK/c4RZ
/9ebl9lwfAzHnTBS1SkPMSEqTsn7iFKTmV7tRuymDypUHak1jrjmuTDgXZcIllR6
eSywfbFze/xUYsWqf/pHQMctmFQD4wYsLfWrrH+5K3TRdi+BmE2GcY9n2zVqwx4S
PWHBuZKTpk2c9QYJ/V9b
=FiKv
-----END PGP SIGNATURE-----

View File

@ -1,12 +1,12 @@
bc
pahole
cpio
xmlto
python-sphinx
python-sphinx_rtd_theme
graphviz
imagemagick
bison
pahole
libgit2
xmlto
python-sphinx
python-sphinx_rtd_theme
python-six
libgit2