Andreas Wacknitz
2023-09-08 de671f00e18be5366bcb219116b6436ba4a0b3b7
qpdf: update to 11.6.1 & switch to openssl-3.1

4 files modified
18 ■■■■ changed files
components/print/qpdf/Makefile 8 ●●●● patch | view | raw | blame | history
components/print/qpdf/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/print/qpdf/pkg5 2 ●●● patch | view | raw | blame | history
components/print/qpdf/qpdf.p5m 4 ●●●● patch | view | raw | blame | history
components/print/qpdf/Makefile
@@ -15,15 +15,15 @@
#
BUILD_STYLE= cmake
USE_OPENSSL11= yes
OPENSSL_VERSION= 3.1
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= qpdf
COMPONENT_VERSION= 11.5.0
COMPONENT_VERSION= 11.6.1
COMPONENT_SUMMARY= QPDF is a command-line program that does structural, content-preserving transformations on PDF files
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:15cb419e72c494a4a4b2e7c0eb9f4e980c8fd4e61ccdea64399e987f4c56c8ee
COMPONENT_ARCHIVE_HASH= sha256:8756633243c3bd7216f12fc2139736f32f18d37effe1d5b04f37340d8ed851b5
COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/qpdf/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://qpdf.sourceforge.net/
COMPONENT_FMRI= print/qpdf
@@ -67,6 +67,6 @@
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
REQUIRED_PACKAGES += library/gnutls-3
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library
components/print/qpdf/manifests/sample-manifest.p5m
@@ -99,8 +99,8 @@
file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfig.cmake
file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfigVersion.cmake
link path=usr/lib/$(MACH64)/libqpdf.so target=libqpdf.so.29
link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.5.0
file path=usr/lib/$(MACH64)/libqpdf.so.29.5.0
link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.6.1
file path=usr/lib/$(MACH64)/libqpdf.so.29.6.1
file path=usr/lib/$(MACH64)/pkgconfig/libqpdf.pc
file path=usr/share/doc/qpdf/README-doc.txt
file path=usr/share/doc/qpdf/examples/pdf-attach-file.cc
components/print/qpdf/pkg5
@@ -11,7 +11,7 @@
        "library/libtasn1",
        "library/libunistring",
        "library/nettle",
        "library/security/openssl-11",
        "library/security/openssl-31",
        "library/zlib",
        "system/library",
        "system/library/g++-10-runtime",
components/print/qpdf/qpdf.p5m
@@ -100,8 +100,8 @@
file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfig.cmake
file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfigVersion.cmake
link path=usr/lib/$(MACH64)/libqpdf.so target=libqpdf.so.29
link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.5.0
file path=usr/lib/$(MACH64)/libqpdf.so.29.5.0
link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.6.1
file path=usr/lib/$(MACH64)/libqpdf.so.29.6.1
file path=usr/lib/$(MACH64)/pkgconfig/libqpdf.pc
file path=usr/share/doc/qpdf/README-doc.txt
file path=usr/share/doc/qpdf/examples/pdf-attach-file.cc