Andreas Wacknitz
2024-01-01 cd5518847079a5d69f6904422948686624b541d5
libpqxx: update to 7.8.1

3 files modified
23 ■■■■■ changed files
components/database/libpqxx/Makefile 5 ●●●●● patch | view | raw | blame | history
components/database/libpqxx/libpqxx.p5m 9 ●●●●● patch | view | raw | blame | history
components/database/libpqxx/manifests/sample-manifest.p5m 9 ●●●●● patch | view | raw | blame | history
components/database/libpqxx/Makefile
@@ -17,12 +17,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= libpqxx
COMPONENT_VERSION= 7.7.5
COMPONENT_REVISION= 1
COMPONENT_VERSION= 7.8.1
COMPONENT_SUMMARY= C++ binding library for PostgreSQL
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:c7dc3e8fa2eee656f2b6a8179d72f15db10e97a80dc4f173f806e615ea990973
COMPONENT_ARCHIVE_HASH= sha256:0f4c0762de45a415c9fd7357ce508666fa88b9a4a463f5fb76c235bc80dd6a84
COMPONENT_ARCHIVE_URL= https://github.com/jtv/libpqxx/archive/$(COMPONENT_VERSION).tar.gz
COMPONENT_PROJECT_URL= https://pqxx.org/development/libpqxx/
COMPONENT_FMRI= database/postgres/library/c++/libpqxx
components/database/libpqxx/libpqxx.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 Andreas Wacknitz
# Copyright 2024 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -52,6 +52,7 @@
file path=usr/include/pqxx/internal/callgate.hxx
file path=usr/include/pqxx/internal/concat.hxx
file path=usr/include/pqxx/internal/conversions.hxx
file path=usr/include/pqxx/internal/cxx-features.hxx
file path=usr/include/pqxx/internal/encoding_group.hxx
file path=usr/include/pqxx/internal/encodings.hxx
file path=usr/include/pqxx/internal/gates/connection-errorhandler.hxx
@@ -81,6 +82,8 @@
file path=usr/include/pqxx/internal/sql_cursor.hxx
file path=usr/include/pqxx/internal/statement_parameters.hxx
file path=usr/include/pqxx/internal/stream_iterator.hxx
file path=usr/include/pqxx/internal/stream_query.hxx
file path=usr/include/pqxx/internal/stream_query_impl.hxx
file path=usr/include/pqxx/internal/wait.hxx
file path=usr/include/pqxx/isolation
file path=usr/include/pqxx/isolation.hxx
@@ -133,6 +136,6 @@
file path=usr/include/pqxx/version.hxx
file path=usr/include/pqxx/zview
file path=usr/include/pqxx/zview.hxx
file path=usr/lib/$(MACH64)/libpqxx-7.7.so
link path=usr/lib/$(MACH64)/libpqxx.so target=libpqxx-7.7.so
file path=usr/lib/$(MACH64)/libpqxx-7.8.so
link path=usr/lib/$(MACH64)/libpqxx.so target=libpqxx-7.8.so
file path=usr/lib/$(MACH64)/pkgconfig/libpqxx.pc
components/database/libpqxx/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -48,6 +48,7 @@
file path=usr/include/pqxx/internal/callgate.hxx
file path=usr/include/pqxx/internal/concat.hxx
file path=usr/include/pqxx/internal/conversions.hxx
file path=usr/include/pqxx/internal/cxx-features.hxx
file path=usr/include/pqxx/internal/encoding_group.hxx
file path=usr/include/pqxx/internal/encodings.hxx
file path=usr/include/pqxx/internal/gates/connection-errorhandler.hxx
@@ -77,6 +78,8 @@
file path=usr/include/pqxx/internal/sql_cursor.hxx
file path=usr/include/pqxx/internal/statement_parameters.hxx
file path=usr/include/pqxx/internal/stream_iterator.hxx
file path=usr/include/pqxx/internal/stream_query.hxx
file path=usr/include/pqxx/internal/stream_query_impl.hxx
file path=usr/include/pqxx/internal/wait.hxx
file path=usr/include/pqxx/isolation
file path=usr/include/pqxx/isolation.hxx
@@ -129,6 +132,6 @@
file path=usr/include/pqxx/version.hxx
file path=usr/include/pqxx/zview
file path=usr/include/pqxx/zview.hxx
file path=usr/lib/$(MACH64)/libpqxx-7.7.so
link path=usr/lib/$(MACH64)/libpqxx.so target=libpqxx-7.7.so
file path=usr/lib/$(MACH64)/libpqxx-7.8.so
link path=usr/lib/$(MACH64)/libpqxx.so target=libpqxx-7.8.so
file path=usr/lib/$(MACH64)/pkgconfig/libpqxx.pc