Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Digest-SHA3 for
openSUSE:Factory checked in at 2022-08-16 17:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Digest-SHA3 (Old)
and /work/SRC/openSUSE:Factory/.perl-Digest-SHA3.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Digest-SHA3"
Tue Aug 16 17:08:35 2022 rev:2 rq:997353 version:1.05
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Digest-SHA3/perl-Digest-SHA3.changes
2021-06-06 22:40:24.439366426 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Digest-SHA3.new.1521/perl-Digest-SHA3.changes
2022-08-16 17:08:40.692045771 +0200
@@ -1,0 +2,11 @@
+Tue Aug 9 03:08:30 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.05
+ see /usr/share/doc/packages/perl-Digest-SHA3/Changes
+
+ 1.05 Mon 08 Aug 2022 11:30:32 AM MST
+ - corrected addfile to report error when stdin is a directory
+ -- ref. rt.cpan.org #143899
+ -- thanks to Gregor Herrmann for pointing this out
+
+-------------------------------------------------------------------
Old:
----
Digest-SHA3-1.04.tar.gz
New:
----
Digest-SHA3-1.05.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Digest-SHA3.spec ++++++
--- /var/tmp/diff_new_pack.zUKRUr/_old 2022-08-16 17:08:41.148047135 +0200
+++ /var/tmp/diff_new_pack.zUKRUr/_new 2022-08-16 17:08:41.156047158 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Digest-SHA3
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Digest-SHA3
Name: perl-Digest-SHA3
-Version: 1.04
+Version: 1.05
Release: 0
-Summary: Perl extension for SHA-3
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Perl extension for SHA-3
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
++++++ Digest-SHA3-1.04.tar.gz -> Digest-SHA3-1.05.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/Changes new/Digest-SHA3-1.05/Changes
--- old/Digest-SHA3-1.04/Changes 2018-04-21 01:25:30.000000000 +0200
+++ new/Digest-SHA3-1.05/Changes 2022-08-08 20:31:11.000000000 +0200
@@ -1,5 +1,10 @@
Revision history for Perl extension Digest::SHA3.
+1.05 Mon 08 Aug 2022 11:30:32 AM MST
+ - corrected addfile to report error when stdin is a directory
+ -- ref. rt.cpan.org #143899
+ -- thanks to Gregor Herrmann for pointing this out
+
1.04 Fri Apr 20 16:25:30 MST 2018
- silenced compiler warnings from VS2017
-- ref. rt.cpan.org #124477
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/META.yml
new/Digest-SHA3-1.05/META.yml
--- old/Digest-SHA3-1.04/META.yml 2018-04-21 01:25:30.000000000 +0200
+++ new/Digest-SHA3-1.05/META.yml 2022-08-08 20:30:32.000000000 +0200
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Digest-SHA3
-version: 1.04
+version: 1.05
abstract: Perl extension for SHA-3
license: perl
author:
@@ -10,7 +10,7 @@
provides:
Digest::SHA3:
file: lib/Digest/SHA3.pm
- version: 1.04
+ version: 1.05
meta-spec:
version: 1.3
url: http://module-build.sourceforge.net/META-spec-v1.3.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/README new/Digest-SHA3-1.05/README
--- old/Digest-SHA3-1.04/README 2018-04-21 01:25:30.000000000 +0200
+++ new/Digest-SHA3-1.05/README 2022-08-08 20:30:32.000000000 +0200
@@ -1,4 +1,4 @@
-Digest::SHA3 version 1.04
+Digest::SHA3 version 1.05
=========================
Digest::SHA3 is a complete implementation of the NIST SHA-3 cryptographic
@@ -39,7 +39,7 @@
COPYRIGHT AND LICENSE
-Copyright (C) 2012-2018 Mark Shelor
+Copyright (C) 2012-2022 Mark Shelor
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/lib/Digest/SHA3.pm
new/Digest-SHA3-1.05/lib/Digest/SHA3.pm
--- old/Digest-SHA3-1.04/lib/Digest/SHA3.pm 2018-04-21 01:28:52.000000000
+0200
+++ new/Digest-SHA3-1.05/lib/Digest/SHA3.pm 2022-08-08 20:30:32.000000000
+0200
@@ -6,9 +6,10 @@
use warnings;
use vars qw($VERSION @ISA @EXPORT_OK $errmsg);
use Fcntl qw(O_RDONLY O_RDWR);
+use Cwd qw(getcwd);
use integer;
-$VERSION = '1.04';
+$VERSION = '1.05';
require Exporter;
@ISA = qw(Exporter);
@@ -125,9 +126,18 @@
## by attempting to open with mode O_RDWR
local *FH;
- $file eq '-' and open(FH, '< -')
- or sysopen(FH, $file, -d $file ? O_RDWR : O_RDONLY)
+ if ($file eq '-') {
+ if (-d STDIN) {
+ sysopen(FH, getcwd(), O_RDWR)
+ or _bail('Open failed');
+ }
+ open(FH, '< -')
+ or _bail('Open failed');
+ }
+ else {
+ sysopen(FH, $file, -d $file ? O_RDWR : O_RDONLY)
or _bail('Open failed');
+ }
if ($BITS) {
my ($n, $buf, $bits) = (0, "", "");
@@ -613,7 +623,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2012-2018 Mark Shelor
+Copyright (C) 2012-2022 Mark Shelor
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/sha3sum new/Digest-SHA3-1.05/sha3sum
--- old/Digest-SHA3-1.04/sha3sum 2018-04-21 01:28:52.000000000 +0200
+++ new/Digest-SHA3-1.05/sha3sum 2022-08-08 20:30:32.000000000 +0200
@@ -2,10 +2,10 @@
## sha3sum: filter for computing SHA-3 digests (ref. shasum)
##
- ## Copyright (C) 2012-2018 Mark Shelor, All Rights Reserved
+ ## Copyright (C) 2012-2022 Mark Shelor, All Rights Reserved
##
- ## Version: 1.04
- ## Fri Apr 20 16:25:30 MST 2018
+ ## Version: 1.05
+ ## Mon 08 Aug 2022 11:30:32 AM MST
## sha3sum SYNOPSIS adapted from GNU Coreutils sha1sum. Add
## "-a" option for algorithm selection,
@@ -90,7 +90,7 @@
=head1 AUTHOR
-Copyright (C) 2012-2018 Mark Shelor <[email protected]>.
+Copyright (C) 2012-2022 Mark Shelor <[email protected]>.
=head1 SEE ALSO
@@ -100,7 +100,7 @@
END_OF_POD
-my $VERSION = "1.04";
+my $VERSION = "1.05";
sub usage {
my($err, $msg) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/src/sha3.c
new/Digest-SHA3-1.05/src/sha3.c
--- old/Digest-SHA3-1.04/src/sha3.c 2018-04-21 01:25:30.000000000 +0200
+++ new/Digest-SHA3-1.05/src/sha3.c 2022-08-08 20:30:32.000000000 +0200
@@ -3,10 +3,10 @@
*
* Ref: http://keccak.noekeon.org/specs_summary.html
*
- * Copyright (C) 2012-2018 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2012-2022 Mark Shelor, All Rights Reserved
*
- * Version: 1.04
- * Fri Apr 20 16:25:30 MST 2018
+ * Version: 1.05
+ * Mon 08 Aug 2022 11:30:32 AM MST
*
*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Digest-SHA3-1.04/src/sha3.h
new/Digest-SHA3-1.05/src/sha3.h
--- old/Digest-SHA3-1.04/src/sha3.h 2018-04-21 01:25:30.000000000 +0200
+++ new/Digest-SHA3-1.05/src/sha3.h 2022-08-08 20:30:32.000000000 +0200
@@ -3,10 +3,10 @@
*
* Ref: http://keccak.noekeon.org/specs_summary.html
*
- * Copyright (C) 2012-2018 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2012-2022 Mark Shelor, All Rights Reserved
*
- * Version: 1.04
- * Fri Apr 20 16:25:30 MST 2018
+ * Version: 1.05
+ * Mon 08 Aug 2022 11:30:32 AM MST
*
*/