From 1370e17dbb1ed8409e05742861dcc1c8c3a176a2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 26 May 2021 20:55:00 +0200 Subject: [PATCH] Debian pkg: updates from upstream. --- debian/changelog | 11 ++++++++--- debian/libzakcgi-dev.install | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4b5cff4..dca0cad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libzakcgi (0.1.1-1~2.gbpa7a018) UNRELEASED; urgency=medium +libzakcgi (0.1.1-1~3.gbpbed9c6) UNRELEASED; urgency=medium - ** SNAPSHOT build @a7a018d7caa496962e87cabeaf86eb682df476b6 ** + ** SNAPSHOT build @bed9c6464723cc91d1584e0a098df96ac5108cb7 ** [ Andrea Zagli ] * Initial release @@ -27,5 +27,10 @@ libzakcgi (0.1.1-1~2.gbpa7a018) UNRELEASED; urgency=medium * Bugfix: when form urlencoded and no parameters's value, memory leak. * Bugfix: when form urlencoded, arrays not initilized as GValue G_TYPE_STRING. * Bugfix: missing last char on memdup in Main::get_stdin. + * Debian pkg: updates from upstream. + * Read always only one line for the form parameter, instead of the all block (multiline). + * Deleted last char of fields (a carriage return). + * Setted cookies SameSite=Lax. + * Added function ZakCgiSession::get_sid. - -- tux Wed, 23 Oct 2019 11:06:18 +0200 + -- andreaz Wed, 26 May 2021 20:31:30 +0200 diff --git a/debian/libzakcgi-dev.install b/debian/libzakcgi-dev.install index 2757b2c..8cf7ca1 100644 --- a/debian/libzakcgi-dev.install +++ b/debian/libzakcgi-dev.install @@ -1,5 +1,5 @@ usr/include/* usr/lib/*/lib*.so usr/lib/*/pkgconfig/* -usr/share/gtk-doc/* +#usr/share/gtk-doc/* usr/share/gir-1.0/* \ No newline at end of file diff --git a/debian/rules b/debian/rules index 22d7c0d..5e54862 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ export DEB_CXXFLAGS_MAINT_STRIP = -Werror=format-security override_dh_auto_configure: NOCONFIGURE="X" ./autogen.sh - dh_auto_configure -- --enable-introspection --enable-gtk-doc + dh_auto_configure -- --enable-introspection --disable-gtk-doc override_dh_auto_install: $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install -- 2.49.0