Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sslscan for openSUSE:Factory checked 
in at 2022-03-28 17:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sslscan (Old)
 and      /work/SRC/openSUSE:Factory/.sslscan.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sslscan"

Mon Mar 28 17:00:56 2022 rev:11 rq:965302 version:2.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/sslscan/sslscan.changes  2022-01-10 
23:54:04.672829295 +0100
+++ /work/SRC/openSUSE:Factory/.sslscan.new.1900/sslscan.changes        
2022-03-28 17:01:48.929071613 +0200
@@ -1,0 +2,6 @@
+Sun Mar 27 19:36:15 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 2.0.12:
+  > Add <not-yet-valid> XML element (credit lucacapacci)
+
+-------------------------------------------------------------------

Old:
----
  sslscan-2.0.11.tar.gz

New:
----
  sslscan-2.0.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sslscan.spec ++++++
--- /var/tmp/diff_new_pack.ZKFwHM/_old  2022-03-28 17:01:49.429072293 +0200
+++ /var/tmp/diff_new_pack.ZKFwHM/_new  2022-03-28 17:01:49.433072298 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sslscan
-Version:        2.0.11
+Version:        2.0.12
 Release:        0
 Summary:        SSL cipher scanning tool
 License:        SUSE-GPL-3.0+-with-openssl-exception

++++++ sslscan-2.0.11.tar.gz -> sslscan-2.0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sslscan-2.0.11/Changelog new/sslscan-2.0.12/Changelog
--- old/sslscan-2.0.11/Changelog        2021-12-16 15:39:26.000000000 +0100
+++ new/sslscan-2.0.12/Changelog        2022-02-23 17:11:27.000000000 +0100
@@ -1,5 +1,11 @@
 Changelog
 =========
+Version: 2.0.12
+Date   : 23/02/2022
+Author : rbsec <[email protected]>
+Changes: The following are a list of changes
+                > Add <not-yet-valid> XML element (credit lucacapacci)
+
 Version: 2.0.11
 Date   : 16/12/2021
 Author : rbsec <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sslscan-2.0.11/sslscan.c new/sslscan-2.0.12/sslscan.c
--- old/sslscan-2.0.11/sslscan.c        2021-12-16 15:39:26.000000000 +0100
+++ new/sslscan-2.0.12/sslscan.c        2022-02-23 17:11:27.000000000 +0100
@@ -2319,11 +2319,19 @@
                                 ASN1_TIME_print(stdoutBIO, 
X509_get_notBefore(x509Cert));
                                 printf("%s", RESET);
 
-                                if (options->xmlOutput) {
-                                    printf_xml("   <not-valid-before>");
-                                    ASN1_TIME_print(fileBIO, 
X509_get_notBefore(x509Cert));
-                                    printf_xml("</not-valid-before>\n");
-                                }
+                                                               if 
(options->xmlOutput) {
+                                                                       
printf_xml("   <not-valid-before>");
+                                                                       
ASN1_TIME_print(fileBIO, X509_get_notBefore(x509Cert));
+                                                                       
printf_xml("</not-valid-before>\n");
+                                                                       if 
(timediff > 0)
+                                                                       {
+                                                                               
printf_xml("   <not-yet-valid>true</not-yet-valid>\n");
+                                                                       }
+                                                                       else
+                                                                       {
+                                                                               
printf_xml("   <not-yet-valid>false</not-yet-valid>\n");
+                                                                       }
+                                                               }
 
                                 printf("\nNot valid after:  ");
                                 timediff = 
X509_cmp_time(X509_get_notAfter(x509Cert), ptime);

Reply via email to