-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
4,403 additions
and
3,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
distroless-packages-base | ||
nodejs18 | ||
prebuilt-ca-certificates |
1 change: 1 addition & 0 deletions
1
.pipelines/containerSourceData/prometheus/distroless/prometheus.pkg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
distroless-packages-base | ||
prebuilt-ca-certificates | ||
prometheus |
1 change: 1 addition & 0 deletions
1
.pipelines/containerSourceData/prometheusadapter/distroless/prometheusadapter.pkg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
distroless-packages-base | ||
prebuilt-ca-certificates | ||
prometheus-adapter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
distroless-packages-base | ||
prebuilt-ca-certificates | ||
python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,6 +117,7 @@ | |
"cim-schema", | ||
"cjkuni-uming-fonts", | ||
"cjose", | ||
"ck", | ||
"cldr-emoji-annotation", | ||
"clucene", | ||
"clutter", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"SymCrypt-OpenSSL-1.4.0.tar.gz": "c2494e967dacbbca0aa374d510959c0fda3d43c24c00a5bbb3f284a8fd7c1c9b" | ||
"SymCrypt-OpenSSL-1.4.2.tar.gz": "c48ecfac71507a5497bad6ac5df3cbf5d78339f7c4aa6fb382ed8a8e05053377" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
Summary: The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations | ||
Name: SymCrypt-OpenSSL | ||
Version: 1.4.0 | ||
Version: 1.4.2 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Group: System/Libraries | ||
URL: https://github.com/microsoft/SymCrypt-OpenSSL | ||
#Source0: https://github.com/microsoft/SymCrypt-OpenSSL/archive/v%{version}.tar.gz | ||
Source0: %{name}-%{version}.tar.gz | ||
Source0: https://github.com/microsoft/SymCrypt-OpenSSL/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
BuildRequires: openssl-devel | ||
BuildRequires: SymCrypt | ||
BuildRequires: cmake | ||
BuildRequires: gcc | ||
BuildRequires: make | ||
|
||
Requires: SymCrypt | ||
Requires: openssl | ||
|
||
%description | ||
The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations | ||
|
||
|
@@ -54,8 +57,7 @@ install SymCryptEngine/inc/e_scossl.h %{buildroot}%{_includedir}/e_scossl.h | |
install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/symcrypt_prov.cnf | ||
|
||
%check | ||
# SslPlay has some dependencies on the 1.1.1 engine behavior that must be updated for 3.0 | ||
# ./bin/SslPlay/SslPlay | ||
./bin/SslPlay/SslPlay | ||
|
||
%files | ||
%license LICENSE | ||
|
@@ -65,6 +67,15 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy | |
%{_sysconfdir}/pki/tls/symcrypt_prov.cnf | ||
|
||
%changelog | ||
* Thu Apr 25 2024 Maxwell Moyer-McKee <[email protected]> - 1.4.2-1 | ||
- Support additional parameters in the SymCrypt provider required for TLS connections | ||
- Various bugfixes for TLS scenarios | ||
|
||
* Wed Apr 17 2024 Maxwell Moyer-McKee <[email protected]> - 1.4.1-1 | ||
- Update SymCrypt-OpenSSL to v1.4.1 | ||
- Adds support for RSASSA-PSS keys, SP800-108 KDF | ||
- Fixes smoke test for check in OpenSSL 3.1 | ||
|
||
* Thu Dec 28 2023 Maxwell Moyer-McKee <[email protected]> - 1.4.0-1 | ||
- Update SymCrypt-OpenSSL to v1.4.0. | ||
- Adds SymCrypt-OpenSSL provider for OpenSSL 3. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Summary: A core cryptographic library written by Microsoft | ||
Name: SymCrypt | ||
Version: 103.4.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -35,7 +35,7 @@ A core cryptographic library written by Microsoft | |
%define symcrypt_arch ARM64 | ||
# Currently SymCrypt ARM64 build requires use of clang | ||
%define symcrypt_cc clang | ||
%define symcrypt_c_flags "-Wno-conditional-uninitialized" | ||
%define symcrypt_c_flags "-mno-outline-atomics -Wno-conditional-uninitialized" | ||
%define symcrypt_cxx clang++ | ||
%endif | ||
|
||
|
@@ -78,6 +78,9 @@ chmod 755 %{buildroot}%{_libdir}/libsymcrypt.so.%{version} | |
%{_includedir}/* | ||
|
||
%changelog | ||
* Thu Apr 25 2024 Maxwell Moyer-McKee <[email protected]> - 103.4.1-2 | ||
- Disable outline atomics in aarch64 builds | ||
|
||
* Thu Dec 28 2023 Maxwell Moyer-McKee <[email protected]> - 103.4.1-1 | ||
- Update SymCrypt to v103.4.1 for SymCrypt-OpenSSL provider. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"autoconf-archive-2021.02.19.tar.xz": "e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd" | ||
"autoconf-archive-2023.02.20.tar.xz": "71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
%define debug_package %{nil} | ||
|
||
Summary: Autoconf macro archive | ||
Name: autoconf-archive | ||
Version: 2021.02.19 | ||
Release: 1%{?dist} | ||
License: GPLv3+ | ||
URL: https://www.gnu.org/software/autoconf-archive | ||
Group: System Environment/Base | ||
Summary: Autoconf macro archive | ||
Name: autoconf-archive | ||
Version: 2023.02.20 | ||
Release: 1%{?dist} | ||
License: GPLv3+ | ||
URL: https://www.gnu.org/software/autoconf-archive | ||
Group: System Environment/Base | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz | ||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz | ||
|
||
BuildArch: noarch | ||
Requires: autoconf | ||
BuildArch: noarch | ||
Requires: autoconf | ||
|
||
%description | ||
The package contains programs for producing shell scripts that can | ||
automatically configure source code. | ||
|
||
%prep | ||
%setup -q | ||
|
||
%build | ||
%configure | ||
make | ||
|
||
%install | ||
make install DESTDIR=%{buildroot} INSTALL="install -p" | ||
rm -rf %{buildroot}%{_infodir} | ||
|
@@ -33,10 +36,15 @@ rm -frv %{buildroot}%{_datadir}/%{name} | |
%{_datadir}/aclocal/*.m4 | ||
|
||
%changelog | ||
* Thu Jan 06 2022 Nicolas Guibourge <[email protected]> 2021.02.19-1 | ||
- Upgrade to 2021.02.19 | ||
- License verified | ||
* Tue Sep 03 2019 Mateusz Malisz <[email protected]> 2018.03.13-2 | ||
- Initial CBL-Mariner import from Photon (license: Apache2). | ||
* Mon Sep 10 2018 Anish Swaminathan <[email protected]> 2018.03.13-1 | ||
- Initial build | ||
* Mon Apr 22 2024 Andrew Phelps <[email protected]> - 2023.02.20-1 | ||
- Upgrade to 2023.02.20 | ||
|
||
* Thu Jan 06 2022 Nicolas Guibourge <[email protected]> - 2021.02.19-1 | ||
- Upgrade to 2021.02.19 | ||
- License verified | ||
|
||
* Tue Sep 03 2019 Mateusz Malisz <[email protected]> - 2018.03.13-2 | ||
- Initial CBL-Mariner import from Photon (license: Apache2). | ||
|
||
* Mon Sep 10 2018 Anish Swaminathan <[email protected]> - 2018.03.13-1 | ||
- Initial build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Summary: Azure Linux release files | ||
Name: azurelinux-release | ||
Version: %{dist_version}.0 | ||
Release: 9%{?dist} | ||
Release: 10%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -118,6 +118,9 @@ install -Dm0644 %{SOURCE4} -t %{buildroot}%{_sysctldir}/ | |
%{_sysctldir}/*.conf | ||
|
||
%changelog | ||
* Wed Apr 24 2024 Sam Meluch <[email protected]> - 3.0-10 | ||
- Azure Linux 3.0 April Preview Release 4 | ||
|
||
* Wed Apr 17 2024 Sam Meluch <[email protected]> - 3.0-9 | ||
- Azure Linux 3.0 April Preview Release 3 | ||
|
||
|
Oops, something went wrong.