]> saetta.ns0.it Git - libzakcgi/commitdiff
Debian pkg: updates from upstream. debian/sid
authorAndrea Zagli <azagli@libero.it>
Wed, 26 May 2021 18:55:00 +0000 (20:55 +0200)
committerAndrea Zagli <azagli@libero.it>
Wed, 26 May 2021 18:55:00 +0000 (20:55 +0200)
debian/changelog
debian/libzakcgi-dev.install
debian/rules

index 4b5cff43220940cdb4ca30cc8696b4e28df21646..dca0cad572d583bc699bbd03b816af5ce43b5481 100644 (file)
@@ -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
index 2757b2c3501fc834fbc632bfc0b36d1fe1a60d70..8cf7ca19e995affe533bb04dd932b93c466989d3 100644 (file)
@@ -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
index 22d7c0d9a817f76e1a29985f7053accda391eff6..5e54862b782cd430bc511a0309d28e397423f313 100755 (executable)
@@ -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