Skip to content

Commit 7b00f4d

Browse files
MassOS 2022.10 Release
1 parent 8d55c76 commit 7b00f4d

11 files changed

Lines changed: 315 additions & 232 deletions

File tree

build-system.sh

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ rm -rf shadow-4.12.3
521521
# GCC.
522522
tar -xf gcc-12.2.0.tar.xz
523523
cd gcc-12.2.0
524+
mkdir -p isl
525+
tar -xf ../isl-0.25.tar.xz -C isl --strip-components=1
524526
sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64
525527
mkdir build; cd build
526528
CFLAGS="-O2" CXXFLAGS="-O2" LD=ld ../configure --prefix=/usr --enable-languages=c,c++ --with-pkgversion="MassOS GCC 12.2.0" --with-system-zlib --enable-default-ssp --enable-linker-build-id --disable-bootstrap --disable-multilib
@@ -1898,21 +1900,21 @@ install -t /usr/share/licenses/gnu-efi -Dm644 README.efilib
18981900
cd ..
18991901
rm -rf gnu-efi-3.0.15
19001902
# hwdata.
1901-
tar -xf hwdata-0.362.tar.gz
1902-
cd hwdata-0.362
1903+
tar -xf hwdata-0.363.tar.gz
1904+
cd hwdata-0.363
19031905
./configure --prefix=/usr
19041906
make
19051907
make install
19061908
rm -f /usr/lib/modprobe.d/dist-blacklist.conf
19071909
install -t /usr/share/licenses/hwdata -Dm644 COPYING
19081910
cd ..
1909-
rm -rf hwdata-0.362
1911+
rm -rf hwdata-0.363
19101912
# Systemd (initial build; will be rebuilt later to support more features).
1911-
tar -xf systemd-stable-251.4.tar.gz
1912-
cd systemd-stable-251.4
1913+
tar -xf systemd-stable-251.5.tar.gz
1914+
cd systemd-stable-251.5
19131915
sed -i -e 's/GROUP="render"/GROUP="video"/' -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in
19141916
mkdir systemd-build; cd systemd-build
1915-
meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var --buildtype=minsize -Dmode=release -Dversion-tag=251.4-massos -Dshared-lib-tag=251.4-massos -Dbpf-framework=false -Dcryptolib=openssl -Ddefault-compression=xz -Ddefault-dnssec=no -Ddns-over-tls=openssl -Dfallback-hostname=massos -Dhomed=false -Dinstall-tests=false -Dman=true -Dpamconfdir=/etc/pam.d -Drpmmacrosdir=no -Dsysusers=false -Dtests=false -Duserdb=false ..
1917+
meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var --buildtype=minsize -Dmode=release -Dversion-tag=251.5-massos -Dshared-lib-tag=251.5-massos -Dbpf-framework=false -Dcryptolib=openssl -Ddefault-compression=xz -Ddefault-dnssec=no -Ddns-over-tls=openssl -Dfallback-hostname=massos -Dhomed=false -Dinstall-tests=false -Dman=true -Dpamconfdir=/etc/pam.d -Drpmmacrosdir=no -Dsysusers=false -Dtests=false -Duserdb=false ..
19161918
ninja
19171919
ninja install
19181920
systemd-machine-id-setup
@@ -1938,7 +1940,7 @@ install -t /usr/share/licenses/systemd -Dm644 ../LICENSE.GPL2 ../LICENSE.LGPL2.1
19381940
cd ../..
19391941
cp systemd-units/* /usr/lib/systemd/system
19401942
systemctl enable gpm.service
1941-
rm -rf systemd-stable-251.4
1943+
rm -rf systemd-stable-251.5
19421944
# D-Bus (initial build; will be rebuilt later for X and libaudit support).
19431945
tar -xf dbus-1.14.2.tar.xz
19441946
cd dbus-1.14.2
@@ -3018,14 +3020,14 @@ install -t /usr/share/licenses/nss -Dm644 COPYING
30183020
cd ../..
30193021
rm -rf nss-3.83
30203022
# Git.
3021-
tar -xf git-2.37.3.tar.xz
3022-
cd git-2.37.3
3023+
tar -xf git-2.38.0.tar.xz
3024+
cd git-2.38.0
30233025
./configure --prefix=/usr --with-gitconfig=/etc/gitconfig --with-libpcre2
30243026
make all man
30253027
make perllibdir=/usr/lib/perl5/5.36/site_perl install install-man
30263028
install -t /usr/share/licenses/git -Dm644 COPYING LGPL-2.1
30273029
cd ..
3028-
rm -rf git-2.37.3
3030+
rm -rf git-2.38.0
30293031
# libstemmer.
30303032
tar -xf snowball-2.2.0.tar.gz
30313033
cd snowball-2.2.0
@@ -3652,8 +3654,8 @@ install -t /usr/share/licenses/pixman -Dm644 ../COPYING
36523654
cd ../..
36533655
rm -rf pixman-0.40.0
36543656
# Qpdf.
3655-
tar -xf qpdf-11.1.0.tar.gz
3656-
cd qpdf-11.1.0
3657+
tar -xf qpdf-11.1.1.tar.gz
3658+
cd qpdf-11.1.1
36573659
mkdir qpdf-build; cd qpdf-build
36583660
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_STATIC_LIBS=OFF -DINSTALL_EXAMPLES=OFF -Wno-dev -G Ninja ..
36593661
ninja
@@ -3662,7 +3664,7 @@ install -t /usr/share/bash-completion/completions -Dm644 ../completions/bash/qpd
36623664
install -t /usr/share/zsh/site-functions -Dm644 ../completions/zsh/_qpdf
36633665
install -t /usr/share/licenses/qpdf -Dm644 ../{Artistic-2.0,LICENSE.txt,NOTICE.md}
36643666
cd ../..
3665-
rm -rf qpdf-11.1.0
3667+
rm -rf qpdf-11.1.1
36663668
# qrencode.
36673669
tar -xf qrencode-4.1.1.tar.bz2
36683670
cd qrencode-4.1.1
@@ -4261,11 +4263,11 @@ install -t /usr/share/licenses/egl-wayland -Dm644 ../COPYING
42614263
cd ../..
42624264
rm -rf egl-wayland-1.1.11
42634265
# Systemd (rebuild to support more features).
4264-
tar -xf systemd-stable-251.4.tar.gz
4265-
cd systemd-stable-251.4
4266+
tar -xf systemd-stable-251.5.tar.gz
4267+
cd systemd-stable-251.5
42664268
sed -i -e 's/GROUP="render"/GROUP="video"/' -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in
42674269
mkdir systemd-build; cd systemd-build
4268-
meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var --buildtype=minsize -Dmode=release -Dversion-tag=251.4-massos -Dshared-lib-tag=251.4-massos -Dbpf-framework=true -Dcryptolib=openssl -Ddefault-compression=xz -Ddefault-dnssec=no -Ddns-over-tls=openssl -Dfallback-hostname=massos -Dhomed=true -Dinstall-tests=false -Dman=true -Dpamconfdir=/etc/pam.d -Drpmmacrosdir=no -Dsysusers=false -Dtests=false -Duserdb=true ..
4270+
meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var --buildtype=minsize -Dmode=release -Dversion-tag=251.5-massos -Dshared-lib-tag=251.5-massos -Dbpf-framework=true -Dcryptolib=openssl -Ddefault-compression=xz -Ddefault-dnssec=no -Ddns-over-tls=openssl -Dfallback-hostname=massos -Dhomed=true -Dinstall-tests=false -Dman=true -Dpamconfdir=/etc/pam.d -Drpmmacrosdir=no -Dsysusers=false -Dtests=false -Duserdb=true ..
42694271
ninja
42704272
ninja install
42714273
cat > /etc/pam.d/systemd-user << END
@@ -4281,7 +4283,7 @@ auth required pam_deny.so
42814283
password required pam_deny.so
42824284
END
42834285
cd ../..
4284-
rm -rf systemd-stable-251.4
4286+
rm -rf systemd-stable-251.5
42854287
# D-Bus (rebuild for X and libaudit support).
42864288
tar -xf dbus-1.14.2.tar.xz
42874289
cd dbus-1.14.2
@@ -4835,16 +4837,16 @@ ninja install
48354837
install -t /usr/share/licenses/cairo -Dm644 ../COPYING ../COPYING-LGPL-2.1
48364838
cd ../..
48374839
rm -rf cairo-1.17.6
4838-
# cairomm.
4839-
tar -xf cairomm-1.14.3.tar.bz2
4840-
cd cairomm-1.14.3
4840+
# Cairomm.
4841+
tar -xf cairomm-1.14.4.tar.bz2
4842+
cd cairomm-1.14.4
48414843
mkdir cmm-build; cd cmm-build
48424844
meson --prefix=/usr --buildtype=minsize -Dbuild-examples=false -Dbuild-tests=false ..
48434845
ninja
48444846
ninja install
48454847
install -t /usr/share/licenses/cairomm -Dm644 ../COPYING
48464848
cd ../..
4847-
rm -rf cairomm-1.14.3
4849+
rm -rf cairomm-1.14.4
48484850
# HarfBuzz (rebuild to support Cairo).
48494851
tar -xf harfbuzz-5.2.0.tar.xz
48504852
cd harfbuzz-5.2.0
@@ -4855,25 +4857,25 @@ ninja install
48554857
cd ../..
48564858
rm -rf harfbuzz-5.2.0
48574859
# Pango.
4858-
tar -xf pango-1.50.10.tar.bz2
4859-
cd pango-1.50.10
4860+
tar -xf pango-1.50.11.tar.bz2
4861+
cd pango-1.50.11
48604862
mkdir pango-build; cd pango-build
48614863
meson --prefix=/usr --buildtype=minsize ..
48624864
ninja
48634865
ninja install
48644866
install -t /usr/share/licenses/pango -Dm644 ../COPYING
48654867
cd ../..
4866-
rm -rf pango-1.50.10
4868+
rm -rf pango-1.50.11
48674869
# Pangomm.
4868-
tar -xf pangomm-2.46.2.tar.xz
4869-
cd pangomm-2.46.2
4870+
tar -xf pangomm-2.46.3.tar.xz
4871+
cd pangomm-2.46.3
48704872
mkdir pmm-build; cd pmm-build
48714873
meson --prefix=/usr --buildtype=minsize ..
48724874
ninja
48734875
ninja install
48744876
install -t /usr/share/licenses/pangomm -Dm644 ../COPYING ../COPYING.tools
48754877
cd ../..
4876-
rm -rf pangomm-2.46.2
4878+
rm -rf pangomm-2.46.3
48774879
# hicolor-icon-theme.
48784880
tar -xf hicolor-icon-theme-0.17.tar.xz
48794881
cd hicolor-icon-theme-0.17
@@ -6753,8 +6755,7 @@ rm -rf gst-plugins-rs-0.8.4
67536755
tar -xf pipewire-0.3.59.tar.bz2
67546756
cd pipewire-0.3.59
67556757
mkdir -p subprojects/wireplumber
6756-
tar -xf ../wireplumber-0.4.11.tar.bz2 -C subprojects/wireplumber --strip-components=1
6757-
patch -d subprojects/wireplumber -Np1 -i ../../../patches/wireplumber-0.4.11-upstreamfix.patch
6758+
tar -xf ../wireplumber-0.4.12.tar.bz2 -C subprojects/wireplumber --strip-components=1
67586759
mkdir pipewire-build; cd pipewire-build
67596760
meson --prefix=/usr --buildtype=minsize -Db_pie=false -Dexamples=disabled -Dffmpeg=enabled -Dtests=disabled -Dvulkan=enabled -Dsession-managers=wireplumber -Dwireplumber:system-lua=true -Dwireplumber:tests=false ..
67606761
ninja
@@ -6839,14 +6840,14 @@ install -t /usr/share/licenses/libchamplain -Dm644 ../COPYING
68396840
cd ../..
68406841
rm -rf libchamplain-0.12.20
68416842
# gspell.
6842-
tar -xf gspell-1.10.0.tar.xz
6843-
cd gspell-1.10.0
6843+
tar -xf gspell-1.12.0.tar.xz
6844+
cd gspell-1.12.0
68446845
./configure --prefix=/usr
68456846
make
68466847
make install
68476848
install -t /usr/share/licenses/gspell -Dm644 COPYING
68486849
cd ..
6849-
rm -rf gspell-1.10.0
6850+
rm -rf gspell-1.12.0
68506851
# gnome-online-accounts.
68516852
tar -xf gnome-online-accounts-3.46.0.tar.xz
68526853
cd gnome-online-accounts-3.46.0
@@ -6910,8 +6911,8 @@ install -t /usr/share/licenses/busybox -Dm644 LICENSE
69106911
cd ..
69116912
rm -rf busybox-1.35.0
69126913
# Linux Kernel.
6913-
tar -xf linux-5.19.12.tar.xz
6914-
cd linux-5.19.12
6914+
tar -xf linux-6.0.tar.xz
6915+
cd linux-6.0
69156916
cp ../kernel-config .config
69166917
make olddefconfig
69176918
make
@@ -6947,7 +6948,7 @@ find "$builddir" -type f -name '*.o' -delete
69476948
ln -sr "$builddir" "/usr/src/linux"
69486949
install -t /usr/share/licenses/linux -Dm644 COPYING LICENSES/exceptions/* LICENSES/preferred/*
69496950
cd ..
6950-
rm -rf linux-5.19.12
6951+
rm -rf linux-6.0
69516952
unset builddir
69526953
# NVIDIA Open Kernel Modules.
69536954
tar -xf open-gpu-kernel-modules-515.76.tar.gz

changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Full Changelog History
22
This document contains the full changelog for every previous versions of MassOS, as well as the changes currently in development for the next upcoming version of MassOS (which may be subject to change before the version is finally released).
33

4-
# Current Development
4+
# MassOS 2022.10
55
Changes:
66

77
- Btrfs is now is the default filesystem (recommended by the MassOS Installer). ext4 and the others will remain fully supported.
8+
- Upgraded Linux Kernel to new major version 6.0.
89
- Added WebP support for GTK applications which use gdk-pixbuf.
910
- Added mesa-utils, to provide `eglinfo`, `glxgears` and `glxinfo` utilities.
1011
- Added UFW ("Uncomplicated Firewall"); user-friendly frontend to iptables.
@@ -19,6 +20,7 @@ Upgraded software (core):
1920
- Bash: `5.1.16 --> 5.2`
2021
- bc: `6.0.1 --> 6.0.3`
2122
- btrfs-progs: `5.18.1 --> 5.19.1`
23+
- Cairomm: `1.14.3 --> 1.14.4`
2224
- CMake: `3.24.1 --> 3.24.2`
2325
- Cracklib: `2.9.7 --> 2.9.8`
2426
- D-Bus: `1.14.0 --> 1.14.2`
@@ -30,6 +32,7 @@ Upgraded software (core):
3032
- fmt: `9.0.0 --> 9.1.0`
3133
- FUSE3: `3.11.0 --> 3.12.0`
3234
- GhostScript: `9.56.1 --> 10.0.0`
35+
- Git: `2.37.3 --> 2.38.0`
3336
- GLib: `2.72.3 --> 2.74.0`
3437
- glib-networking: `2.72.2 --> 2.74.0`
3538
- GLibmm: `2.66.4 --> 2.66.5`
@@ -39,9 +42,10 @@ Upgraded software (core):
3942
- GraphViz: `5.0.1 --> 6.0.1`
4043
- Grep: `3.7 --> 3.8`
4144
- gsettings-desktop-schemas: `42.0 --> 43.0`
45+
- gspell: `1.10.0 --> 1.12.0`
4246
- Gtkmm3: `3.24.6 --> 3.24.7`
4347
- HarfBuzz: `5.1.0 --> 5.2.0`
44-
- hwdata: `0.361 --> 0.362`
48+
- hwdata: `0.361 --> 0.363`
4549
- iana-etc: `20220715 --> 20220922`
4650
- idna: `3.3 --> 3.4`
4751
- Less: `600 --> 608`
@@ -69,7 +73,7 @@ Upgraded software (core):
6973
- libXft: `2.3.4 --> 2.3.6`
7074
- libXtst: `1.2.3 --> 1.2.4`
7175
- libXxf86vm: `1.1.4 --> 1.1.5`
72-
- Linux Kernel: `5.19.5 --> 5.19.12`
76+
- Linux Kernel: `5.19.5 --> 6.0.0`
7377
- lsof: `4.95.0 --> 4.96.3`
7478
- make-ca: `1.9 --> 1.10`
7579
- Mako: `1.2.2 --> 1.2.3`
@@ -80,18 +84,20 @@ Upgraded software (core):
8084
- NSS: `3.82 --> 3.83`
8185
- NVIDIA Open Kernel Modules: `515.65.01 --> 515.76`
8286
- OpenH264: `2.1.1 --> 2.3.1`
83-
- Pango: `1.50.9 --> 1.50.10`
87+
- Pango: `1.50.9 --> 1.50.11`
88+
- Pangomm: `2.46.2 --> 2.46.3`
8489
- PipeWire: `0.3.56 --> 0.3.59`
8590
- Poppler: `22.08.0 --> 22.09.0`
8691
- Popt: `1.18 --> 1.19`
8792
- pyopenssl: `22.0.0 --> 22.1.0`
8893
- Python: `3.10.6 --> 3.10.7`
89-
- Qpdf: `10.6.3 --> 11.1.0`
94+
- Qpdf: `10.6.3 --> 11.1.1`
9095
- Readline: `8.1.2 --> 8.2`
9196
- rest: `0.8.1 --> 0.9.1`
9297
- rsync: `3.2.5 --> 3.2.6`
9398
- smbclient: `4.16.4 --> 4.17.0`
9499
- SQLite: `3.39.2 --> 3.39.3`
100+
- systemd: `251.4 --> 251.5`
95101
- tree: `2.0.3 --> 2.0.4`
96102
- tzdata: `2022c --> 2022d`
97103
- Unifont: `14.0.03 --> 15.0.01`
@@ -101,6 +107,7 @@ Upgraded software (core):
101107
- Vulkan-Loader: `1.3.223 --> 1.3.230`
102108
- Vulkan-Tools: `1.3.223 --> 1.3.230`
103109
- VTE: `0.68.0 --> 0.70.0`
110+
- WirePlumber: `0.4.11 --> 0.4.12`
104111
- wpebackend-fdo: `1.12.1 --> 1.14.0`
105112
- x264: `0.164.3095 --> 0.164.3099`
106113
- x265: `3.5-39-g20255e6f0 --> 3.5-40-g931178347`
@@ -110,6 +117,7 @@ Upgraded software (Xfce):
110117

111118
- Evince: `42.3 --> 43.0`
112119
- Firefox: `104.0.1 --> 105.0`
120+
- Popsicle: `1.3.0-54-ga1561b3 --> 1.3.0-65-g389d13d`
113121
- Shotwell: `0.31.4 --> 0.31.5`
114122
- xfce4-notifyd: `0.6.3 --> 0.6.4`
115123
- xfce4-pulseaudio-plugin: `0.4.3 --> 0.4.5`

source-urls

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ https://www.busybox.net/downloads/busybox-1.35.0.tar.bz2
4040
https://www.sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
4141
https://c-ares.org/download/c-ares-1.18.1.tar.gz
4242
https://gitlab.freedesktop.org/cairo/cairo/-/archive/1.17.6/cairo-1.17.6.tar.bz2
43-
https://gitlab.freedesktop.org/cairo/cairomm/-/archive/1.14.3/cairomm-1.14.3.tar.bz2
43+
https://gitlab.freedesktop.org/cairo/cairomm/-/archive/1.14.4/cairomm-1.14.4.tar.bz2
4444
https://github.com/lu-zero/cargo-c/releases/download/v0.9.12/cargo-c-linux.tar.gz
4545
https://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz
4646
https://deb.debian.org/debian/pool/main/c/cdrkit/cdrkit_1.1.11.orig.tar.gz
@@ -144,7 +144,7 @@ https://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.14/gexiv2-0.14.0.tar.xz
144144
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/ghostscript-10.0.0.tar.xz
145145
https://ftp.acc.umu.se/pub/gnome/sources/gi-docgen/2022/gi-docgen-2022.1.tar.xz
146146
https://freefr.dl.sourceforge.net/project/giflib/giflib-5.2.1.tar.gz
147-
https://cdn.kernel.org/pub/software/scm/git/git-2.37.3.tar.xz
147+
https://cdn.kernel.org/pub/software/scm/git/git-2.38.0.tar.xz
148148
https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz
149149
https://ftp.acc.umu.se/pub/gnome/sources/glib/2.74/glib-2.74.0.tar.xz
150150
https://ftp.acc.umu.se/pub/gnome/sources/glib-networking/2.74/glib-networking-2.74.0.tar.xz
@@ -172,7 +172,7 @@ https://mirror.koddos.net/gnu/grep/grep-3.8.tar.xz
172172
https://mirror.koddos.net/gnu/groff/groff-1.22.4.tar.gz
173173
https://mirror.koddos.net/gnu/grub/grub-2.06.tar.xz
174174
https://ftp.acc.umu.se/pub/gnome/sources/gsettings-desktop-schemas/43/gsettings-desktop-schemas-43.0.tar.xz
175-
https://ftp.acc.umu.se/pub/gnome/sources/gspell/1.10/gspell-1.10.0.tar.xz
175+
https://ftp.acc.umu.se/pub/gnome/sources/gspell/1.12/gspell-1.12.0.tar.xz
176176
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.3.tar.xz
177177
https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.3.tar.xz
178178
https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.3.tar.xz
@@ -195,7 +195,7 @@ https://mirror.koddos.net/gnu/help2man/help2man-1.49.2.tar.xz
195195
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz
196196
https://freefr.dl.sourceforge.net/project/hplip/hplip/3.22.6/hplip-3.22.6.tar.gz
197197
https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
198-
https://github.com/vcrhonek/hwdata/archive/v0.362/hwdata-0.362.tar.gz
198+
https://github.com/vcrhonek/hwdata/archive/v0.363/hwdata-0.363.tar.gz
199199
https://github.com/hykilpikonna/hyfetch/archive/1.4.0/hyfetch-1.4.0.tar.gz
200200
https://github.com/Mic92/iana-etc/releases/download/20220922/iana-etc-20220922.tar.gz
201201
https://www.x.org/archive/individual/app/iceauth-1.0.9.tar.xz
@@ -208,6 +208,7 @@ https://github.com/intel/intel-vaapi-driver/releases/download/2.4.1/intel-vaapi-
208208
https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
209209
https://cdn.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.19.0.tar.xz
210210
https://www.netfilter.org/projects/iptables/files/iptables-1.8.8.tar.bz2
211+
https://libisl.sourceforge.io/isl-0.25.tar.xz
211212
https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.11.0/iso-codes-v4.11.0.tar.bz2
212213
https://files.itstool.org/itstool/itstool-2.0.7.tar.bz2
213214
https://github.com/jackaudio/jack2/archive/v1.9.21/jack2-1.9.21.tar.gz
@@ -386,7 +387,7 @@ https://www.x.org/archive/individual/lib/libXvMC-1.0.13.tar.xz
386387
https://www.x.org/archive/individual/lib/libXxf86dga-1.1.5.tar.bz2
387388
https://www.x.org/archive/individual/lib/libXxf86vm-1.1.5.tar.xz
388389
https://github.com/nih-at/libzip/releases/download/v1.9.2/libzip-1.9.2.tar.xz
389-
https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.12.tar.xz
390+
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
390391
https://github.com/linux-pam/linux-pam/releases/download/v1.5.2/Linux-PAM-1.5.2.tar.xz
391392
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/lld-14.0.6.src.tar.xz
392393
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz
@@ -465,8 +466,8 @@ https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.
465466
https://github.com/jinfeihan57/p7zip/archive/v17.04/p7zip-17.04.tar.gz
466467
https://github.com/pypa/packaging/releases/download/21.3/packaging-21.3.tar.gz
467468
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.24.tar.gz
468-
https://gitlab.gnome.org/GNOME/pango/-/archive/1.50.10/pango-1.50.10.tar.bz2
469-
https://ftp.acc.umu.se/pub/gnome/sources/pangomm/2.46/pangomm-2.46.2.tar.xz
469+
https://gitlab.gnome.org/GNOME/pango/-/archive/1.50.11/pango-1.50.11.tar.bz2
470+
https://ftp.acc.umu.se/pub/gnome/sources/pangomm/2.46/pangomm-2.46.3.tar.xz
470471
https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz
471472
https://mirror.koddos.net/gnu/parted/parted-3.5.tar.xz
472473
https://mirror.koddos.net/gnu/patch/patch-2.7.6.tar.xz
@@ -506,7 +507,7 @@ https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz
506507
https://github.com/certifi/python-certifi/archive/2022.06.15/python-certifi-2022.06.15.tar.gz
507508
https://github.com/martinpitt/python-dbusmock/releases/download/0.28.4/python-dbusmock-0.28.4.tar.gz
508509
https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz
509-
https://github.com/qpdf/qpdf/releases/download/v11.1.0/qpdf-11.1.0.tar.gz
510+
https://github.com/qpdf/qpdf/releases/download/v11.1.1/qpdf-11.1.1.tar.gz
510511
https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.bz2
511512
https://github.com/xiph/rav1e/archive/v0.5.1/rav1e-0.5.1.tar.gz
512513
https://mirror.koddos.net/gnu/readline/readline-8.2.tar.gz
@@ -557,7 +558,7 @@ https://github.com/strace/strace/releases/download/v5.19/strace-5.19.tar.xz
557558
https://github.com/sudo-project/sudo/archive/SUDO_1_9_11p3/sudo-SUDO_1_9_11p3.tar.gz
558559
https://github.com/swig/swig/archive/v4.0.2/swig-4.0.2.tar.gz
559560
https://ftp.acc.umu.se/pub/gnome/sources/sysprof/3.46/sysprof-3.46.0.tar.xz
560-
https://github.com/systemd/systemd-stable/archive/v251.4/systemd-stable-251.4.tar.gz
561+
https://github.com/systemd/systemd-stable/archive/v251.5/systemd-stable-251.5.tar.gz
561562
https://taglib.github.io/releases/taglib-1.12.tar.gz
562563
https://mirror.koddos.net/gnu/tar/tar-1.34.tar.xz
563564
https://freefr.dl.sourceforge.net/project/tcl/Tcl/8.6.12/tcl8.6.12-src.tar.gz
@@ -600,7 +601,7 @@ https://mirror.koddos.net/gnu/wget/wget-1.21.3.tar.gz
600601
https://mirror.koddos.net/gnu/which/which-2.21.tar.gz
601602
https://github.com/rfc1036/whois/archive/v5.5.13/whois-5.5.13.tar.gz
602603
https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz
603-
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.4.11/wireplumber-0.4.11.tar.bz2
604+
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.4.12/wireplumber-0.4.12.tar.bz2
604605
https://github.com/google/woff2/archive/v1.0.2/woff2-1.0.2.tar.gz
605606
https://w1.fi/releases/wpa_supplicant-2.10.tar.gz
606607
https://wpewebkit.org/releases/wpebackend-fdo-1.14.0.tar.xz

0 commit comments

Comments
 (0)