From: Andrea Zagli <azagli@libero.it>
Date: Wed, 26 May 2021 18:55:00 +0000 (+0200)
Subject: Debian pkg: updates from upstream.
X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fdebian%2Fsid;p=libzakcgi

Debian pkg: updates from upstream.
---

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 <tux@develop64.example.tst>  Wed, 23 Oct 2019 11:06:18 +0200
+ -- andreaz <azagli@libero.it>  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