[main] Fix credscan error with bind and junit (#2661)

* SPECS: update multiple signature files (#2645)

Update signature files for:
- dietlibc
- java-cup
- python-pytest-xdist

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

* [main] Removing invalid dependencies from `java-cup-bootstrap`. (#2634)

* Removing invalid dependencies.

* remove unneeded java-flex-bootstrap BR to fix build cycle

* revert java-cup to 11a

* fix cgmanifest + typo

Co-authored-by: Cameron Baird <cam.thebaird@gmail.com>
Co-authored-by: Cameron E Baird <cameronbaird@microsoft.com>

* update bind and junit

* remove unnecessary change

* fix changelog

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Co-authored-by: Cameron Baird <cam.thebaird@gmail.com>
Co-authored-by: Cameron E Baird <cameronbaird@microsoft.com>
Co-authored-by: Henry Li <lihl@microsoft.com>
This commit is contained in:
Henry Li 2022-04-04 14:55:01 -07:00 committed by GitHub
parent e8ac7b6289
commit 7146d2eab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 20 deletions

View File

@ -14,7 +14,6 @@
"named.rwtab": "6a4c84b6709211d09f2d71491d4c66d1d4c0115a9db247a5ed2a9db10e575735",
"named.sysconfig": "8f8eff846667b7811358e289e9fe594de17d0e47f2b8cebf7840ad8db7f34816",
"setup-named-chroot.sh": "786fbc88c7929fadf217cf2286f2eb03b6fba14843e5da40ad43c0022dd71c3a",
"setup-named-softhsm.sh": "3b243d9e48577acb95a08ae5dd7288c5eec4830bc02bd29b1f1724c497d12864",
"trusted-key.key": "02813e4e992f6faea0fcf1dc883d732b283bfea3044612cd7406c2e0106d9b07"
"setup-named-softhsm.sh": "3b243d9e48577acb95a08ae5dd7288c5eec4830bc02bd29b1f1724c497d12864"
}
}

View File

@ -9,7 +9,7 @@
Summary: Domain Name System software
Name: bind
Version: 9.16.15
Release: 3%{?dist}
Release: 4%{?dist}
License: ISC
Vendor: Microsoft Corporation
Distribution: Mariner
@ -25,7 +25,6 @@ Source6: named.empty
Source7: named.rfc1912.zones
Source8: named.conf.sample
Source9: named.root.key
Source10: trusted-key.key
Source11: setup-named-chroot.sh
Source12: generate-rndc-key.sh
Source13: named.rwtab
@ -335,7 +334,6 @@ popd
# configuration files:
touch %{buildroot}%{_sysconfdir}/rndc.{key,conf}
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/named.root.key
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/trusted-key.key
mkdir -p %{buildroot}%{_sysconfdir}/named
# data files:
@ -615,6 +613,10 @@ fi;
%{_tmpfilesdir}/named.conf
%changelog
* Mon Apr 04 2022 Henry Li <lihl@microsoft.com> - 9.16.15-4
- Remove trusted-key.key which works with +sigchase, a deprecated feature
- License Verified
* Sat Oct 02 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 9.16.15-3
- Adding missing BR on 'systemd-rpm-macros'.

View File

@ -1 +0,0 @@
. 3600 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU=

View File

@ -236,18 +236,6 @@
<zip zipfile="${zipfile}" basedir="." includes="${dist}/**" />
</target>
<target name="upload.to.sourceforge" depends="zip">
<ftp server="upload.sourceforge.net"
userid="anonymous"
password="saff@mit.edu"
remotedir="incoming"
>
<fileset dir="${dist}" includes="*.jar" />
<fileset file="${zipfile}" />
</ftp>
<echo message="To upload docs, use build/upload_docs.sh" />
</target>
<!-- to do automatic build upload, you need the maven ant tasks jar. -->
<!-- therefore, you must run ant as ant -lib build/lib stage.maven -->
<macrodef name="push.maven.artifact">

View File

@ -1,6 +1,6 @@
{
"Signatures": {
"build.xml": "7ae7308a5e12b8bbdfbb72d1e2fefd35415f834d48cd57168690ec7f4a98d9e7",
"build.xml": "cd558bfaa4d951bee6fcfa6604d3a6163d668094e01d7cf0cebd07d01b304e20",
"junit-4.13.tar.gz": "c4e8f5681ad387a386a5aebe05ed4b73ffbfff963e154fbc4d77090f230777c7"
}
}

View File

@ -18,7 +18,7 @@
Summary: Java regression test package
Name: junit
Version: 4.13
Release: 3%{?dist}
Release: 4%{?dist}
License: EPL-1.0
Group: Development/Libraries/Java
Vendor: Microsoft Corporation
@ -120,6 +120,9 @@ java -cp %{buildroot}/%{_javadir}/%{name}.jar: test 2>&1 | \
%doc doc/*
%changelog
* Fri Apr 01 2022 Henry Li <lihl@microsoft.com> - 4.13-4
- Remove target to upload docs to sourceforge from build.xml
* Mon Mar 28 2022 Cameron Baird <cameronbaird@microsoft.com> - 4.13-3
- Move to SPECS
- License verified