[packages/perl-Convert-UUlib] add missing argument in UUEncodePartial invocation
atler
atler at pld-linux.org
Sat Aug 15 23:44:25 CEST 2026
commit c753bf014f0fba3004623a9bfce1596e20eaa1e1
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Aug 15 23:38:35 2026 +0200
add missing argument in UUEncodePartial invocation
missing-arg.patch | 14 ++++++++++++++
perl-Convert-UUlib.spec | 2 ++
2 files changed, 16 insertions(+)
---
diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec
index e80fe0c..f1142c9 100644
--- a/perl-Convert-UUlib.spec
+++ b/perl-Convert-UUlib.spec
@@ -12,6 +12,7 @@ Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/Convert/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: da734f09c9a73aed957d6dd5034bd856
Patch0: includes.patch
+Patch1: missing-arg.patch
URL: http://search.cpan.org/dist/Convert-UUlib/
BuildRequires: autoconf
BuildRequires: perl-Canary-Stability >= 2012
@@ -30,6 +31,7 @@ kodującej/rozkodowującej uulib (nazywanej też uudeview/uuenview).
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
%patch -P0 -p1
+%patch -P1 -p1
%build
cd uulib
diff --git a/missing-arg.patch b/missing-arg.patch
new file mode 100644
index 0000000..50849fc
--- /dev/null
+++ b/missing-arg.patch
@@ -0,0 +1,14 @@
+--- Convert-UUlib-1.71/UUlib.xs.orig 2020-03-02 23:20:58.000000000 +0100
++++ Convert-UUlib-1.71/UUlib.xs 2026-08-15 23:33:46.617265937 +0200
+@@ -355,6 +355,11 @@
+ int filemode
+ int partno
+ long linperfile
++ unsigned int * crcptr
++ CODE:
++ RETVAL = UUEncodePartial(outfile,infile,infname,encoding,outfname,mimetype,filemode,partno,linperfile,NULL);
++ OUTPUT:
++ RETVAL
+
+ int
+ UUEncodeToStream(outfile,infile,infname,encoding,outfname,filemode)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Convert-UUlib.git/commitdiff/15640ff5d5e830b5c60f1265311d47f9736a5e21
More information about the pld-cvs-commit
mailing list