Package: nss-pem / 1.1.0+1-1.1

Metadata

Package Version Patches format
nss-pem 1.1.0+1-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix ftbfs s390x.patch | (download)

nss/nss/cmd/certutil/certext.c | 6 3 + 3 - 0 !
nss/nss/cmd/modutil/install.c | 7 6 + 1 - 0 !
nss/nss/cmd/signtool/util.c | 8 7 + 1 - 0 !
nss/nss/lib/libpkix/pkix/util/pkix_list.c | 2 1 + 1 - 0 !
nss/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_oid.c | 2 1 + 1 - 0 !
5 files changed, 18 insertions(+), 7 deletions(-)

 fix ftbfs on s390x
 error: element may be used uninitialized in this function
 error: cmpResult may be used uninitialized in this function
 error: value may be used uninitialized in this function
 error: sprintf may write a terminating nul past the end of the destination
0001 cmake require at least CMake 3.5.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cmake: require at least cmake 3.5

... to be compatible with CMake 4.0+ and also move the requirement to
the top of CMakeLists.txt to fix the following warning:
```
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.
```