#2 Fixed memory issue
Merged 5 years ago by dmoluguw. Opened 5 years ago by dmoluguw.
rpms/ dmoluguw/nuxwdog master  into  master

file modified
+1
@@ -3,3 +3,4 @@ 

  /nuxwdog-1.0.2.tar.gz

  /nuxwdog-1.0.3.tar.gz

  /nuxwdog-1.0.4.tar.gz

+ /nuxwdog-1.0.5.tar.gz

file modified
+7 -4
@@ -1,6 +1,6 @@ 

  Name:           nuxwdog

- Version:        1.0.4

- Release:        2%{?dist}

+ Version:        1.0.5

+ 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)
@@ -26,7 +26,7 @@ 

  Requires:       keyutils-libs

  Obsoletes:      nuxwdog-client

  

- Source0:        https://fedorahosted.org/released/nuxwdog/%{name}-%{version}.tar.gz

+ Source0:        https://github.com/dogtagpki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz

  

  # Note: there is an rpmlint warning about Nuxwdogclient.so being a private-shared-object-provide

  # This would ordinarily be fixed by calling the macro perl_default_filter, but 
@@ -132,6 +132,9 @@ 

  %{_mandir}/man3/Nuxwdogclient.3pm*

  

  %changelog

+ * Thu Aug 16 2018 Dogtag PKI Team (pki-devel@redhat.com) 1.0.5-1

+ - Fix memory bug due to insufficient memory allocation

+ 

  * Tue Jul 24 2018 Dogtag PKI Team (pki-devel@redhat.com) 1.0.4-2

  - Sync up upstream and restore changes

  
@@ -292,4 +295,4 @@ 

  

  * Tue Dec 1 2009 Ade Lee <alee@redhat.com> 1.0.0-1

  - Initial open source version based upon Red Hat

-   Certificate System (RHCS) 6.1 uxwdog code. 

\ No newline at end of file

+   Certificate System (RHCS) 6.1 uxwdog code.

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (nuxwdog-1.0.4.tar.gz) = 55ba9de71bd66953c2d78855f53661d326aacd26be68f7aacf641f5de05386d7d437aa81ed2de5bb9edbcda2ac3e87700e049e7dbc7b6e9602756cf70006509b

+ SHA512 (nuxwdog-1.0.5.tar.gz) = 82534a1865c61e43411ac58e50d2c3b6f76ef696894f42af7268fbc6f698d824b1dfdc54360c566f9084a8b75f00ea5830222f0178ddb2233be0032415662ac9

Insufficient memory allocation error is fixed

https://pagure.io/nuxwdog/issue/8

Signed-off-by: Dinesh Prasanth M K dmoluguw@redhat.com

Pull-Request has been merged by dmoluguw

5 years ago