Compare commits
8 Commits
4426d10d5a
...
03a7068da0
Author | SHA1 | Date | |
---|---|---|---|
|
03a7068da0 | ||
|
ce4aca48a5 | ||
|
a91f09ab1f | ||
|
d2b64e0930 | ||
|
bdcee356e9 | ||
|
8b330e7440 | ||
|
978346df45 | ||
|
ddd36472d4 |
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -376,16 +376,14 @@
|
||||
[submodule "update-alternatives"]
|
||||
path = update-alternatives
|
||||
url = ../../rpm/dpkg.git
|
||||
[submodule "kernel-default"]
|
||||
path = kernel-default
|
||||
url = ../../rpm/kernel-source.git
|
||||
[submodule "dummy-release"]
|
||||
path = dummy-release
|
||||
url = ../../rpm/dummy-release.git
|
||||
[submodule "build"]
|
||||
path = build
|
||||
# XXX: pbuild fix https://github.com/openSUSE/obs-build/pull/896
|
||||
url = ../build.git
|
||||
url = https://gitea.opensuse.org/mold/build.git
|
||||
branch = lnussel
|
||||
[submodule "psmisc"]
|
||||
path = psmisc
|
||||
url = ../../rpm/psmisc.git
|
||||
@ -395,3 +393,6 @@
|
||||
[submodule "perl-YAML-LibYAML"]
|
||||
path = perl-YAML-LibYAML
|
||||
url = ../../rpm/perl-YAML-LibYAML.git
|
||||
[submodule "kernel-source"]
|
||||
path = kernel-source
|
||||
url = ../../rpm/kernel-source.git
|
||||
|
2
aaa_base
2
aaa_base
@ -1 +1 @@
|
||||
Subproject commit 79fff1939cb77117daeb76514f6e6889f605a68a
|
||||
Subproject commit 5f3ab8cc4037eba7a76aebaa7eecdbaf5451fd5d
|
2
acl
2
acl
@ -1 +1 @@
|
||||
Subproject commit 63b50373930eeedad371d14827ffb3b3f8d4edd3
|
||||
Subproject commit 9988e1b4d0aeeb0f5df72cb79edefa1d58a57d0d
|
2
attr
2
attr
@ -1 +1 @@
|
||||
Subproject commit 220fb2905866908def3d56b00f7f4694998e294b
|
||||
Subproject commit e655be3ec94d9720027f3eccca7c1dba67beae89
|
2
audit
2
audit
@ -1 +1 @@
|
||||
Subproject commit 64ce9f4c9137bd306bf09c3ebe5519b1157f38cc
|
||||
Subproject commit c07a7a4f3279d6c1569a070a5ec18b8984de2bf0
|
2
autoconf
2
autoconf
@ -1 +1 @@
|
||||
Subproject commit 31e6bdab44cb8d2ef5cb556cfa54e9f148d5fceb
|
||||
Subproject commit 157e0f7a1ba2ca0a5a47d3efb3fdbb9bdc7cff23
|
@ -1 +1 @@
|
||||
Subproject commit f73474586b11322bf7504216eb760ee668b8e463
|
||||
Subproject commit 9d65191ae8e30ef3dcb54a23b7e503432e147747
|
2
automake
2
automake
@ -1 +1 @@
|
||||
Subproject commit d5a2bc3cd42a1e4fe03b4c20c41667a42442f86b
|
||||
Subproject commit 48276c391eddf5ebbe65cfa0fb5d2c6353e652b5
|
2
bash
2
bash
@ -1 +1 @@
|
||||
Subproject commit d9392daf0450fb95edd7a654a658bc99a7e6cbfd
|
||||
Subproject commit 0f52577aef532abde3734ee7524b65f6a591a8e0
|
2
bc
2
bc
@ -1 +1 @@
|
||||
Subproject commit 87a4031771cd7b706201a3706f78b5aac06fb1e5
|
||||
Subproject commit 1fae16c9ebc0aeb169c582918dcac6633e006a5a
|
2
binutils
2
binutils
@ -1 +1 @@
|
||||
Subproject commit 4cbf731d722b9fc252610699436b1f3850c172c5
|
||||
Subproject commit 35e1fa33918e371d127de48d996df9a99b73c942
|
2
bison
2
bison
@ -1 +1 @@
|
||||
Subproject commit c18f5accf74dc59cb02fa6a6896aab022fe25523
|
||||
Subproject commit 9d6b1897c9e454e2bf5cfefca77321e8cf1b3ea9
|
@ -1 +1 @@
|
||||
Subproject commit 0cfc70a8dfa7dd33e4cbb073a5651ec961e4077b
|
||||
Subproject commit d2316f7686b1bd319384aca545035fd9df304715
|
2
build
2
build
@ -1 +1 @@
|
||||
Subproject commit 62e085e2aca5fa7484e7191a12108b4d779dc710
|
||||
Subproject commit df48ab99437e2a81516529ac3fab1ea5b139c343
|
@ -1 +1 @@
|
||||
Subproject commit 172289b493284381529e7e9fff97e2af2abc09f1
|
||||
Subproject commit d76d45b519ec269361bb2181be9a388d499d54a0
|
2
bzip2
2
bzip2
@ -1 +1 @@
|
||||
Subproject commit f05407a4923b501ca7987276a1f5757d8e90421f
|
||||
Subproject commit e34fb780b587f3de49f7da2ee7bdf763fe7ca5c8
|
4
checkpackages
Executable file
4
checkpackages
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
while read p; do
|
||||
test -e $p || echo $p;
|
||||
done < <(curl -s -f https://api.opensuse.org/public/source/openSUSE:Factory:Rings:0-Bootstrap|sed -ne 's/.*entry name="\([^":]*\).*\/>/\1/p'|sort -u | grep -v AGGR)
|
@ -1 +1 @@
|
||||
Subproject commit d02f08c4816db03393330bee2f26b3c35ba30a49
|
||||
Subproject commit 3debaecd7b7ea528a896de8b02fad14a065e81a6
|
@ -1 +1 @@
|
||||
Subproject commit e217cc8c815d654ad3f304f5c1e29a3202940309
|
||||
Subproject commit a2593d57b9ec3bef7cdcec1ffbc2dee80cbaac0b
|
2
cpio
2
cpio
@ -1 +1 @@
|
||||
Subproject commit f3f62d3b5b83853a0b670b1edf4138a53475c7e5
|
||||
Subproject commit 370eff8691fbc1877ac3e931818f8ef29caa2030
|
@ -1 +1 @@
|
||||
Subproject commit 6d37c5674addc744fde73702bad87c427f45227e
|
||||
Subproject commit deb77ad9acd4e52dd8fa06218c9f00a84d0a8adf
|
@ -1 +1 @@
|
||||
Subproject commit 4e656e518bf934f55a7e4c632f94e5ee06066068
|
||||
Subproject commit 9a8b5595bbfb1a8b3042164517cd8f88e6156a6b
|
2
dejagnu
2
dejagnu
@ -1 +1 @@
|
||||
Subproject commit e6a1be67d9ef6e199e79ba852b9eb90f2587e271
|
||||
Subproject commit 069b1d99caa3313fa0aa0df00d40f98533bcc343
|
@ -1 +1 @@
|
||||
Subproject commit 2ac645d09e3e876e1ba5c5f0f9408788a9911c3b
|
||||
Subproject commit 1d52ca7ac93de468b97557879e8ae6383ebabf39
|
@ -1 +1 @@
|
||||
Subproject commit b8072deedf1bf028f6cbdf5afcb54c385c7a340e
|
||||
Subproject commit 4b177a5f9e0582b80b3789f73c377d77c77f24c9
|
2
dwz
2
dwz
@ -1 +1 @@
|
||||
Subproject commit e5497bf4827235428866b714ff6017e49cb9e769
|
||||
Subproject commit 711516201881e9d3cd8739cb1f074dd1e8a382a2
|
@ -1 +1 @@
|
||||
Subproject commit 9cd3e875b94a711f91963611404591488ab92fa9
|
||||
Subproject commit ce6a490b05e04f80335788eae8bbb6ea53ec1eb2
|
2
ed
2
ed
@ -1 +1 @@
|
||||
Subproject commit e590a5ac09e694489ad83503c06863f04cc5e22c
|
||||
Subproject commit ee6b1271a292af4ceab62f30588915495d934a17
|
2
elfutils
2
elfutils
@ -1 +1 @@
|
||||
Subproject commit 966520bfdac4dfa705beadb5a0c4c3040a8a91f5
|
||||
Subproject commit e58d0f91dfe7638c88da8b33e2396a4863767575
|
2
expat
2
expat
@ -1 +1 @@
|
||||
Subproject commit 3fc64645f481d147ff90ae034b3f029118915f18
|
||||
Subproject commit eebe4d6019c2256f8348f7a718907613b3c79003
|
2
expect
2
expect
@ -1 +1 @@
|
||||
Subproject commit 5de9e50fa562ab2eea35cca2efa490829b1b741f
|
||||
Subproject commit 97e06b1fb04cc795111d3ee5bb9583d39b2e200e
|
2
fdupes
2
fdupes
@ -1 +1 @@
|
||||
Subproject commit cc9d0c3b6d0f9c509aec6957d564f67002ad8d33
|
||||
Subproject commit 23e2ae908bfc9b43712132f18b6740f44437932d
|
2
file
2
file
@ -1 +1 @@
|
||||
Subproject commit 517707b5b6e53417ef58460116fcd975d9695a79
|
||||
Subproject commit 770560b009189bd2093237a9e7bf1dc91a39d557
|
@ -1 +1 @@
|
||||
Subproject commit c619e147cb467ec067c985dc14a1a22ccfec5691
|
||||
Subproject commit 6591ad43c7f7d9f10a7007596e0f77276fac65e8
|
2
fillup
2
fillup
@ -1 +1 @@
|
||||
Subproject commit 23b44b656d8c0119dffe139d1fe01957f519fe43
|
||||
Subproject commit 7f642355326c876235e295bf6559f02781b16d53
|
@ -1 +1 @@
|
||||
Subproject commit e0e31d8cf2ca03c1cee693b10cacc96ee7096a98
|
||||
Subproject commit 49d6eaeb774a50ed44967cd4b5b91a43d9864f13
|
@ -1 +1 @@
|
||||
Subproject commit aae2477cfb8298d4c927f3cf9051cd46c95bc9ac
|
||||
Subproject commit 7a3d17b0f2cfb1207847e814d5834f96917debbe
|
2
flex
2
flex
@ -1 +1 @@
|
||||
Subproject commit 9e9ff60fb1504a96c84cc6a7e49fb7e1c3a28d6a
|
||||
Subproject commit 4fe02c4e7e36012c99265d39703198634f06aa28
|
2
gawk
2
gawk
@ -1 +1 @@
|
||||
Subproject commit a34a76a615f1c0aea24147e4f7c321fc4cff9c40
|
||||
Subproject commit c2055b08e1d83b234d5fa017aebf5db2acc65fa3
|
2
gcc
2
gcc
@ -1 +1 @@
|
||||
Subproject commit 31358c25c82ce0943f58459318fb30b72b745a7c
|
||||
Subproject commit c157ad758a7a9bd9c9b5d29873005be70b5cd029
|
2
gcc12
2
gcc12
@ -1 +1 @@
|
||||
Subproject commit 2ed7b3402ba667651e34f409b3274991f7d9ef7a
|
||||
Subproject commit 5b353be41c7dd7c121e2b7a0f97a002a4852065c
|
2
gdbm
2
gdbm
@ -1 +1 @@
|
||||
Subproject commit 601171c2a73365475f273d655370784ff72706ed
|
||||
Subproject commit 4e4afa91b93096614be8abb84edd6a1475f27b44
|
11
getconfig
11
getconfig
@ -12,6 +12,17 @@ Macros:
|
||||
%disable_32bit 1
|
||||
:Macros
|
||||
|
||||
%if "%_project" == "openSUSE:Factory:Rings:0-Bootstrap" || "%_project" == "openSUSE:Factory:ARM:Rings:0-Bootstrap"
|
||||
BuildFlags: excludebuild:kernel-source
|
||||
BuildFlags: excludebuild:binutils:aarch64
|
||||
BuildFlags: excludebuild:binutils:arm
|
||||
BuildFlags: excludebuild:gcc12:cross-aarch64-gcc12
|
||||
BuildFlags: excludebuild:gcc12:cross-aarch64-gcc12-bootstrap
|
||||
BuildFlags: excludebuild:gcc12:cross-arm-gcc12
|
||||
BuildFlags: excludebuild:gcc12:cross-arm-none-gcc12-bootstrap
|
||||
BuildFlags: excludebuild:glibc:cross-aarch64
|
||||
%endif
|
||||
|
||||
EOF
|
||||
cat _config.factory _config.ring0 >> _config.new
|
||||
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 079440448b21926aaf49b10ed75af607436f634a
|
||||
Subproject commit 37604d77e637d0b79000d759b2a401093ca21e2e
|
2
glibc
2
glibc
@ -1 +1 @@
|
||||
Subproject commit 654e718a57e4dc67d5d1a7d14021ae78051091ae
|
||||
Subproject commit 73bf9a34a839d31047586af3e50b2a84d9cfc89e
|
2
gmp
2
gmp
@ -1 +1 @@
|
||||
Subproject commit b19d12a2462973354f3b6b43d7363eb396b5c006
|
||||
Subproject commit 4f594d19831588943b65dfd5ed0b706145a1bdfa
|
2
gpm
2
gpm
@ -1 +1 @@
|
||||
Subproject commit b46f83c18d74276673023f17751dcb548bcf8068
|
||||
Subproject commit cf4a78a5473036cb00363828b2a1e6700d7e1b77
|
2
grep
2
grep
@ -1 +1 @@
|
||||
Subproject commit a8533f1a30eb4d10d5d9366379eb75ee49f8a4de
|
||||
Subproject commit 111ce616e40c0fbe7c3b91611edc2726e923a0de
|
2
gzip
2
gzip
@ -1 +1 @@
|
||||
Subproject commit 664bc09b9957062c116e2557bf4dfd17a4c989ee
|
||||
Subproject commit 08701d220a6425109339fe9419d07e1cd7939cf9
|
2
help2man
2
help2man
@ -1 +1 @@
|
||||
Subproject commit cb50c9b5066925ea97d091f78d1b55e7e1d18506
|
||||
Subproject commit f3e87df701acae54315460cdd47e998922a0c077
|
2
hostname
2
hostname
@ -1 +1 @@
|
||||
Subproject commit c3af5a069378739c830ba2a2290deb7d4d935d3d
|
||||
Subproject commit 7868afc0a9c3df2aadee8a3db4912af8c1ae5fe0
|
2
isl
2
isl
@ -1 +1 @@
|
||||
Subproject commit 52fe23df0181ec73cbab5e975c55fb70651cfe99
|
||||
Subproject commit 900a740ac6a3ad31726947e937e430ee1a269109
|
@ -1 +0,0 @@
|
||||
Subproject commit 0f3141a8c51b2e5ac3f0a099250f31f31b84a1d2
|
1
kernel-default/_link
Normal file
1
kernel-default/_link
Normal file
@ -0,0 +1 @@
|
||||
<link package='kernel-source' cicount='copy' />
|
1
kernel-obs-build/_link
Normal file
1
kernel-obs-build/_link
Normal file
@ -0,0 +1 @@
|
||||
<link package='kernel-source' cicount='copy' />
|
1
kernel-source
Submodule
1
kernel-source
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b0d2f8ebec92fd0eb6ff15a0c39c90c6bd91fbdf
|
2
keyutils
2
keyutils
@ -1 +1 @@
|
||||
Subproject commit 6e0b2bb85532125be4fcb592e52e353b93029811
|
||||
Subproject commit c264af9475b962c700a392b757a263e845425e2b
|
@ -1 +1 @@
|
||||
Subproject commit e73ff9f346a8e66d3a8316364b811b1b677b78c8
|
||||
Subproject commit 82bc5c867051a7b0dcf12b31ab15ae94a50cb770
|
2
libcap
2
libcap
@ -1 +1 @@
|
||||
Subproject commit 5b74ae825521ca21f5ab0fa05ae74c8509f269d4
|
||||
Subproject commit ed4b5408cc4fa4eff2e883ec224869a5f6f122b3
|
@ -1 +1 @@
|
||||
Subproject commit 16030290164667792940f232de3c52b0ab082423
|
||||
Subproject commit 97d4144f494e0a552594aefe3bc16d12e54a6a72
|
@ -1 +1 @@
|
||||
Subproject commit 431ce7234054ed7a89b791ad10c0e5c6b0c653cf
|
||||
Subproject commit efc146d3c6e4550fa2fd7d71cf86403419ded955
|
2
libeconf
2
libeconf
@ -1 +1 @@
|
||||
Subproject commit bfaa3cd862951ed8f702b076d4b7c8c8203f28a4
|
||||
Subproject commit cf3fc7f97b85ed3c9231b60c687d8515aa97bb5a
|
2
libedit
2
libedit
@ -1 +1 @@
|
||||
Subproject commit 3da294097afad2cc99246cc4fbb58a8fbd73d497
|
||||
Subproject commit b481d8a75cfd81e7b3b9df9f25bc4a5ed44b20cd
|
2
libffi
2
libffi
@ -1 +1 @@
|
||||
Subproject commit 5e5675944b9e8feab3a563d202a906a99f568c0d
|
||||
Subproject commit 7e8eae34158cf88594d7e5068e3e291ee34f2890
|
@ -1 +1 @@
|
||||
Subproject commit b0cbfc20d83cdf636bbbb879ec7626b7b519b027
|
||||
Subproject commit 8166dc88a635fcce5fcd2e9dd09284ef911a0626
|
@ -1 +1 @@
|
||||
Subproject commit e6c209b28308e585f49dacaf17670078b72733b9
|
||||
Subproject commit 2f0f368cbc813ad5f71a74a0c6234f0e71717f12
|
2
libnsl
2
libnsl
@ -1 +1 @@
|
||||
Subproject commit 7041b818c27b9104f23ec234a16b038be6fade05
|
||||
Subproject commit 395c023e9a9d74b8275dcbb769e95264332b8fac
|
@ -1 +1 @@
|
||||
Subproject commit a7daeb09cbc820be1529ac85c1c538217ff7f984
|
||||
Subproject commit 7191480cf4968b8fb199eb210ed29553937280c6
|
@ -1 +1 @@
|
||||
Subproject commit 9c6d06a7bab1d474139c9437a9a0a2bd528b8090
|
||||
Subproject commit 96f408a8f1b7db984730f37204c082dfdde6e55e
|
@ -1 +1 @@
|
||||
Subproject commit 3225c46a5304362db567d3ba94ea5e42bf017ac9
|
||||
Subproject commit f6617a781903c1f8dcb27069bb4d368c74424501
|
@ -1 +1 @@
|
||||
Subproject commit 4a1fb82d4c58ab4eb25a0af4e2084e09fd26b9cb
|
||||
Subproject commit c03f02fe296597a8db754f81981fb7e17634ea73
|
2
libsepol
2
libsepol
@ -1 +1 @@
|
||||
Subproject commit 477f303b3bd878858aacfddebcf78fbcd2c5c6dc
|
||||
Subproject commit f1c6f6ef783b4418ff10a2caf83ef4a39668178d
|
2
libtirpc
2
libtirpc
@ -1 +1 @@
|
||||
Subproject commit 72ab37a383722998e1683be936e1030e30f9c71a
|
||||
Subproject commit 622051bef48f338b59ce25ad91248bd30815997b
|
2
libtool
2
libtool
@ -1 +1 @@
|
||||
Subproject commit 27f98763492efbc3acf9ca3b3a134cb1e9e86d5c
|
||||
Subproject commit 2f5c043905a50bbb474f98d8ea5c7027158b121a
|
2
libverto
2
libverto
@ -1 +1 @@
|
||||
Subproject commit 6764a6937dfc25c6f599da24468593656ba2d282
|
||||
Subproject commit c5715ab0c463896b448c78eae3930d073b50afb9
|
@ -1 +1 @@
|
||||
Subproject commit 55f002ff40000b2793791376c075f649a364f9a8
|
||||
Subproject commit 8f47f54ea746bddeeb9d4f0eec86c09221767325
|
2
libzio
2
libzio
@ -1 +1 @@
|
||||
Subproject commit fc0c637fe55eee6bd9fb66eaa547105ec437aa87
|
||||
Subproject commit 084e37fd06c8511186f1a4ec021248a56aa70a7f
|
@ -1 +1 @@
|
||||
Subproject commit 01952c7dd5b75d0f58b7d1f94e066917ae132a28
|
||||
Subproject commit 7f47542555247f9c612a76cd9e3e4c73629f72ca
|
@ -1 +1 @@
|
||||
Subproject commit a7f9eaca552211ee305d16f32a6a498a3bc33189
|
||||
Subproject commit 0320bd114e237ea472f57dc7ded503c5664e267f
|
2
lua54
2
lua54
@ -1 +1 @@
|
||||
Subproject commit b0f0188109dd6c8be54f54c9d59e2fcc22d9edaa
|
||||
Subproject commit 180278e38f18df968e5f1187b12ad652bb9017f7
|
2
m4
2
m4
@ -1 +1 @@
|
||||
Subproject commit 417e38a40d9275968ebaf07fde91186d0eec55db
|
||||
Subproject commit 78fdc4be7bb670765e4b255a11437316c459babc
|
2
make
2
make
@ -1 +1 @@
|
||||
Subproject commit 6f52dff2fef97b91da4701d7940ad752f39f63ba
|
||||
Subproject commit f1df6b817d76ca655a536b246cb64797fee7934f
|
@ -1 +1 @@
|
||||
Subproject commit 41e5d8de3443717defe5ff9bd286c6d2de09642d
|
||||
Subproject commit f5a469793d0a36f93dd61d290076a5d1476bcdf5
|
2
meson
2
meson
@ -1 +1 @@
|
||||
Subproject commit f90a68935f8ff5a04df3e4ac4fe088c7f4a73a74
|
||||
Subproject commit c8a4711bba5510d1bfe0f365c4001b724e773aa9
|
2
mpc
2
mpc
@ -1 +1 @@
|
||||
Subproject commit 646feb593388058b57264fc183cede928c38c58b
|
||||
Subproject commit 1d0291c8c2b8e110444777660e0ee30975f2ad1f
|
@ -1 +1 @@
|
||||
Subproject commit 4d6a6059a5482f8b135a39fbb60b9e5931310db2
|
||||
Subproject commit d6e247ff99282d7021d185c3dabbda42960f54e4
|
2
mpfr
2
mpfr
@ -1 +1 @@
|
||||
Subproject commit 640be9a8e822b3a5f8f7748840222d21e4957431
|
||||
Subproject commit 22b3d2271a4d8eb8ecc5b2731c0142e089b30c77
|
2
ncurses
2
ncurses
@ -1 +1 @@
|
||||
Subproject commit 0be24ca0b9e53140f309e8eca8857b969bdb5085
|
||||
Subproject commit 7c71b10fd9fe934674d2201bd1541bf423bcc5f3
|
2
netcfg
2
netcfg
@ -1 +1 @@
|
||||
Subproject commit fb8403ffef448ba4ec8c2fe9b37bc4cf7a307d0a
|
||||
Subproject commit ec74d2ae46645d3d0c11a35e26517adbf9b3bb5f
|
2
ninja
2
ninja
@ -1 +1 @@
|
||||
Subproject commit f35b9a9b66272fdd8afd95f2fad640c332db0a43
|
||||
Subproject commit 06b46907bb01a5d431498bfe65fd91bc874008cf
|
2
openssl
2
openssl
@ -1 +1 @@
|
||||
Subproject commit e0307df050253919fead932d31221acc2d0ba80b
|
||||
Subproject commit 440b8462ac70c171cb9a4502e23c8c1ccee6d0b9
|
@ -1 +1 @@
|
||||
Subproject commit d8f3aa1241bf29f0aff6eacbce417d2076b2873a
|
||||
Subproject commit 3b48fa99b20b1765ac06397c0f27851136358096
|
2
pam
2
pam
@ -1 +1 @@
|
||||
Subproject commit bb2271f875b52ecb130b0b4b5f61259264814015
|
||||
Subproject commit bc8e59c8d6ac8a83f72263af0ba868bbe57b59e5
|
2
patch
2
patch
@ -1 +1 @@
|
||||
Subproject commit ab43c8bb019916be4d6cbc5453cec96cc068e852
|
||||
Subproject commit 6968fc4c12c24efa4a14558abb36e91eff4470df
|
@ -1 +1 @@
|
||||
Subproject commit bff8b49735d65886474930308d436f9d2699a848
|
||||
Subproject commit 7c9bcf45c7350ddc85305f458bc75e8de0ad63ac
|
2
pcre2
2
pcre2
@ -1 +1 @@
|
||||
Subproject commit cb7b5682a176a7a781884121f476993244e37e5b
|
||||
Subproject commit 3a6583a9be52e050ee9ea8b536abf3b4c924d2ae
|
2
perl
2
perl
@ -1 +1 @@
|
||||
Subproject commit d7748ea95b999883650db319f3174988aeade0d3
|
||||
Subproject commit e9d212a67914541a07fdedf871fab95b60b20a90
|
2
shadow
2
shadow
@ -1 +1 @@
|
||||
Subproject commit 837c79e5e38e82323138471c6f5d7948cef1865f
|
||||
Subproject commit 2b8417567f24985648b904aabc41f9ae65369665
|
2
tar
2
tar
@ -1 +1 @@
|
||||
Subproject commit 12dff3e8987267afae3a7aefa435b0cd3da22208
|
||||
Subproject commit 50c5c12243ae5e7a0c0ccbeffb9e29c573b3da7a
|
@ -1 +1 @@
|
||||
Subproject commit c40dc12237d972b3d966302705d3cc0e201f1805
|
||||
Subproject commit 617791b10d46af6d69d0ecacf664fd53dda42db8
|
Loading…
Reference in New Issue
Block a user