vakwetu pushed to nuxwdog (f22). "Fix null termination and post-init secret retrieval"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 15:03:26 UTC 2015


>From b990ad212a5ff936348f2affd3660e0b5aa96020 Mon Sep 17 00:00:00 2001
From: Ade Lee <alee at redhat.com>
Date: Thu, 23 Apr 2015 10:33:00 -0400
Subject: Fix null termination and post-init secret retrieval


diff --git a/.gitignore b/.gitignore
index 4b8e201..30d8a6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nuxwdog-1.0.0.tar.gz
 /nuxwdog-1.0.1.tar.gz
+/nuxwdog-1.0.2.tar.gz
diff --git a/nuxwdog.spec b/nuxwdog.spec
index 3171ef2..74a9af3 100644
--- a/nuxwdog.spec
+++ b/nuxwdog.spec
@@ -1,6 +1,6 @@
 Name:           nuxwdog
-Version:        1.0.1
-Release:        15%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        Watchdog server to start and stop processes, and prompt for passwords
 # The entire source code is LGPLv2 except for the perl module, which is GPL+ or Artistic
 License:        LGPLv2 and (GPL+ or Artistic)
@@ -133,6 +133,10 @@ rm -rf %{buildroot}
 %{_jnidir}/*
 
 %changelog
+* Wed Apr 22 2015 Ade Lee <alee at redhat.com> 1.0.2-1
+- Allow passwords to be retrieved post-init phase
+- Fix null termination issue on returned stored passwords
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.0.1-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 51627c5..856b0d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d0ecf22cf9612a060fa15f0b146f4b5  nuxwdog-1.0.1.tar.gz
+91fb11053bc91043723d45a133958978  nuxwdog-1.0.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/nuxwdog.git/commit/?h=f22&id=b990ad212a5ff936348f2affd3660e0b5aa96020


More information about the scm-commits mailing list