Compare commits
No commits in common. "c8-beta" and "c9-beta" have entirely different histories.
@ -77,7 +77,6 @@ cat defconfig | sed \
|
|||||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||||
-e '/^#CONFIG_ACS=y/s/^#//' \
|
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||||
-e '/^#CONFIG_OWE=y/s/^#//' \
|
-e '/^#CONFIG_OWE=y/s/^#//' \
|
||||||
-e '/^#CONFIG_WEP=y/s/^#//' \
|
|
||||||
> .config
|
> .config
|
||||||
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
||||||
echo "LIBS += -L%{_libdir}" >> .config
|
echo "LIBS += -L%{_libdir}" >> .config
|
||||||
@ -189,22 +188,21 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 21 2022 Davide Caratti <dcaratti@redhat.com> - 2.10-1
|
* Fri Jan 21 2022 Davide Caratti <dcaratti@redhat.com> - 2.10-1
|
||||||
- Update to version 2.10, keeping CONFIG_WEP enabled
|
- Update to version 2.10
|
||||||
|
|
||||||
* Wed Dec 22 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-17
|
* Wed Dec 22 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-17
|
||||||
- fix typo while enabling support for suite B-192
|
- fix typo while enabling support for suite B-192
|
||||||
|
|
||||||
* Tue Dec 21 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-16
|
* Wed Dec 22 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-16
|
||||||
- disable 'badfuncs' rpminspect test
|
- fix CONFIG_TLS_DEFAULT_CIPHERS to allow 3DES
|
||||||
- change default value of CONFIG_TLS_DEFAULT_CIPHERS to allow using OpenSSL
|
|
||||||
to compute 3DES
|
|
||||||
|
|
||||||
* Mon Dec 20 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-15
|
* Mon Dec 20 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-15
|
||||||
|
- Disable 'badfuncs' in rpminspect tests
|
||||||
- Build with -fPIE, and enable verbose build log
|
- Build with -fPIE, and enable verbose build log
|
||||||
- Enable CONFIG_SUITEB192
|
- enable CONFIG_SUITEB192
|
||||||
|
|
||||||
* Sat Dec 18 2021 Tomas Pelka <tpelka@redhat.com> - 2.9-14
|
* Fri Dec 17 2021 Tomas Pelka <tpelka@redhat.com> - 2.9-14
|
||||||
- bump release and rebuild to correctly trigger gating
|
- Bump release and rebuilt to trigger gating process
|
||||||
|
|
||||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.9-13
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.9-13
|
||||||
- Rebuilt with OpenSSL 3.0.0
|
- Rebuilt with OpenSSL 3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user