Add initial sources
This commit is contained in:
parent
e6ba0cb2cd
commit
d03c90da8a
42 changed files with 31 additions and 0 deletions
BIN
sources/acl-2.3.2.tar.xz
Normal file
BIN
sources/acl-2.3.2.tar.xz
Normal file
Binary file not shown.
BIN
sources/attr-2.5.2.tar.gz
Normal file
BIN
sources/attr-2.5.2.tar.gz
Normal file
Binary file not shown.
BIN
sources/audit-userspace-4.0.2.tar.gz
Normal file
BIN
sources/audit-userspace-4.0.2.tar.gz
Normal file
Binary file not shown.
BIN
sources/bash-5.2.tar.gz
Normal file
BIN
sources/bash-5.2.tar.gz
Normal file
Binary file not shown.
BIN
sources/binutils-2.43.tar.zst
Normal file
BIN
sources/binutils-2.43.tar.zst
Normal file
Binary file not shown.
BIN
sources/bzip2-1.0.8.tar.gz
Normal file
BIN
sources/bzip2-1.0.8.tar.gz
Normal file
Binary file not shown.
BIN
sources/check-0.15.2.tar.gz
Normal file
BIN
sources/check-0.15.2.tar.gz
Normal file
Binary file not shown.
BIN
sources/cloog-0.18.4.tar.gz
Normal file
BIN
sources/cloog-0.18.4.tar.gz
Normal file
Binary file not shown.
BIN
sources/coreutils-9.5.tar.gz
Normal file
BIN
sources/coreutils-9.5.tar.gz
Normal file
Binary file not shown.
BIN
sources/diffutils-3.10.tar.xz
Normal file
BIN
sources/diffutils-3.10.tar.xz
Normal file
Binary file not shown.
BIN
sources/file-5.46.tar.gz
Normal file
BIN
sources/file-5.46.tar.gz
Normal file
Binary file not shown.
BIN
sources/findutils-4.10.0.tar.xz
Normal file
BIN
sources/findutils-4.10.0.tar.xz
Normal file
Binary file not shown.
BIN
sources/gawk-5.3.1.tar.xz
Normal file
BIN
sources/gawk-5.3.1.tar.xz
Normal file
Binary file not shown.
BIN
sources/gcc-14.2.0.tar.gz
Normal file
BIN
sources/gcc-14.2.0.tar.gz
Normal file
Binary file not shown.
BIN
sources/gettext-0.23.tar.gz
Normal file
BIN
sources/gettext-0.23.tar.gz
Normal file
Binary file not shown.
BIN
sources/glibc-2.40.tar.gz
Normal file
BIN
sources/glibc-2.40.tar.gz
Normal file
Binary file not shown.
BIN
sources/gmp-6.3.0.tar.xz
Normal file
BIN
sources/gmp-6.3.0.tar.xz
Normal file
Binary file not shown.
BIN
sources/grep-3.11.tar.xz
Normal file
BIN
sources/grep-3.11.tar.xz
Normal file
Binary file not shown.
BIN
sources/gzip-1.13.tar.xz
Normal file
BIN
sources/gzip-1.13.tar.xz
Normal file
Binary file not shown.
BIN
sources/isl-0.27.tar.gz
Normal file
BIN
sources/isl-0.27.tar.gz
Normal file
Binary file not shown.
BIN
sources/libcap-2.73.tar.gz
Normal file
BIN
sources/libcap-2.73.tar.gz
Normal file
Binary file not shown.
BIN
sources/libcap-ng-0.8.5.tar.gz
Normal file
BIN
sources/libcap-ng-0.8.5.tar.gz
Normal file
Binary file not shown.
BIN
sources/libiconv-1.17.tar.gz
Normal file
BIN
sources/libiconv-1.17.tar.gz
Normal file
Binary file not shown.
BIN
sources/libseccomp-2.5.5.tar.gz
Normal file
BIN
sources/libseccomp-2.5.5.tar.gz
Normal file
Binary file not shown.
BIN
sources/libxcrypt-4.4.36.tar.xz
Normal file
BIN
sources/libxcrypt-4.4.36.tar.xz
Normal file
Binary file not shown.
BIN
sources/linux-6.12.1.tar.gz
Normal file
BIN
sources/linux-6.12.1.tar.gz
Normal file
Binary file not shown.
BIN
sources/m4-1.4.19.tar.gz
Normal file
BIN
sources/m4-1.4.19.tar.gz
Normal file
Binary file not shown.
BIN
sources/make-4.4.1.tar.gz
Normal file
BIN
sources/make-4.4.1.tar.gz
Normal file
Binary file not shown.
BIN
sources/mpc-1.3.1.tar.gz
Normal file
BIN
sources/mpc-1.3.1.tar.gz
Normal file
Binary file not shown.
BIN
sources/mpfr-4.2.1.tar.xz
Normal file
BIN
sources/mpfr-4.2.1.tar.xz
Normal file
Binary file not shown.
BIN
sources/ncurses.tar.gz
Normal file
BIN
sources/ncurses.tar.gz
Normal file
Binary file not shown.
BIN
sources/openssl-3.4.0.tar.gz
Normal file
BIN
sources/openssl-3.4.0.tar.gz
Normal file
Binary file not shown.
31
sources/openssl-ca-dir.patch
Normal file
31
sources/openssl-ca-dir.patch
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
--- a/apps/CA.pl.in
|
||||
+++ b/apps/CA.pl.in
|
||||
@@ -29,7 +29,7 @@
|
||||
my $PKCS12 = "$openssl pkcs12";
|
||||
|
||||
# Default values for various configuration settings.
|
||||
-my $CATOP = "./demoCA";
|
||||
+my $CATOP = "/etc/ssl";
|
||||
my $CAKEY = "cakey.pem";
|
||||
my $CAREQ = "careq.pem";
|
||||
my $CACERT = "cacert.pem";
|
||||
--- a/apps/openssl.cnf
|
||||
+++ b/apps/openssl.cnf
|
||||
@@ -79,7 +79,7 @@
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
-dir = ./demoCA # Where everything is kept
|
||||
+dir = /etc/ssl # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
@@ -309,7 +309,7 @@
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
-dir = ./demoCA # TSA root directory
|
||||
+dir = /etc/ssl # TSA root directory
|
||||
serial = $dir/tsaserial # The current serial number (mandatory)
|
||||
crypto_device = builtin # OpenSSL engine to use for signing
|
||||
signer_cert = $dir/tsacert.pem # The TSA signing certificate
|
||||
BIN
sources/patch-2.7.6.tar.gz
Normal file
BIN
sources/patch-2.7.6.tar.gz
Normal file
Binary file not shown.
BIN
sources/pcre2-10.44.tar.bz2
Normal file
BIN
sources/pcre2-10.44.tar.bz2
Normal file
Binary file not shown.
BIN
sources/readline-8.2.13.tar.gz
Normal file
BIN
sources/readline-8.2.13.tar.gz
Normal file
Binary file not shown.
BIN
sources/sed-4.9.tar.xz
Normal file
BIN
sources/sed-4.9.tar.xz
Normal file
Binary file not shown.
BIN
sources/swig-4.3.0.tar.gz
Normal file
BIN
sources/swig-4.3.0.tar.gz
Normal file
Binary file not shown.
BIN
sources/tar-1.35.tar.xz
Normal file
BIN
sources/tar-1.35.tar.xz
Normal file
Binary file not shown.
BIN
sources/texinfo-7.1.1.tar.xz
Normal file
BIN
sources/texinfo-7.1.1.tar.xz
Normal file
Binary file not shown.
BIN
sources/xz-5.6.3.tar.xz
Normal file
BIN
sources/xz-5.6.3.tar.xz
Normal file
Binary file not shown.
BIN
sources/zlib-1.3.1.tar.gz
Normal file
BIN
sources/zlib-1.3.1.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue