]> saetta.ns0.it Git - zakauthe/mod_authn/commitdiff
Debian pkg: forced g_type init.
authorAndrea Zagli <azagli@libero.it>
Mon, 4 Dec 2017 15:15:22 +0000 (16:15 +0100)
committerAndrea Zagli <azagli@libero.it>
Mon, 4 Dec 2017 16:20:20 +0000 (17:20 +0100)
debian/changelog
debian/patches/0002-Apache-api-old-version.patch
debian/patches/0003-Forced-g_type-init.patch [new file with mode: 0644]
debian/patches/series

index dbbfe5391c19af1b16a1d3b6e70eacab67196f66..9c9f1e555eb7f5e5094f6c9110515aafc432874f 100644 (file)
@@ -1,6 +1,6 @@
-libapache2-mod-authn-zakauthe (0.0.1-2~2.gbpff962a) UNRELEASED; urgency=medium
+libapache2-mod-authn-zakauthe (0.0.1-2~3.gbp53ad4a) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @ff962a7d52e1a697b9d15c67246b8c7f01c8d506 **
+  ** SNAPSHOT build @53ad4a45f1abb50ed148e5e636ae9c85d1c6a4de **
 
   [ Andrea Zagli ]
   ** SNAPSHOT build @99cea452a9bc102436b3195e6241e49ee956cc8d **
@@ -9,5 +9,6 @@ libapache2-mod-authn-zakauthe (0.0.1-2~2.gbpff962a) UNRELEASED; urgency=medium
   * Debian pkg: added files.
   * Debian pkg: added files.
   * Debian pkg: added files.
+  * Debian pkg: apache2.2 old api.
 
- -- tux <tux@develop64.example.tst>  Mon, 04 Dec 2017 15:35:07 +0100
+ -- tux <tux@develop64.example.tst>  Fri, 15 Dec 2017 11:55:22 +0100
index 997c428e60e7406062f985cab60052fc6b49b413..b0debdf395940b7a43a88f4d4367001a5bfb8d56 100644 (file)
@@ -7,7 +7,7 @@ Subject: apache api version 2.2
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/src/mod_authn_zakauthe.c b/src/mod_authn_zakauthe.c
-index 0880081..23837e1 100644
+index 2474b42..23837e1 100644
 --- a/src/mod_authn_zakauthe.c
 +++ b/src/mod_authn_zakauthe.c
 @@ -129,9 +129,9 @@ static const authn_provider authn_zakauthe_provider =
diff --git a/debian/patches/0003-Forced-g_type-init.patch b/debian/patches/0003-Forced-g_type-init.patch
new file mode 100644 (file)
index 0000000..32edebf
--- /dev/null
@@ -0,0 +1,21 @@
+From: Andrea Zagli <azagli@libero.it>
+Date: Fri, 15 Dec 2017 11:55:13 +0100
+Subject: Forced g_type init.
+
+---
+ src/mod_authn_zakauthe.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/mod_authn_zakauthe.c b/src/mod_authn_zakauthe.c
+index 23837e1..f4ae8a1 100644
+--- a/src/mod_authn_zakauthe.c
++++ b/src/mod_authn_zakauthe.c
+@@ -129,6 +129,8 @@ static const authn_provider authn_zakauthe_provider =
+ static void
+ register_hooks (apr_pool_t *pool)
+ {
++      g_type_init ();
++
+       ap_register_provider (pool, AUTHN_PROVIDER_GROUP, "zakauthe",
+                             "0",
+                             &authn_zakauthe_provider);
index 27f9468213fb7f0eb8f7a5aeb21f9feca9aa95d1..f8fcec3d39c4ea2daf3e94fe200da2a3e2a4f687 100644 (file)
@@ -1,2 +1,3 @@
 0001-autogen.sh-aclocal-missing-I.patch
-0002-Apache-api-old-version.patch
\ No newline at end of file
+0002-Apache-api-old-version.patch
+0003-Forced-g_type-init.patch