vakwetu pushed to nuxwdog (f21). "Fix null termination issue and add post-init password retrieval"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 15:11:55 UTC 2015


>From 98541062a1059105b8eb2b71be689eb404e057c6 Mon Sep 17 00:00:00 2001
From: Ade Lee <alee at redhat.com>
Date: Thu, 23 Apr 2015 10:53:21 -0400
Subject: Fix null termination issue and add post-init password 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 75329b0..5dc4fbd 100644
--- a/nuxwdog.spec
+++ b/nuxwdog.spec
@@ -1,6 +1,6 @@
 Name:           nuxwdog
-Version:        1.0.1
-Release:        13%{?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
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_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=f21&id=98541062a1059105b8eb2b71be689eb404e057c6


More information about the scm-commits mailing list