Add initial sources

This commit is contained in:
Denis Benato 2024-12-12 02:17:00 +01:00
parent e6ba0cb2cd
commit d03c90da8a
42 changed files with 31 additions and 0 deletions

BIN
sources/acl-2.3.2.tar.xz Normal file

Binary file not shown.

BIN
sources/attr-2.5.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
sources/bash-5.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
sources/bzip2-1.0.8.tar.gz Normal file

Binary file not shown.

BIN
sources/check-0.15.2.tar.gz Normal file

Binary file not shown.

BIN
sources/cloog-0.18.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
sources/file-5.46.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
sources/gawk-5.3.1.tar.xz Normal file

Binary file not shown.

BIN
sources/gcc-14.2.0.tar.gz Normal file

Binary file not shown.

BIN
sources/gettext-0.23.tar.gz Normal file

Binary file not shown.

BIN
sources/glibc-2.40.tar.gz Normal file

Binary file not shown.

BIN
sources/gmp-6.3.0.tar.xz Normal file

Binary file not shown.

BIN
sources/grep-3.11.tar.xz Normal file

Binary file not shown.

BIN
sources/gzip-1.13.tar.xz Normal file

Binary file not shown.

BIN
sources/isl-0.27.tar.gz Normal file

Binary file not shown.

BIN
sources/libcap-2.73.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
sources/linux-6.12.1.tar.gz Normal file

Binary file not shown.

BIN
sources/m4-1.4.19.tar.gz Normal file

Binary file not shown.

BIN
sources/make-4.4.1.tar.gz Normal file

Binary file not shown.

BIN
sources/mpc-1.3.1.tar.gz Normal file

Binary file not shown.

BIN
sources/mpfr-4.2.1.tar.xz Normal file

Binary file not shown.

BIN
sources/ncurses.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View 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

Binary file not shown.

BIN
sources/pcre2-10.44.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

BIN
sources/sed-4.9.tar.xz Normal file

Binary file not shown.

BIN
sources/swig-4.3.0.tar.gz Normal file

Binary file not shown.

BIN
sources/tar-1.35.tar.xz Normal file

Binary file not shown.

Binary file not shown.

BIN
sources/xz-5.6.3.tar.xz Normal file

Binary file not shown.

BIN
sources/zlib-1.3.1.tar.gz Normal file

Binary file not shown.