[packages/cups] - rel 1

2024-05-21 Thread baggins
commit f9e748919f477b8f94513dcdc6241dcd08f323e2
Author: Jan Rękorajski 
Date:   Tue May 21 16:20:14 2024 +0200

- rel 1

 cups.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cups.spec b/cups.spec
index 0b44585..eb31b5c 100644
--- a/cups.spec
+++ b/cups.spec
@@ -13,7 +13,7 @@ Summary(pl.UTF-8):Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
 Version:   2.4.8
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/f9e748919f477b8f94513dcdc6241dcd08f323e2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/cups] - job-name issue fixed upstream: https://github.com/OpenPrinting/cups/issues/644

2024-05-21 Thread baggins
commit 54567dbdd37ca2c6c39375dd2a242421e8338c64
Author: Jan Rękorajski 
Date:   Tue May 21 16:05:26 2024 +0200

- job-name issue fixed upstream: 
https://github.com/OpenPrinting/cups/issues/644

 cups.spec   |  2 --
 job-name-too-long.patch | 24 
 2 files changed, 26 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index 34540aa..0b44585 100644
--- a/cups.spec
+++ b/cups.spec
@@ -40,7 +40,6 @@ Patch12:  %{name}-desktop.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
-Patch19:   job-name-too-long.patch
 Patch102:  cups-banners.patch
 Patch103:  cups-pid.patch
 Patch104:  cups-eggcups.patch
@@ -278,7 +277,6 @@ bibliotecas do CUPS.
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
-%patch19 -p1
 
 %patch102 -p1
 %patch103 -p1
diff --git a/job-name-too-long.patch b/job-name-too-long.patch
deleted file mode 100644
index 25364c5..000
--- a/job-name-too-long.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 cups-2.3.6/backend/ipp.c.orig  2024-05-19 14:12:43.566004590 +0200
-+++ cups-2.3.6/backend/ipp.c   2024-05-19 14:49:20.758512651 +0200
-@@ -1519,18 +1519,17 @@
- 
-   if (create_job)
-   {
--monitor.job_name = argv[3];
-+snprintf(print_job_name, 127, "%s", argv[3]);
-   }
-   else
-   {
-/*
- * TODO: make this compatible with UTF-8 - possible UTF-8 truncation here..
- */
- 
--snprintf(print_job_name, sizeof(print_job_name), "%s - %s", argv[1],
-- argv[3]);
--monitor.job_name = print_job_name;
-+snprintf(print_job_name, 127, "%s - %s", argv[1], argv[3]);
-   }
-+  monitor.job_name = print_job_name;
- 
-   _cupsThreadCreate((_cups_thread_func_t)monitor_printer, );
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/54567dbdd37ca2c6c39375dd2a242421e8338c64

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: r8168: r8168-8.053.00.tar.bz2

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://r8168-8.053.00.tar.bz2
6323d3ed1b01bf2e78b4a235c6eae4db  r8168-8.053.00.tar.bz2
Size: 128367 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/r8168] - up to 8.053.00, still needs fixing for kernel 6.9

2024-05-19 Thread baggins
commit d8c60540c782e5131dcf0c77f882d907ff5f2667
Author: Jan Rękorajski 
Date:   Sun May 19 23:06:32 2024 +0200

- up to 8.053.00, still needs fixing for kernel 6.9

 kernel-strcpy.patch | 12 
 r8168.spec  | 10 --
 2 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/r8168.spec b/r8168.spec
index 0b2feef..3509cd3 100644
--- a/r8168.spec
+++ b/r8168.spec
@@ -4,22 +4,21 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 2
+%definerel 0.1
 %definepname   r8168
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  %{pname}%{_alt_kernel}
-Version:   8.052.01
+Version:   8.053.00
 Release:   %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:   GPL
 Group: Base/Kernel
 URL:   http://www.realtek.com.tw/
 # Check for new versions at
-# 
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
+# https://www.realtek.com/Download/List?cate_id=584
 # unfortunately this download is not DF-friendly.
 Source0:   %{pname}-%{version}.tar.bz2
-# Source0-md5: 31d41df8c9234d187d42b881a087d7df
-Patch0:kernel-strcpy.patch
+# Source0-md5: 6323d3ed1b01bf2e78b4a235c6eae4db
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 
3:2.6.20.2}
 BuildRoot: %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
@@ -71,7 +70,6 @@ Express Gigabit Ethernet.\
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
deleted file mode 100644
index 53c86d3..000
--- a/kernel-strcpy.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru r8168-8.052.01/src/r8168_n.c r8168-8.052.01.strcpy/src/r8168_n.c
 r8168-8.052.01/src/r8168_n.c   2023-09-26 16:26:06.0 +0200
-+++ r8168-8.052.01.strcpy/src/r8168_n.c2024-03-17 00:11:58.529966908 
+0100
-@@ -6293,7 +6293,7 @@
- info->eedump_len = tp->eeprom_len;
- BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
- if (rtl_fw)
--strlcpy(info->fw_version, rtl_fw->version,
-+strscpy(info->fw_version, rtl_fw->version,
- sizeof(info->fw_version));
- }
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/r8168.git/commitdiff/d8c60540c782e5131dcf0c77f882d907ff5f2667

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: cups: cups-2.4.8-source.tar.gz

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz
3fdd9a5249f090cd35e324246ef0e3e4  cups-2.4.8-source.tar.gz
Size: 8142007 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/cups] - switch to OpenPrinting cups 2.4.8 - update patches and remove obsolete

2024-05-19 Thread baggins
commit fab640eefd73757b1284090d170d722cce9e926f
Author: Jan Rękorajski 
Date:   Sun May 19 22:40:37 2024 +0200

- switch to OpenPrinting cups 2.4.8
- update patches and remove obsolete

 cups-avahi-address.patch  |   95 
 cups-avahi-no-threaded.patch  | 1029 -
 cups-certs_FHS.patch  |   26 +-
 cups-logrotate.patch  |   63 ---
 cups-lspp.patch   |  259 +-
 cups-no-polluted-krb5config.patch |   24 +-
 cups-nostrip.patch|   12 +-
 cups-systemd-socket.patch |   38 --
 cups.spec |   55 +-
 job-name-too-long.patch   |6 +-
 scx3400w-quirks.patchs|   24 -
 11 files changed, 180 insertions(+), 1451 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index 2fd23cb..34540aa 100644
--- a/cups.spec
+++ b/cups.spec
@@ -12,13 +12,13 @@
 Summary(pl.UTF-8): Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
-Version:   2.3.6
-Release:   1
+Version:   2.4.8
+Release:   0.1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing
-Source0:   
https://github.com/apple/cups/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 1bfba624d19092b20db4807323417efe
+Source0:   
https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz
+# Source0-md5: 3fdd9a5249f090cd35e324246ef0e3e4
 Source1:   %{name}.init
 Source2:   %{name}.pamd
 Source3:   %{name}.logrotate
@@ -37,19 +37,14 @@ Patch9: %{name}-verbose-compilation.patch
 Patch10:   %{name}-peercred.patch
 Patch11:   %{name}-usb.patch
 Patch12:   %{name}-desktop.patch
-Patch13:   %{name}-systemd-socket.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
 Patch19:   job-name-too-long.patch
-# avahi patches from fedora
-Patch100:  %{name}-avahi-address.patch
-Patch101:  %{name}-avahi-no-threaded.patch
 Patch102:  cups-banners.patch
 Patch103:  cups-pid.patch
 Patch104:  cups-eggcups.patch
 Patch105:  cups-driverd-timeout.patch
-Patch106:  cups-logrotate.patch
 Patch107:  cups-res_init.patch
 Patch108:  cups-filter-debug.patch
 Patch110:  cups-dnssd-deviceid.patch
@@ -59,8 +54,7 @@ Patch114: cups-freebind.patch
 Patch115:  cups-ipp-multifile.patch
 Patch116:  cups-web-devices-timeout.patch
 Patch117:  cups-lspp.patch
-Patch118:  scx3400w-quirks.patchs
-URL:   http://www.cups.org/
+URL:   https://openprinting.github.io/cups/
 BuildRequires: acl-devel
 %{?with_lspp:BuildRequires:audit-libs-devel}
 BuildRequires: autoconf >= 2.60
@@ -281,22 +275,15 @@ bibliotecas do CUPS.
 # why it hasn't been merged for so long (and why no other distro uses it)
 #%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
 %patch19 -p1
 
-%if %{with avahi}
-%patch100 -p1
-%patch101 -p1
-%endif
-
 %patch102 -p1
 %patch103 -p1
 %patch104 -p1
 %patch105 -p1
-%patch106 -p1
 %patch107 -p1
 %patch108 -p1
 %patch110 -p1
@@ -306,13 +293,11 @@ bibliotecas do CUPS.
 %patch115 -p1
 %patch116 -p1
 %patch117 -p1
-%patch118 -p1
 
 %build
 %{__aclocal} -I config-scripts
 %{__autoconf}
 %configure \
-   --libdir=%{_ulibdir} \
--enable-acl \
--enable-avahi%{!?with_avahi:=no} \
--disable-cdsassl \
@@ -335,6 +320,7 @@ bibliotecas do CUPS.
--with-log-file-perm=0640 \
--with-dbusdir=/etc/dbus-1 \
--with-docdir=%{_ulibdir}/%{name}/cgi-bin \
+   --with-pkgconfpath=%{_pkgconfigdir} \
--with-printcap=/etc/printcap \
%{?with_dnssd:--with-dnssd-libs=x} \
%{?with_dnssd:--with-dnssd-includes=x} \
@@ -356,14 +342,6 @@ install -d 
$RPM_BUILD_ROOT/etc/{rc.d/init.d,pam.d,logrotate.d,modprobe.d,securit
CUPS_USER=$(id -u) \
CUPS_GROUP=$(id -g)
 
-if [ "%{_lib}" != "lib" ] ; then
-   install -d $RPM_BUILD_ROOT%{_libdir}
-   %{__mv} $RPM_BUILD_ROOT%{_ulibdir}/*.so* $RPM_BUILD_ROOT%{_libdir}
-%if %{with static_libs}
-   %{__mv} $RPM_BUILD_ROOT%{_ulibdir}/*.a $RPM_BUILD_ROOT%{_libdir}
-%endif
-fi
-
 %if %{with avahi}
 ln -s %{_ulibdir}/cups/backend/dnssd 
$RPM_BUILD_ROOT%{_ulibdir}/cups/backend/mdns
 %endif
@@ -420,20 +398,20 @@ fi
 /sbin/chkconfig --add cups
 %service cups restart "cups daemon"
 /sbin/rmmod usblp > /dev/null 2>&1 || :
-%systemd_post org.cups.cupsd.service org.cups.cupd.socket org.cups.cupsd.path
+%systemd_post cups.service cups.socket cups.path
 
 %preun
 if [ "$1" = "0" ]; then
%service cups stop
/sbin/chkconfig --del cups
 fi
-%systemd_preun org.cups.cupsd.service org.cups.cupsd.socket org.cups.cupsd.path
+%systemd_preun cups.service cups.socket cups.path
 
 

[packages/cups] - avoid sending overly long job names in IPP requests

2024-05-19 Thread baggins
commit 76453c58454dbd0755c5f65bf2a24fcaabaa6e81
Author: Jan Rękorajski 
Date:   Sun May 19 15:06:31 2024 +0200

- avoid sending overly long job names in IPP requests

Some clients (e.g. Google Drive PDF Viewer) create hilariously long
document titles (same hash?) when they send jobs to CUPS. CUPS uses that
as job-name when sending IPP requests to printers and not all printers
can accept that and reject the job. Trim job-title at arbitrary number
of 127 characters to make all this work.

 cups.spec   |  2 ++
 job-name-too-long.patch | 20 
 2 files changed, 22 insertions(+)
---
diff --git a/cups.spec b/cups.spec
index 7ebfd21..5445058 100644
--- a/cups.spec
+++ b/cups.spec
@@ -41,6 +41,7 @@ Patch13:  %{name}-systemd-socket.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
+Patch19:   job-name-too-long.patch
 # avahi patches from fedora
 Patch100:  %{name}-avahi-address.patch
 Patch101:  %{name}-avahi-no-threaded.patch
@@ -284,6 +285,7 @@ bibliotecas do CUPS.
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
+%patch19 -p1
 
 %if %{with avahi}
 %patch100 -p1
diff --git a/job-name-too-long.patch b/job-name-too-long.patch
new file mode 100644
index 000..6e15d25
--- /dev/null
+++ b/job-name-too-long.patch
@@ -0,0 +1,20 @@
+--- cups-2.3.6/backend/ipp.c.orig  2024-05-19 14:12:43.566004590 +0200
 cups-2.3.6/backend/ipp.c   2024-05-19 14:49:20.758512651 +0200
+@@ -1519,14 +1519,13 @@
+ 
+   if (create_job)
+   {
+-monitor.job_name = argv[3];
++snprintf(print_job_name, 127, "%s", argv[3]);
+   }
+   else
+   {
+-snprintf(print_job_name, sizeof(print_job_name), "%s - %s", argv[1],
+- argv[3]);
+-monitor.job_name = print_job_name;
++snprintf(print_job_name, 127, "%s - %s", argv[1], argv[3]);
+   }
++  monitor.job_name = print_job_name;
+ 
+   _cupsThreadCreate((_cups_thread_func_t)monitor_printer, );
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/76453c58454dbd0755c5f65bf2a24fcaabaa6e81

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: cups: cups-2.3.6.tar.gz

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://github.com/apple/cups/archive/v2.3.6/cups-2.3.6.tar.gz
1bfba624d19092b20db4807323417efe  cups-2.3.6.tar.gz
Size: 8246940 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/cups] - up to 2.3.6 (fixes CVE-2020-10001 CVE-2022-26691)

2024-05-19 Thread baggins
commit ba9f57fdffeba7a7028a1ef9cf21202a1614e753
Author: Jan Rękorajski 
Date:   Sun May 19 14:03:14 2024 +0200

- up to 2.3.6 (fixes CVE-2020-10001 CVE-2022-26691)

 cups-backroot-readable.patch  | 11 ---
 cups-hp-deviceid-oid.patch| 21 -
 cups-ricoh-deviceid-oid.patch | 21 -
 cups.spec | 16 ++--
 4 files changed, 6 insertions(+), 63 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index eefd92f..7ebfd21 100644
--- a/cups.spec
+++ b/cups.spec
@@ -12,13 +12,13 @@
 Summary(pl.UTF-8): Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
-Version:   2.3.3
-Release:   4
+Version:   2.3.6
+Release:   1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing
-Source0:   
https://github.com/apple/cups/releases/download/v%{version}/%{name}-%{version}-source.tar.gz
-# Source0-md5: 412434ceefbdf3ec71bc9188a035f589
+Source0:   
https://github.com/apple/cups/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 1bfba624d19092b20db4807323417efe
 Source1:   %{name}.init
 Source2:   %{name}.pamd
 Source3:   %{name}.logrotate
@@ -38,7 +38,6 @@ Patch10:  %{name}-peercred.patch
 Patch11:   %{name}-usb.patch
 Patch12:   %{name}-desktop.patch
 Patch13:   %{name}-systemd-socket.patch
-Patch14:   %{name}-backroot-readable.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
@@ -52,9 +51,7 @@ Patch105: cups-driverd-timeout.patch
 Patch106:  cups-logrotate.patch
 Patch107:  cups-res_init.patch
 Patch108:  cups-filter-debug.patch
-Patch109:  cups-hp-deviceid-oid.patch
 Patch110:  cups-dnssd-deviceid.patch
-Patch111:  cups-ricoh-deviceid-oid.patch
 
 Patch113:  cups-dymo-deviceid.patch
 Patch114:  cups-freebind.patch
@@ -284,7 +281,6 @@ bibliotecas do CUPS.
 #%patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
@@ -301,9 +297,7 @@ bibliotecas do CUPS.
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
-%patch109 -p1
 %patch110 -p1
-%patch111 -p1
 
 %patch113 -p1
 %patch114 -p1
@@ -467,11 +461,13 @@ fi
 %endif
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/classes.conf
 %attr(640,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/cups-files.conf
+%attr(640,root,lp) %{_sysconfdir}/%{name}/cups-files.conf.default
 %attr(640,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/cupsd.conf
 %attr(640,root,lp) %{_sysconfdir}/%{name}/cupsd.conf.default
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/printers.conf
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/mailto.conf
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/snmp.conf
+%attr(640,root,lp) %{_sysconfdir}/%{name}/snmp.conf.default
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/security/blacklist.cups
 %dir %attr(700,root,lp) %{_sysconfdir}/%{name}/ssl
 %dir %attr(755,root,lp) %{_sysconfdir}/%{name}/ppd
diff --git a/cups-backroot-readable.patch b/cups-backroot-readable.patch
deleted file mode 100644
index 5e3cb14..000
--- a/cups-backroot-readable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 cups-2.3.1/scheduler/job.c.orig2020-04-13 22:03:43.447639630 +0200
-+++ cups-2.3.1/scheduler/job.c 2020-04-14 06:17:15.043886518 +0200
-@@ -1340,7 +1340,7 @@
-   else if (stat(command, ))
-   backroot = 0;
-   else
--backroot = !(backinfo.st_mode & (S_IWGRP | S_IRWXO));
-+backroot = !(backinfo.st_mode & (S_IWGRP | S_IWOTH | S_IXOTH));
- 
-   argv[0] = job->printer->sanitized_device_uri;
- 
diff --git a/cups-hp-deviceid-oid.patch b/cups-hp-deviceid-oid.patch
deleted file mode 100644
index da5136a..000
--- a/cups-hp-deviceid-oid.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up cups-1.5b1/backend/snmp.c.hp-deviceid-oid cups-1.5b1/backend/snmp.c
 cups-1.5b1/backend/snmp.c.hp-deviceid-oid  2011-05-20 05:49:49.0 
+0200
-+++ cups-1.5b1/backend/snmp.c  2011-05-24 17:24:48.0 +0200
-@@ -187,6 +187,7 @@ static const int   UriOID[] = { CUPS_OID_p
- static const int  LexmarkProductOID[] = { 1,3,6,1,4,1,641,2,1,2,1,2,1,-1 
};
- static const int  LexmarkProductOID2[] = { 
1,3,6,1,4,1,674,10898,100,2,1,2,1,2,1,-1 };
- static const int  LexmarkDeviceIdOID[] = { 1,3,6,1,4,1,641,2,1,2,1,3,1,-1 
};
-+static const int  HPDeviceIdOID[] = { 1,3,6,1,4,1,11,2,3,9,1,1,7,0,-1 };
- static const int  XeroxProductOID[] = { 1,3,6,1,4,1,128,2,1,3,1,2,0,-1 };
- static cups_array_t   *DeviceURIs = NULL;
- static int

DISTFILES: mkvtoolnix: mkvtoolnix-84.0.tar.xz

2024-05-04 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-84.0.tar.xz
e20fb7c808c93633f29d7efbc5ddae64  mkvtoolnix-84.0.tar.xz
Size: 11325260 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mkvtoolnix] - up to 84.0

2024-05-04 Thread baggins
commit baf9788fab992a1e285d48de3fd7ff5f2fd46157
Author: Jan Rękorajski 
Date:   Sat May 4 23:09:13 2024 +0200

- up to 84.0

 mkvtoolnix.spec | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec
index a4bdecd..bb742dc 100644
--- a/mkvtoolnix.spec
+++ b/mkvtoolnix.spec
@@ -6,12 +6,12 @@
 Summary:   Matroska video utilities
 Summary(pl.UTF-8): Narzędzia do filmów w formacie Matroska
 Name:  mkvtoolnix
-Version:   78.0
-Release:   2
+Version:   84.0
+Release:   1
 License:   GPL v2
 Group: Applications/Multimedia
 Source0:   
https://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.xz
-# Source0-md5: 4ca1f5e17c1297f9be0ecfca51f8c618
+# Source0-md5: e20fb7c808c93633f29d7efbc5ddae64
 Patch0:%{name}-init_locales.patch
 URL:   https://www.bunkus.org/videotools/mkvtoolnix/
 %if %{with qt}
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/mkvmerge.1*
 %{_mandir}/man1/mkvextract.1*
 %{_mandir}/man1/mkvpropedit.1*
+%lang(be) %{_mandir}/be/man1/mkvmerge.1*
+%lang(be) %{_mandir}/be/man1/mkvextract.1*
+%lang(be) %{_mandir}/be/man1/mkvpropedit.1*
 %lang(bg) %{_mandir}/bg/man1/mkvmerge.1*
 %lang(bg) %{_mandir}/bg/man1/mkvextract.1*
 %lang(bg) %{_mandir}/bg/man1/mkvpropedit.1*
@@ -196,6 +199,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/*/apps/mkvpropedit.png
 %{_mandir}/man1/mkvinfo.1*
 %{_mandir}/man1/mkvtoolnix-gui.1*
+%lang(be) %{_mandir}/be/man1/mkvinfo.1*
+%lang(be) %{_mandir}/be/man1/mkvtoolnix-gui.1*
 %lang(bg) %{_mandir}/bg/man1/mkvinfo.1*
 %lang(bg) %{_mandir}/bg/man1/mkvtoolnix-gui.1*
 %lang(ca) %{_mandir}/ca/man1/mkvinfo.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mkvtoolnix.git/commitdiff/baf9788fab992a1e285d48de3fd7ff5f2fd46157

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/metapackage-gnome] - gstreamer-kate is gone, rel 2

2024-05-01 Thread baggins
commit 462b287d432061f7f94ef6d61cd62b8da3e53728
Author: Jan Rękorajski 
Date:   Wed May 1 10:05:16 2024 +0200

- gstreamer-kate is gone, rel 2

 metapackage-gnome.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/metapackage-gnome.spec b/metapackage-gnome.spec
index fee2ba5..fb7608d 100644
--- a/metapackage-gnome.spec
+++ b/metapackage-gnome.spec
@@ -2,7 +2,7 @@ Summary:GNOME Desktop Environment with additional 
packages
 Summary(pl.UTF-8): Środowisko graficzne GNOME z dodatkowymi pakietami
 Name:  metapackage-gnome
 Version:   45
-Release:   1
+Release:   2
 License:   GPL/LGPL
 Group: X11/Applications
 Requires:  %{name}-accessibility = %{version}-%{release}
@@ -29,7 +29,6 @@ Requires: gstreamer-dvdread >= 1.22
 Requires:  gstreamer-flite >= 1.22
 Requires:  gstreamer-gme >= 1.22
 Requires:  gstreamer-gsm >= 1.22
-Requires:  gstreamer-kate >= 1.22
 Requires:  gstreamer-ladspa >= 1.22
 Requires:  gstreamer-lv2 >= 1.22
 Requires:  gstreamer-mjpegtools >= 1.22


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/metapackage-gnome.git/commitdiff/462b287d432061f7f94ef6d61cd62b8da3e53728

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kp5-discover] Release 3 (by relup.sh)

2024-05-01 Thread baggins
commit 73a507ee5f9c1388214ac6a7ac8826272d05e34c
Author: Jan Rękorajski 
Date:   Wed May 1 10:13:15 2024 +0200

Release 3 (by relup.sh)

 kp5-discover.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kp5-discover.spec b/kp5-discover.spec
index bb333df..e1db75e 100644
--- a/kp5-discover.spec
+++ b/kp5-discover.spec
@@ -9,7 +9,7 @@ Summary:Discover - KDE Software Center
 Summary(pl.UTF-8): Odkrywca - Ośrodek programów KDE
 Name:  kp5-%{kpname}
 Version:   5.27.11
-Release:   2
+Release:   3
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-discover.git/commitdiff/73a507ee5f9c1388214ac6a7ac8826272d05e34c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gtk-webkit4] - x8664 debuginfo kill poldek

2024-04-30 Thread baggins
commit 0435d24af89d65d3c01fb958e461fc72455b86c2
Author: Jan Rękorajski 
Date:   Tue Apr 30 23:04:17 2024 +0200

- x8664 debuginfo kill poldek

Something wrong, something not quite right with 0.42.2 (stable)
Assertion 'i >= 0' failed, rpm_pkg_ld.c:290
Please report this bug to: https://github.com/poldek-pm/poldek/issues/new

Aborted

 gtk-webkit4.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index f38ecde..629e78e 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -15,10 +15,9 @@
 %bcond_withlowmem2 # try to reduce build memory usage by disabling 
unified build (long)
 #
 # it's not possible to build this with debuginfo on 32bit archs due to
-# memory constraints during linking
-%ifarch %{ix86} x32
+# memory constraints during linking and x86_64 debuginfo packages kill poldek
 %define_enable_debug_packages  0
-%endif
+
 Summary:   Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:  gtk-webkit4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/0435d24af89d65d3c01fb958e461fc72455b86c2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] - ENOFILE

2024-04-29 Thread baggins
commit f7c017c59b2301b20dcb914769ac99b7cfdf2f25
Author: Jan Rękorajski 
Date:   Tue Apr 30 00:34:32 2024 +0200

- ENOFILE

 kicad.spec | 4 
 1 file changed, 4 deletions(-)
---
diff --git a/kicad.spec b/kicad.spec
index 6c034a9..a36888f 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -222,10 +222,6 @@ Documentation and tutorials for Kicad in Chinese.
 %prep
 %setup -q -a 1 -a 3 -a 4 %{?with_packages3D:-a 5} -a 6
 
-%ifarch x32
-%{__sed} -i -e '/test_coroutine.cpp/d' qa/unittests/common/CMakeLists.txt
-%endif
-
 %build
 
 build_library() {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kicad.git/commitdiff/f7c017c59b2301b20dcb914769ac99b7cfdf2f25

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openssh] Release 3 (by relup.sh)

2024-04-29 Thread baggins
commit 19cad1c51bc8f5253e4cd21efd0c38c11c5c4924
Author: Jan Rękorajski 
Date:   Tue Apr 30 00:33:20 2024 +0200

Release 3 (by relup.sh)

 openssh.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index 37b9ffc..2de60ac 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -37,7 +37,7 @@ Summary(ru.UTF-8):OpenSSH - свободная реализация прото
 Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:  openssh
 Version:   9.7p1
-Release:   2
+Release:   3
 Epoch: 2
 License:   BSD
 Group: Applications/Networking


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/19cad1c51bc8f5253e4cd21efd0c38c11c5c4924

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
STORED: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
d6e3242a55c5c28699b50cd4f85e191c  kicad-packages3D-8.0.2.tar.bz2
Size: 775246257 bytes
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
83bf84750f170cb1f2d6d8b2b4e0ce25

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
a4cde1c45a5be385c2197cb6d5c104a1

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
a4cde1c45a5be385c2197cb6d5c104a1

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-software: gnome-software-46.1.tar.xz

2024-04-29 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-software/46/gnome-software-46.1.tar.xz
d98833fd2799db7d70c4d58a8196eaf0  gnome-software-46.1.tar.xz
Size: 2574104 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-software] - up to 46.1

2024-04-29 Thread baggins
commit 18f2624cbf729c0bd9b3905c6ec2bba5683dc7ea
Author: Jan Rękorajski 
Date:   Mon Apr 29 10:10:42 2024 +0200

- up to 46.1

 gnome-software.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-software.spec b/gnome-software.spec
index f70ea27..ab538ea 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -17,12 +17,12 @@
 Summary:   GNOME Software - install and update applications and system 
extensions
 Summary(pl.UTF-8): GNOME Software - instalowanie i uaktualnianie aplikacji 
oraz rozszerzeń systemu
 Name:  gnome-software
-Version:   45.3
+Version:   46.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
https://download.gnome.org/sources/gnome-software/45/%{name}-%{version}.tar.xz
-# Source0-md5: 6db44b62c2e764df2832fbeaff660ef4
+Source0:   
https://download.gnome.org/sources/gnome-software/46/%{name}-%{version}.tar.xz
+# Source0-md5: d98833fd2799db7d70c4d58a8196eaf0
 URL:   https://wiki.gnome.org/Apps/Software
 BuildRequires: AppStream-devel >= 0.14.0
 %{?with_packagekit:BuildRequires:  PackageKit-devel >= 1.2.5}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-software.git/commitdiff/18f2624cbf729c0bd9b3905c6ec2bba5683dc7ea

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/OpenSceneGraph] - disable c++11 override

2024-04-29 Thread baggins
commit fd2cfd7fb75cc033850d7639b2ceccaeed7ac557
Author: Jan Rękorajski 
Date:   Mon Apr 29 10:02:01 2024 +0200

- disable c++11 override

 OpenSceneGraph.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec
index 0351c5f..4834725 100644
--- a/OpenSceneGraph.spec
+++ b/OpenSceneGraph.spec
@@ -72,7 +72,7 @@ BuildRequires:xorg-lib-libXrandr-devel
 BuildRequires: zlib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%definespecflags   -std=c++11
+#definespecflags   -std=c++11
 
 %description
 The Open Scene Graph is a cross-platform C++/OpenGL library for the


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenSceneGraph.git/commitdiff/fd2cfd7fb75cc033850d7639b2ceccaeed7ac557

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[projects/pld-builder.new] xtables-addons dropped support for kernels 4.x

2024-04-28 Thread baggins
commit 26d1e75500944ea15102ab1be893fdb45ce2
Author: Jan Rękorajski 
Date:   Sun Apr 28 23:16:41 2024 +0200

xtables-addons dropped support for kernels 4.x

 client/rebuild-kernel-packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py 
b/client/rebuild-kernel-packages.py
index c15a194..599f5b1 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -25,7 +25,7 @@ packages = collections.OrderedDict([
 ('xorg-driver-video-nvidia',  ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('zfs',   ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
-('xtables-addons',['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
+('xtables-addons',['head', '6.1', '5.15', '5.10', 
'5.4']),
 ('vpb-driver',['6.1', '5.15', '5.10', '5.4', 
'4.19']),
 ('lin_tape',  ['5.15', '5.10', '5.4', '4.19']),
 ('WireGuard', ['5.4', '4.19']),


 gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/26d1e75500944ea15102ab1be893fdb45ce2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lttng-modules] - fix building for 4.19.312

2024-04-28 Thread baggins
commit c455c7ad8007b13fa6048e76ab89ac1fad6196f1
Author: Jan Rękorajski 
Date:   Sun Apr 28 22:44:17 2024 +0200

- fix building for 4.19.312

 lttng-modules.spec   |  2 ++
 timer_expire_entry.patch | 48 
 2 files changed, 50 insertions(+)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index ad2fb62..c1c7844 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -18,6 +18,7 @@ Group:Base/Kernel
 Source0:   
https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: d84589cceb5a43bef749b48ab57c3860
 Patch0:build.patch
+Patch1:timer_expire_entry.patch
 URL:   https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source 
>= 3:3.0}}
@@ -94,6 +95,7 @@ p=`pwd`\
 %setup -qc -n %{name}-%{version}
 cd %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd  %{pname}-%{version}
diff --git a/timer_expire_entry.patch b/timer_expire_entry.patch
new file mode 100644
index 000..45794b4
--- /dev/null
+++ b/timer_expire_entry.patch
@@ -0,0 +1,48 @@
+commit b258b549a9bc218a08c102ba54aac2c1d477b45a
+Author: Kienan Stewart 
+Date:   Mon Apr 15 09:25:26 2024 -0400
+
+Fix: timer_expire_entry changed in 4.19.312
+
+See upstream commit:
+
+commit bbb5b1c060d73ca96ccc8cceaa81f5e1a96e8fa4
+Author: Anna-Maria Gleixner 
+Date:   Thu Mar 21 13:09:21 2019 +0100
+
+timer/trace: Improve timer tracing
+
+[ Upstream commit f28d3d5346e97e60c81f933ac89ccf015430e5cf ]
+
+Timers are added to the timer wheel off by one. This is required in
+case a timer is queued directly before incrementing jiffies to 
prevent
+early timer expiry.
+
+When reading a timer trace and relying only on the expiry time of 
the timer
+in the timer_start trace point and on the now in the 
timer_expiry_entry
+trace point, it seems that the timer fires late. With the current
+timer_expiry_entry trace point information only now=jiffies is 
printed but
+not the value of base->clk. This makes it impossible to draw a 
conclusion
+to the index of base->clk and makes it impossible to examine timer 
problems
+without additional trace points.
+
+Therefore add the base->clk value to the timer_expire_entry trace
+point, to be able to calculate the index the timer base is located 
at
+during collecting expired timers.
+
+Change-Id: I2ebdbb637db0966ff51f45bf66916a59a496b50c
+Signed-off-by: Kienan Stewart 
+Signed-off-by: Mathieu Desnoyers 
+
+diff --git a/include/instrumentation/events/timer.h 
b/include/instrumentation/events/timer.h
+index bd21c037..77c4111a 100644
+--- a/include/instrumentation/events/timer.h
 b/include/instrumentation/events/timer.h
+@@ -112,6 +112,7 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
+ #endif
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,2,0) || \
++  LTTNG_KERNEL_RANGE(4,19,312, 4,20,0) || \
+   LTTNG_RHEL_KERNEL_RANGE(4,18,0,193,0,0, 4,19,0,0,0,0))
+ /**
+  * timer_expire_entry - called immediately before the timer callback


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/c455c7ad8007b13fa6048e76ab89ac1fad6196f1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-4.19.tar.xz patch-4.19.312.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.312.xz
598823e82e4bf5e9f8ef0593b08aa97e  patch-4.19.312.xz
Size: 5995312 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_4_19] - 4.19.312

2024-04-28 Thread baggins
commit a30ade6282e988ef0347ed33822fbf1da3f9b7d9
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:18:13 2024 +0200

- 4.19.312

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 9d652901..264412d4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .310
+%definepostver .312
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  a79a4367c910fe4fcc9fb03c9f1aad6f
+# Patch0-md5:  598823e82e4bf5e9f8ef0593b08aa97e
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/a30ade6282e988ef0347ed33822fbf1da3f9b7d9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.4.tar.xz patch-5.4.274.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.274.xz
195b1b2c546ef7e1201bb487b1f209d5  patch-5.4.274.xz
Size: 5528956 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_4] - 5.4.274

2024-04-28 Thread baggins
commit 874dd9c95ac66b91cb95f0980d1a807762ad1daa
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:15:07 2024 +0200

- 5.4.274

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 469e9e1f..b93997d6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .272
+%definepostver .274
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  f72e0872ff4aa60e47fbaeff45503f1d
+# Patch0-md5:  195b1b2c546ef7e1201bb487b1f209d5
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/874dd9c95ac66b91cb95f0980d1a807762ad1daa

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.10.tar.xz patch-5.10.215.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.215.xz
44d54019eda6964e81677b1b4fd72b7c  patch-5.10.215.xz
Size: 5754668 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_10] - 5.10.157

2024-04-28 Thread baggins
commit 2a639aa509c8dc528bd7c3397d80b8975a43a1b7
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:09:38 2024 +0200

- 5.10.157

 kernel-x86.config | 1 +
 kernel.spec   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index bbac70ab..0d522dbf 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .213
+%definepostver .215
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -127,7 +127,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  a3273c52fec6baa154a102ab715fc9fb
+# Patch0-md5:  44d54019eda6964e81677b1b4fd72b7c
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-x86.config b/kernel-x86.config
index cf559995..9f7cff6f 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -117,6 +117,7 @@ CPU_IBRS_ENTRY x86_64=y
 CPU_SRSO x86_64=y
 SLS x86_64=y
 GDS_FORCE_MITIGATION all=n
+MITIGATION_RFDS x86_64=y
 #- file kernel/power/Kconfig goes here
 #- file drivers/acpi/Kconfig goes here
 #- file drivers/sfi/Kconfig goes here


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/2a639aa509c8dc528bd7c3397d80b8975a43a1b7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.15.tar.xz patch-5.15.157.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.157.xz
812bb1cf31d7c31ac4d4b6e881dc277f  patch-5.15.157.xz
Size: 5785120 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_15] - 5.15.157

2024-04-28 Thread baggins
commit c93d40fb422f9b26bc91939af8c8bf9a6b52be50
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:06:40 2024 +0200

- 5.15.157

 kernel-multiarch.config | 1 +
 kernel-x86.config   | 1 +
 kernel.spec | 6 +++---
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 30234b30..cb6f3d88 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -65,9 +65,9 @@
 %definehave_pcmcia 0
 %endif
 
-%definerel 2
+%definerel 1
 %definebasever 5.15
-%definepostver .155
+%definepostver .157
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  4373b80f34634df1d69465a2da88c16d
+# Patch0-md5:  812bb1cf31d7c31ac4d4b6e881dc277f
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 16439c4d..40736cc1 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -13620,6 +13620,7 @@ NFT_FIB_NETDEV all=m
 NFT_REJECT_NETDEV all=m
 NF_FLOW_TABLE_INET all=m
 NF_FLOW_TABLE all=m
+NF_FLOW_TABLE_PROCFS all=y
 NETFILTER_XTABLES all=m
 NETFILTER_XTABLES_COMPAT all=y
 #- Xtables combined modules
diff --git a/kernel-x86.config b/kernel-x86.config
index b4efbe56..4c957163 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -108,6 +108,7 @@ RETPOLINE x86=y
 SLS x86=y
 GDS_FORCE_MITIGATION all=n
 MITIGATION_RFDS x86_64=y
+MITIGATION_SPECTRE_BHI x86=y x86_64=y
 SPECTRE_BHI_ON x86=y x86_64=y
 SPECTRE_BHI_OFF x86=n x86_64=n
 SPECTRE_BHI_AUTO x86=n x86_64=n


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/c93d40fb422f9b26bc91939af8c8bf9a6b52be50

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-6.1.tar.xz patch-6.1.88.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
475320de08f16c9fa486fc4edfe98b30  linux-6.1.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.88.xz
ce73c8651a5fa29a1759097053260940  patch-6.1.88.xz
Size: 4517268 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_6_1] - 6.1.88

2024-04-28 Thread baggins
commit c39c89a71deae65457e5077aa616170e8496bdc8
Author: Jan Rękorajski 
Date:   Sun Apr 28 13:59:08 2024 +0200

- 6.1.88

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index eafb984c..5708f00e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 6.1
-%definepostver .87
+%definepostver .88
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 475320de08f16c9fa486fc4edfe98b30
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  35bc7525c3b985d21ac3184d44b30f51
+# Patch0-md5:  ce73c8651a5fa29a1759097053260940
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/c39c89a71deae65457e5077aa616170e8496bdc8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-6.6.tar.xz patch-6.6.29.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
452098d80ba925af3a4ab35998f3aef5  linux-6.6.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.29.xz
6a0119ebd50d56c72146e073db085f6d  patch-6.6.29.xz
Size: 1827856 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_6_6] - 6.6.29

2024-04-28 Thread baggins
commit d4453de7a5d9d6fb677fe8f254df86de31430cc4
Author: Jan Rękorajski 
Date:   Sun Apr 28 13:55:55 2024 +0200

- 6.6.29

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 956696af..e231f500 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@
 
 %definerel 1
 %definebasever 6.6
-%definepostver .28
+%definepostver .29
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -115,7 +115,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 452098d80ba925af3a4ab35998f3aef5
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  884beb535cc2c03a98f6e60688fd879c
+# Patch0-md5:  6a0119ebd50d56c72146e073db085f6d
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/d4453de7a5d9d6fb677fe8f254df86de31430cc4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/plymouth] - point meson as /sbin and /bin to make it embed correct paths in systemd units, rel 3

2024-03-24 Thread baggins
commit 1745196e6604c4f380ba522e42c2c997798c1fbd
Author: Jan Rękorajski 
Date:   Sun Mar 24 16:28:27 2024 +0100

- point meson as /sbin and /bin to make it embed correct paths in systemd 
units, rel 3

 plymouth.spec | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index ebf9fe3..42a1401 100644
--- a/plymouth.spec
+++ b/plymouth.spec
@@ -10,7 +10,7 @@ Summary:  Graphical Boot Animation and Logger
 Summary(pl.UTF-8): Graficzna animacja i logowanie startu systemu
 Name:  plymouth
 Version:   24.004.60
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: Base
 Source0:   
https://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
@@ -366,6 +366,8 @@ Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
 
 %build
 %meson build \
+   --bindir=/bin \
+   --sbindir=/sbin \
-Dbackground-color=0x00c663 \
-Dbackground-start-color-stop=0x009431 \
-Dbackground-end-color-stop=0x006300 \
@@ -386,9 +388,8 @@ cp -p %{SOURCE1} 
$RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
 %ninja_install -C build
 
 # meson-based plymouth build doesn't support installing into split /usr
-install -d $RPM_BUILD_ROOT{/%{_lib},/bin,/sbin}
-%{__mv} $RPM_BUILD_ROOT%{_bindir}/plymouth $RPM_BUILD_ROOT/bin
-%{__mv} $RPM_BUILD_ROOT%{_sbindir}/plymouthd $RPM_BUILD_ROOT/sbin
+install -d $RPM_BUILD_ROOT{/%{_lib},%{_sbindir}}
+%{__mv} $RPM_BUILD_ROOT{/sbin,%{_sbindir}}/plymouth-set-default-theme
 %{__mv} $RPM_BUILD_ROOT%{_libdir}/libply.so.* $RPM_BUILD_ROOT/%{_lib}
 %{__mv} $RPM_BUILD_ROOT%{_libdir}/libply-splash-core.so.* 
$RPM_BUILD_ROOT/%{_lib}
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libply.so.*.*.*) 
$RPM_BUILD_ROOT%{_libdir}/libply.so


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/plymouth.git/commitdiff/1745196e6604c4f380ba522e42c2c997798c1fbd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/malcontent] Release 2 (by relup.sh)

2024-03-20 Thread baggins
commit 1d6ac07752203907a473b17fc5d884b5fc985636
Author: Jan Rękorajski 
Date:   Thu Mar 21 00:02:53 2024 +0100

Release 2 (by relup.sh)

 malcontent.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/malcontent.spec b/malcontent.spec
index 946e057..f3e3bde 100644
--- a/malcontent.spec
+++ b/malcontent.spec
@@ -7,7 +7,7 @@ Summary:Library providing access to parental control 
settings
 Summary(pl.UTF-8): Biblioteka zapewniająca dostęp do ustawień kontroli 
rodzicielskiej
 Name:  malcontent
 Version:   0.11.1
-Release:   1
+Release:   2
 License:   LGPL v2.1+ (library), CC-AS-SA v3.0 (docs)
 Group: Applications
 #Source0Download: https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/malcontent.git/commitdiff/1d6ac07752203907a473b17fc5d884b5fc985636

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/apache-mod_python] Release 69 (by relup.sh)

2024-03-20 Thread baggins
commit 518e77a5f48e4ddf8832bef3f30effa810c69c28
Author: Jan Rękorajski 
Date:   Thu Mar 21 00:02:44 2024 +0100

Release 69 (by relup.sh)

 apache-mod_python.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/apache-mod_python.spec b/apache-mod_python.spec
index 10821be..a50a1a7 100644
--- a/apache-mod_python.spec
+++ b/apache-mod_python.spec
@@ -20,7 +20,7 @@ Summary(pl.UTF-8):Wbudowany interpreter języka Python dla 
serwera WWW Apache
 Summary(sv.UTF-8): En inbyggd Python-interpretator för webbservern Apache
 Name:  apache-mod_%{mod_name}
 Version:   3.5.0
-Release:   68
+Release:   69
 License:   Apache v2.0
 Group: Networking/Daemons/HTTP
 Source0:   http://dist.modpython.org/dist/mod_%{mod_name}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_python.git/commitdiff/518e77a5f48e4ddf8832bef3f30effa810c69c28

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/abrt] Release 2 (by relup.sh)

2024-03-20 Thread baggins
commit 4c9fed8b11bcb4f5cc06eea3341de3372c88755c
Author: Jan Rękorajski 
Date:   Thu Mar 21 00:02:26 2024 +0100

Release 2 (by relup.sh)

 abrt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/abrt.spec b/abrt.spec
index f3eb666..3584859 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -11,7 +11,7 @@ Summary:  Automatic bug detection and reporting tool
 Summary(pl.UTF-8): Narzędzie do automatycznego wykrywania i zgłaszania 
błędów
 Name:  abrt
 Version:   2.17.5
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Applications/System
 #Source0Download: https://github.com/abrt/abrt/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/abrt.git/commitdiff/4c9fed8b11bcb4f5cc06eea3341de3372c88755c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/plymouth] - drop unsupported ie locale, rel 2

2024-03-19 Thread baggins
commit fcebbe1d3ce39008bbf1a546926873d3828c96c5
Author: Jan Rękorajski 
Date:   Tue Mar 19 23:57:28 2024 +0100

- drop unsupported ie locale, rel 2

 plymouth.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index 8e8de6e..ebf9fe3 100644
--- a/plymouth.spec
+++ b/plymouth.spec
@@ -10,7 +10,7 @@ Summary:  Graphical Boot Animation and Logger
 Summary(pl.UTF-8): Graficzna animacja i logowanie startu systemu
 Name:  plymouth
 Version:   24.004.60
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Base
 Source0:   
https://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
@@ -403,6 +403,9 @@ cp -p %{SOURCE3} 
$RPM_BUILD_ROOT%{_libexecdir}/plymouth/plymouth-update-initrd
 
 ln -s plymouth-logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/system-logo-white.png
 
+# Usupported
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
+
 %find_lang %{name}
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/plymouth.git/commitdiff/fcebbe1d3ce39008bbf1a546926873d3828c96c5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libadwaita] Release 2 (by relup.sh)

2024-03-19 Thread baggins
commit 0d2393a816eaa43aa9e8c76cd2885c53539c5fe5
Author: Jan Rękorajski 
Date:   Tue Mar 19 23:46:51 2024 +0100

Release 2 (by relup.sh)

 libadwaita.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libadwaita.spec b/libadwaita.spec
index c764d9b..a2b4286 100644
--- a/libadwaita.spec
+++ b/libadwaita.spec
@@ -6,7 +6,7 @@ Summary:Adwaita mobile widgets library
 Summary(pl.UTF-8): Biblioteka widżetów mobilnych Adwaita
 Name:  libadwaita
 Version:   1.4.4
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
https://download.gnome.org/sources/libadwaita/1.4/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libadwaita.git/commitdiff/0d2393a816eaa43aa9e8c76cd2885c53539c5fe5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/flatpak] Release 2 (by relup.sh)

2024-03-19 Thread baggins
commit 0ab4dc77d285bfbe7a18de236b3ddbd7d649ef9c
Author: Jan Rękorajski 
Date:   Tue Mar 19 23:46:27 2024 +0100

Release 2 (by relup.sh)

 flatpak.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak.spec b/flatpak.spec
index 5242b68..7717c95 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -11,7 +11,7 @@ Summary:  Application deployment framework for desktop 
apps
 Summary(pl.UTF-8): Szkielet do wdrażania aplikacji desktopowych
 Name:  flatpak
 Version:   1.14.5
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Applications
 #Source0Download: https://github.com/flatpak/flatpak/releases/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/flatpak.git/commitdiff/0ab4dc77d285bfbe7a18de236b3ddbd7d649ef9c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/PackageKit] Release 2 (by relup.sh)

2024-03-19 Thread baggins
commit 2ddcf14d9c9cade70df2e4f67077ce00d8e310a6
Author: Jan Rękorajski 
Date:   Tue Mar 19 23:46:00 2024 +0100

Release 2 (by relup.sh)

 PackageKit.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index ef910e1..4d281e4 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -32,7 +32,7 @@ Summary:  System daemon that is a D-Bus abstraction layer 
for package management
 Summary(pl.UTF-8): Demon systemowy będący warstwą abstrakcji D-Bus do 
zarządzania pakietami
 Name:  PackageKit
 Version:   1.2.8
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Applications/System
 Source0:   
https://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/PackageKit.git/commitdiff/2ddcf14d9c9cade70df2e4f67077ce00d8e310a6

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/r8168] - rel 2

2024-03-18 Thread baggins
commit 1ea29f1a0ff1caac1e64885098e87dee60e92a32
Author: Jan Rękorajski 
Date:   Mon Mar 18 23:34:16 2024 +0100

- rel 2

 r8168.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/r8168.spec b/r8168.spec
index a4d8042..0b2feef 100644
--- a/r8168.spec
+++ b/r8168.spec
@@ -4,7 +4,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 1
+%definerel 2
 %definepname   r8168
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/r8168.git/commitdiff/1ea29f1a0ff1caac1e64885098e87dee60e92a32

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lttng-modules] - rel 2

2024-03-18 Thread baggins
commit d9b0b602daf3bc874d222f723306634edd19aba4
Author: Jan Rękorajski 
Date:   Mon Mar 18 23:33:26 2024 +0100

- rel 2

 lttng-modules.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index 23b6dfe..6412d65 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -6,7 +6,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 1
+%definerel 2
 %definepname   lttng-modules
 Summary:   LTTng 2.x kernel modules
 Summary(pl.UTF-8): Moduły jądra LTTng 2.x


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/d9b0b602daf3bc874d222f723306634edd19aba4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/dahdi-linux] Release 2 (by relup.sh)

2024-03-18 Thread baggins
commit 1c578577e6e3a196aa2a9f9552935a328ad241f0
Author: Jan Rękorajski 
Date:   Mon Mar 18 23:31:15 2024 +0100

Release 2 (by relup.sh)

 dahdi-linux.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dahdi-linux.spec b/dahdi-linux.spec
index d6b2b7f..1ed516a 100644
--- a/dahdi-linux.spec
+++ b/dahdi-linux.spec
@@ -25,7 +25,7 @@ exit 1
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 1
+%definerel 2
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dahdi-linux.git/commitdiff/1c578577e6e3a196aa2a9f9552935a328ad241f0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.15.tar.xz patch-5.15.152.xz

2024-03-17 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.152.xz
004d47b3afe0be70b52bcca37a34a578  patch-5.15.152.xz
Size: 5508472 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_15] - 5.15.152

2024-03-17 Thread baggins
commit 0f0dde3e418be803d84675edb787811739b3d3fa
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:55:10 2024 +0100

- 5.15.152

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index eb5e26e1..899e99e1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .150
+%definepostver .152
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  aed983ce401a54b5f617bfc28f5ee439
+# Patch0-md5:  004d47b3afe0be70b52bcca37a34a578
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/0f0dde3e418be803d84675edb787811739b3d3fa

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.10.tar.xz patch-5.10.213.xz

2024-03-17 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.213.xz
a3273c52fec6baa154a102ab715fc9fb  patch-5.10.213.xz
Size: 5657864 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_10] - 5.10.213

2024-03-17 Thread baggins
commit 9ed84add864ae724d61b630be51dcb725d7aab73
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:54:11 2024 +0100

- 5.10.213

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 2ed42d83..bbac70ab 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .211
+%definepostver .213
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -127,7 +127,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  2984aae3a872fc2930068258fed1e816
+# Patch0-md5:  a3273c52fec6baa154a102ab715fc9fb
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/9ed84add864ae724d61b630be51dcb725d7aab73

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.4.tar.xz patch-5.4.272.xz

2024-03-17 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.272.xz
f72e0872ff4aa60e47fbaeff45503f1d  patch-5.4.272.xz
Size: 5450864 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_4] - 5.4.272

2024-03-17 Thread baggins
commit 7c5fbea72f111afa38e34dbf1c05d24cc9facd0c
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:52:57 2024 +0100

- 5.4.272

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 7883e6bb..469e9e1f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .270
+%definepostver .272
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  62c8873936ad37a0f0bce34974d15afc
+# Patch0-md5:  f72e0872ff4aa60e47fbaeff45503f1d
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/7c5fbea72f111afa38e34dbf1c05d24cc9facd0c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xorg-driver-video-nvidia-legacy-390xx] Release 7 (by relup.sh)

2024-03-17 Thread baggins
commit 9b39d1c66dfc929fb134ac611801f7c5f574a6af
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:52:31 2024 +0100

Release 7 (by relup.sh)

 xorg-driver-video-nvidia-legacy-390xx.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-nvidia-legacy-390xx.spec 
b/xorg-driver-video-nvidia-legacy-390xx.spec
index a4abb2f..357f735 100644
--- a/xorg-driver-video-nvidia-legacy-390xx.spec
+++ b/xorg-driver-video-nvidia-legacy-390xx.spec
@@ -29,7 +29,7 @@ exit 1
 
 %defineno_install_post_check_so 1
 
-%definerel 6
+%definerel 7
 %definepname   xorg-driver-video-nvidia-legacy-390xx
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia-legacy-390xx.git/commitdiff/9b39d1c66dfc929fb134ac611801f7c5f574a6af

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-4.19.tar.xz patch-4.19.310.xz

2024-03-17 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.310.xz
a79a4367c910fe4fcc9fb03c9f1aad6f  patch-4.19.310.xz
Size: 5937952 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_4_19] - 4.19.310

2024-03-17 Thread baggins
commit fb5c1ebf43608413599876daeb67fece49f7f8e7
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:51:24 2024 +0100

- 4.19.310

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 671e0cd2..9d652901 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .308
+%definepostver .310
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  06d8c525464256bf5c7d8993d75ad844
+# Patch0-md5:  a79a4367c910fe4fcc9fb03c9f1aad6f
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/fb5c1ebf43608413599876daeb67fece49f7f8e7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xorg-driver-video-nvidia-legacy-390xx] - fix builing with kernel 6.8

2024-03-17 Thread baggins
commit 78b7ad69102b0db3929cf32a5e97ca358e8d5a38
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:48:32 2024 +0100

- fix builing with kernel 6.8

 kernel-6.8.patch   | 12 
 xorg-driver-video-nvidia-legacy-390xx.spec |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/xorg-driver-video-nvidia-legacy-390xx.spec 
b/xorg-driver-video-nvidia-legacy-390xx.spec
index c0971a9..a4abb2f 100644
--- a/xorg-driver-video-nvidia-legacy-390xx.spec
+++ b/xorg-driver-video-nvidia-legacy-390xx.spec
@@ -59,6 +59,7 @@ Patch6:   
kernel-6.5-garbage-collect-all-references-to-get_user.patch
 Patch7:
kernel-6.5-handle-get_user_pages-vmas-argument-remova.patch
 Patch8:
kernel-6.5-handle-get_user_pages-vmas-argument-removal-x8664.patch
 Patch9:
kernel-6.6-backport-drm_gem_prime_handle_to_fd-changes-from-470.patch
+Patch10:   kernel-6.8.patch
 URL:   https://www.nvidia.com/en-us/drivers/unix/
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.752
@@ -336,6 +337,7 @@ rm -rf NVIDIA-Linux-x86*-%{version}*
 %patch8 -p1
 %endif
 %patch9 -p1
+%patch10 -p1
 echo 'EXTRA_CFLAGS += -Wno-pointer-arith -Wno-sign-compare -Wno-unused' >> 
kernel/Makefile.kbuild
 
 %build
diff --git a/kernel-6.8.patch b/kernel-6.8.patch
new file mode 100644
index 000..9cf4f81
--- /dev/null
+++ b/kernel-6.8.patch
@@ -0,0 +1,12 @@
+--- 
NVIDIA-Linux-x86_64-390.157-no-compat32/kernel/nvidia-drm/nvidia-drm-drv.c~ 
   2024-03-17 23:33:31.0 +0100
 NVIDIA-Linux-x86_64-390.157-no-compat32/kernel/nvidia-drm/nvidia-drm-drv.c 
2024-03-17 23:46:53.389849541 +0100
+@@ -651,6 +651,9 @@
+ .llseek = noop_llseek,
+ };
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 8, 0)
++#define DRM_UNLOCKED 0
++#endif
+ static const struct drm_ioctl_desc nv_drm_ioctls[] = {
+ #if defined(NV_DRM_ATOMIC_MODESET_AVAILABLE)
+ DRM_IOCTL_DEF_DRV(NVIDIA_GEM_IMPORT_NVKMS_MEMORY,


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia-legacy-390xx.git/commitdiff/78b7ad69102b0db3929cf32a5e97ca358e8d5a38

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lttng-modules] - pull all fixes from upstream repository

2024-03-17 Thread baggins
commit 54b0d17df95d779d45511d7ec30623215b9ec11f
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:31:29 2024 +0100

- pull all fixes from upstream repository

 git.patch  | 490 +
 lttng-modules.spec |   2 +-
 2 files changed, 491 insertions(+), 1 deletion(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index ec67a4c..23b6dfe 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -18,7 +18,7 @@ Group:Base/Kernel
 Source0:   
https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: 306dc7994fd020e7a21e0c64d42ee95c
 Patch0:build.patch
-Patch1:kernel-strcpy.patch
+Patch1:git.patch
 URL:   https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source 
>= 3:3.0}}
diff --git a/git.patch b/git.patch
new file mode 100644
index 000..998d7a6
--- /dev/null
+++ b/git.patch
@@ -0,0 +1,490 @@
+diff --git a/README.md b/README.md
+index fc083249..a2716c02 100644
+--- a/README.md
 b/README.md
+@@ -148,3 +148,45 @@ Each PMU counter has its zero value set when it is 
attached to a context with
+ add-context. Therefore, it is normal that the same counters attached to both 
the
+ stream context and event context show different values for a given event; what
+ matters is that they increment at the same rate.
++
++
++Supported versions
++--
++
++The LTTng project supports the last two released stable versions
++(e.g. stable-2.13 and stable-2.12).
++
++Fixes are backported from the master branch to the last stable version
++unless those fixes would break the ABI or API. Those fixes may be backported
++to the second-last stable version, depending on complexity and ABI/API
++compatibility.
++
++Security fixes are backported from the master branch to both of the last 
stable
++version and the the second-last stable version.
++
++New kernel version enablement commits are integrated into the master branch 
and
++backported to the last stable version.
++
++New features are integrated into the master branch and not backported to the
++last stable branch.
++
++Contacts
++
++
++You can contact the maintainers on the following mailing list:
++`lttng-...@lists.lttng.org`.
++
++IRC channel: [#lttng](irc://irc.oftc.net/lttng) on the OFTC network
++
++Bug tracker: [LTTng-modules bug 
tracker](https://bugs.lttng.org/projects/lttng-modules)
++
++Code review: [_lttng-modules_ 
project](https://review.lttng.org/q/project:lttng-modules) on LTTng Review
++
++Continuous integration: 
[LTTng-modules](https://ci.lttng.org/view/LTTng-modules/) on LTTng's CI
++
++GitHub mirror: [lttng/lttng-modules](https://github.com/lttng/lttng-modules)
++
++Patches are principally submitted and reviewed on [LTTng 
Review](https://review.lttng.org),
++but may also be submitted to the [mailing 
list](mailto:lttng-...@lists.lttng.org)
++with the subject prefix `PATCH lttng-modules` or by pull request on the
++[GitHub mirror](https://github.com/lttng/lttng-modules).
+diff --git a/include/instrumentation/events/btrfs.h 
b/include/instrumentation/events/btrfs.h
+index 7c7b9b0c..ffb1b646 100644
+--- a/include/instrumentation/events/btrfs.h
 b/include/instrumentation/events/btrfs.h
+@@ -177,7 +177,30 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__inode, 
btrfs_inode_evict,
+ )
+ #endif
+ 
+-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,14,0))
++#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0))
++
++LTTNG_TRACEPOINT_EVENT(btrfs_get_extent,
++
++  TP_PROTO(const struct btrfs_root *root, const struct btrfs_inode *inode,
++  const struct extent_map *map),
++
++  TP_ARGS(root, inode, map),
++
++  TP_FIELDS(
++  ctf_integer(u64, root_objectid, root->root_key.objectid)
++  ctf_integer(u64, ino, btrfs_ino(inode))
++  ctf_integer(u64, start, map->start)
++  ctf_integer(u64, len, map->len)
++  ctf_integer(u64, orig_start, map->orig_start)
++  ctf_integer(u64, block_start, map->block_start)
++  ctf_integer(u64, block_len, map->block_len)
++  ctf_integer(unsigned int, flags, map->flags)
++  ctf_integer(int, refs, refcount_read(>refs))
++  ctf_integer(unsigned int, compress_type, 
extent_map_compression(map))
++  )
++)
++
++#elif (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,14,0))
+ 
+ LTTNG_TRACEPOINT_EVENT(btrfs_get_extent,
+ 
+@@ -1609,7 +1632,42 @@ LTTNG_TRACEPOINT_EVENT(btrfs_delayed_ref_head,
+ )
+ #endif
+ 
+-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,14,0))
++#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0))
++
++LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__chunk,
++
++  TP_PROTO(const struct btrfs_fs_info *fs_info, const struct 
btrfs_chunk_map *map,
++   u64 

DISTFILES: rtl8812au: rtl8812au-5.13.6.20240317.tar.gz

2024-03-17 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://github.com/morrownr/8812au-20210629/archive/main/rtl8812au-5.13.6.20240317.tar.gz
deb0f6c9ca3f28ecd8b8f7a1ae2cf1dc  rtl8812au-5.13.6.20240317.tar.gz
Size: 2910072 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/rtl8812au] - update to latest snap

2024-03-17 Thread baggins
commit b6d47df39b6ecdf0f0b32c4769a955105c13a894
Author: Jan Rękorajski 
Date:   Sun Mar 17 23:21:36 2024 +0100

- update to latest snap

 rtl8812au.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rtl8812au.spec b/rtl8812au.spec
index 0d8e542..64d8add 100644
--- a/rtl8812au.spec
+++ b/rtl8812au.spec
@@ -7,7 +7,7 @@
 
 %definerel 1
 %definebasever 20210629
-%definesnap20231224
+%definesnap20240317
 %definepname   rtl8812au
 Summary:   Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:  %{pname}%{_alt_kernel}
@@ -17,7 +17,7 @@ Release:  %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:   GPL
 Group: Base/Kernel
 Source0:   
https://github.com/morrownr/8812au-%{basever}/archive/main/%{pname}-%{version}.tar.gz
-# Source0-md5: 6c0437ca8846ac06b939d29906658537
+# Source0-md5: deb0f6c9ca3f28ecd8b8f7a1ae2cf1dc
 Patch0:no-arch-override.patch
 Patch1:kernel-strcpy.patch
 # good luck finding this chip on Realtek website :/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rtl8812au.git/commitdiff/b6d47df39b6ecdf0f0b32c4769a955105c13a894

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lttng-modules] - update str(l|s)cpy usage

2024-03-16 Thread baggins
commit 38eac45c17e38816e03b4955b83fd98e60b6a2b5
Author: Jan Rękorajski 
Date:   Sun Mar 17 00:22:03 2024 +0100

- update str(l|s)cpy usage

 kernel-strcpy.patch | 12 
 lttng-modules.spec  |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index 1d1f91c..ec67a4c 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -18,6 +18,7 @@ Group:Base/Kernel
 Source0:   
https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: 306dc7994fd020e7a21e0c64d42ee95c
 Patch0:build.patch
+Patch1:kernel-strcpy.patch
 URL:   https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source 
>= 3:3.0}}
@@ -94,6 +95,7 @@ p=`pwd`\
 %setup -qc -n %{name}-%{version}
 cd %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd  %{pname}-%{version}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
new file mode 100644
index 000..63ec8e2
--- /dev/null
+++ b/kernel-strcpy.patch
@@ -0,0 +1,12 @@
+diff -ur 
lttng-modules-2.13.11/lttng-modules-2.13.11/src/lib/ringbuffer/ring_buffer_backend.c
 
lttng-modules-2.13.11.strcpy/lttng-modules-2.13.11/src/lib/ringbuffer/ring_buffer_backend.c
+--- 
lttng-modules-2.13.11/lttng-modules-2.13.11/src/lib/ringbuffer/ring_buffer_backend.c
   2024-01-10 21:35:48.0 +0100
 
lttng-modules-2.13.11.strcpy/lttng-modules-2.13.11/src/lib/ringbuffer/ring_buffer_backend.c
2024-03-17 00:20:50.475514756 +0100
+@@ -405,7 +405,7 @@
+   chanb->extra_reader_sb =
+   (config->mode == RING_BUFFER_OVERWRITE) ? 1 : 0;
+   chanb->num_subbuf = num_subbuf;
+-  strlcpy(chanb->name, name, NAME_MAX);
++  strscpy(chanb->name, name, NAME_MAX);
+   memcpy(>config, config, sizeof(chanb->config));
+ 
+   if (config->alloc == RING_BUFFER_ALLOC_PER_CPU) {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/38eac45c17e38816e03b4955b83fd98e60b6a2b5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/rtl8812au] - update str(l|s)cpy usage

2024-03-16 Thread baggins
commit a6057c1e9bda9a93457a0da3a607af417c277102
Author: Jan Rękorajski 
Date:   Sun Mar 17 00:18:46 2024 +0100

- update str(l|s)cpy usage

 kernel-strcpy.patch | 33 +
 rtl8812au.spec  |  2 ++
 2 files changed, 35 insertions(+)
---
diff --git a/rtl8812au.spec b/rtl8812au.spec
index a680df1..0d8e542 100644
--- a/rtl8812au.spec
+++ b/rtl8812au.spec
@@ -19,6 +19,7 @@ Group:Base/Kernel
 Source0:   
https://github.com/morrownr/8812au-%{basever}/archive/main/%{pname}-%{version}.tar.gz
 # Source0-md5: 6c0437ca8846ac06b939d29906658537
 Patch0:no-arch-override.patch
+Patch1:kernel-strcpy.patch
 # good luck finding this chip on Realtek website :/
 #URL:  http://www.realtek.com.tw/
 URL:   https://github.com/morrownr/8812au
@@ -64,6 +65,7 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 %prep
 %setup -q -n 8812au-%{basever}-main
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
new file mode 100644
index 000..f94cbe7
--- /dev/null
+++ b/kernel-strcpy.patch
@@ -0,0 +1,33 @@
+diff -ur 8812au-20210629-main/os_dep/linux/os_intfs.c 
8812au-20210629-main.strcpy/os_dep/linux/os_intfs.c
+--- 8812au-20210629-main/os_dep/linux/os_intfs.c   2023-12-22 
22:32:11.0 +0100
 8812au-20210629-main.strcpy/os_dep/linux/os_intfs.c2024-03-17 
00:17:00.481064694 +0100
+@@ -2056,13 +2056,13 @@
+ 
+   wdev = dev->ieee80211_ptr;
+   if (wdev) {
+-  strlcpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name,
++  strscpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name,
+   sizeof(info->driver));
+   } else {
+-  strlcpy(info->driver, "N/A", sizeof(info->driver));
++  strscpy(info->driver, "N/A", sizeof(info->driver));
+   }
+ 
+-  strlcpy(info->version, DRIVERVERSION, sizeof(info->version));
++  strscpy(info->version, DRIVERVERSION, sizeof(info->version));
+ 
+   padapter = (_adapter *)rtw_netdev_priv(dev);
+   if (padapter) {
+@@ -2073,10 +2073,10 @@
+   scnprintf(info->fw_version, sizeof(info->fw_version), "%d.%d",
+ hal_data->firmware_version, 
hal_data->firmware_sub_version);
+   } else {
+-  strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
++  strscpy(info->fw_version, "N/A", sizeof(info->fw_version));
+   }
+ 
+-  strlcpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)),
++  strscpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)),
+   sizeof(info->bus_info));
+ }
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rtl8812au.git/commitdiff/a6057c1e9bda9a93457a0da3a607af417c277102

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/r8168] - update str(l|s)cpy udage

2024-03-16 Thread baggins
commit 164f22e4b5d46f7883592a9ac1b19bfb94e486fd
Author: Jan Rękorajski 
Date:   Sun Mar 17 00:13:34 2024 +0100

- update str(l|s)cpy udage

 kernel-strcpy.patch | 12 
 r8168.spec  |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/r8168.spec b/r8168.spec
index 186f9df..a4d8042 100644
--- a/r8168.spec
+++ b/r8168.spec
@@ -19,6 +19,7 @@ URL:  http://www.realtek.com.tw/
 # unfortunately this download is not DF-friendly.
 Source0:   %{pname}-%{version}.tar.bz2
 # Source0-md5: 31d41df8c9234d187d42b881a087d7df
+Patch0:kernel-strcpy.patch
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 
3:2.6.20.2}
 BuildRoot: %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
@@ -70,6 +71,7 @@ Express Gigabit Ethernet.\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%patch0 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
new file mode 100644
index 000..53c86d3
--- /dev/null
+++ b/kernel-strcpy.patch
@@ -0,0 +1,12 @@
+diff -ru r8168-8.052.01/src/r8168_n.c r8168-8.052.01.strcpy/src/r8168_n.c
+--- r8168-8.052.01/src/r8168_n.c   2023-09-26 16:26:06.0 +0200
 r8168-8.052.01.strcpy/src/r8168_n.c2024-03-17 00:11:58.529966908 
+0100
+@@ -6293,7 +6293,7 @@
+ info->eedump_len = tp->eeprom_len;
+ BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
+ if (rtl_fw)
+-strlcpy(info->fw_version, rtl_fw->version,
++strscpy(info->fw_version, rtl_fw->version,
+ sizeof(info->fw_version));
+ }
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/r8168.git/commitdiff/164f22e4b5d46f7883592a9ac1b19bfb94e486fd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/dahdi-linux] - unify str(l|s)cpy usage in kernel modules

2024-03-16 Thread baggins
commit 2c22ad57eebdac3c49fe7cde827294a481a43921
Author: Jan Rękorajski 
Date:   Sun Mar 17 00:09:32 2024 +0100

- unify str(l|s)cpy usage in kernel modules

 dahdi-linux.spec|   2 +
 kernel-strcpy.patch | 209 
 2 files changed, 211 insertions(+)
---
diff --git a/dahdi-linux.spec b/dahdi-linux.spec
index d6fa986..d6b2b7f 100644
--- a/dahdi-linux.spec
+++ b/dahdi-linux.spec
@@ -47,6 +47,7 @@ Source6:  %{FIRMWARE_URL}/dahdi-fw-tc400m-MR6.12.tar.gz
 # Source6-md5: 2ea860bb8a9d8ede2858b9557b74ee3c
 Source7:   %{FIRMWARE_URL}/dahdi-fw-hx8-2.06.tar.gz
 # Source7-md5: a7f3886942bb3e9fed349a41b3390c9f
+Patch0:kernel-strcpy.patch
 Patch3:no-xpp.patch
 URL:   http://www.asterisk.org/
 %{?with_kernel:%{expand:%buildrequires_kernel 
kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}}
@@ -145,6 +146,7 @@ cd ../..\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%patch0 -p1
 %if %{without xpp}
 %patch3 -p1
 %endif
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
new file mode 100644
index 000..f07fb0a
--- /dev/null
+++ b/kernel-strcpy.patch
@@ -0,0 +1,209 @@
+diff -ru dahdi-linux-3.3.0/drivers/dahdi/dahdi-base.c 
dahdi-linux-3.3.0.strscpy/drivers/dahdi/dahdi-base.c
+--- dahdi-linux-3.3.0/drivers/dahdi/dahdi-base.c   2023-12-07 
07:27:31.0 +0100
 dahdi-linux-3.3.0.strscpy/drivers/dahdi/dahdi-base.c   2024-03-17 
00:07:17.036053433 +0100
+@@ -4354,7 +4354,7 @@
+   param.pulsebreaktime = chan->pulsebreaktime;
+   param.pulseaftertime = chan->pulseaftertime;
+   param.spanno = (chan->span) ? chan->span->spanno : 0;
+-  strlcpy(param.name, chan->name, sizeof(param.name));
++  strscpy(param.name, chan->name, sizeof(param.name));
+   param.chanpos = chan->chanpos;
+   param.sigcap = chan->sigcap;
+   /* Return current law */
+@@ -4442,8 +4442,8 @@
+ 
+   spaninfo.spanno = s->spanno; /* put the span # in here */
+   spaninfo.totalspans = span_count();
+-  strlcpy(spaninfo.desc, s->desc, sizeof(spaninfo.desc));
+-  strlcpy(spaninfo.name, s->name, sizeof(spaninfo.name));
++  strscpy(spaninfo.desc, s->desc, sizeof(spaninfo.desc));
++  strscpy(spaninfo.name, s->name, sizeof(spaninfo.name));
+   spaninfo.alarms = s->alarms;/* get alarm status */
+   spaninfo.rxlevel = s->rxlevel;  /* get rx level */
+   spaninfo.txlevel = s->txlevel;  /* get tx level */
+@@ -4470,18 +4470,18 @@
+   spaninfo.lineconfig = s->lineconfig;
+   spaninfo.irq = 0;
+   spaninfo.linecompat = s->linecompat;
+-  strlcpy(spaninfo.lboname, dahdi_lboname(s->lbo),
++  strscpy(spaninfo.lboname, dahdi_lboname(s->lbo),
+ sizeof(spaninfo.lboname));
+   if (s->parent->manufacturer) {
+-  strlcpy(spaninfo.manufacturer, s->parent->manufacturer,
++  strscpy(spaninfo.manufacturer, s->parent->manufacturer,
+   sizeof(spaninfo.manufacturer));
+   }
+   if (s->parent->devicetype) {
+-  strlcpy(spaninfo.devicetype, s->parent->devicetype,
++  strscpy(spaninfo.devicetype, s->parent->devicetype,
+   sizeof(spaninfo.devicetype));
+   }
+   if (s->parent->location) {
+-  strlcpy(spaninfo.location, s->parent->location,
++  strscpy(spaninfo.location, s->parent->location,
+   sizeof(spaninfo.location));
+   }
+   if (s->spantype) {
+@@ -4500,11 +4500,11 @@
+   const char *st = dahdi_spantype2str(s->spantype);
+   switch (s->spantype) {
+   case SPANTYPE_DIGITAL_BRI_NT:
+-  strlcpy(spaninfo.spantype, "NT",
++  strscpy(spaninfo.spantype, "NT",
+   sizeof(spaninfo.spantype));
+   break;
+   case SPANTYPE_DIGITAL_BRI_TE:
+-  strlcpy(spaninfo.spantype, "TE",
++  strscpy(spaninfo.spantype, "TE",
+   sizeof(spaninfo.spantype));
+   break;
+   default:
+@@ -4514,7 +4514,7 @@
+* so no backward compatibility for this
+* broken interface.
+*/
+-  strlcpy(spaninfo.spantype, st,
++  strscpy(spaninfo.spantype, st,
+   sizeof(spaninfo.spantype));
+   break;
+   }
+@@ -4563,10 +4563,10 @@
+   spaninfo_v1.spanno = s->spanno; /* put the span # in here */
+   spaninfo_v1.totalspans = 0;
+   spaninfo_v1.totalspans = span_count();
+-  strlcpy(spaninfo_v1.desc,
++  strscpy(spaninfo_v1.desc,
+ s->desc,
+ sizeof(spaninfo_v1.desc));
+-  strlcpy(spaninfo_v1.name,
++  strscpy(spaninfo_v1.name,
+   

[projects/pld-builder.new] Drop ipset from kernel packages

2024-03-09 Thread baggins
commit b1a82e36134cd48d31e3b134129b50bbe8287093
Author: Jan Rękorajski 
Date:   Sat Mar 9 10:20:28 2024 +0100

Drop ipset from kernel packages

All those modules are included in mainline since time immemorial.

 client/rebuild-kernel-packages.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py 
b/client/rebuild-kernel-packages.py
index c2518fd..c15a194 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -16,7 +16,6 @@ supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', 
'4.19']
 packages = collections.OrderedDict([
 ('crash', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('dahdi-linux',   ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
-('ipset', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('linux-gpib',['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('lttng-modules', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('r8168', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),


 gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b1a82e36134cd48d31e3b134129b50bbe8287093

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mediastreamer-plugin-mscodec2] Release 2 (by relup.sh)

2024-03-05 Thread baggins
commit 5ca6bd919e5bc6c0fd2e8eef504a55c5dd73b9f2
Author: Jan Rękorajski 
Date:   Wed Mar 6 01:17:24 2024 +0100

Release 2 (by relup.sh)

 mediastreamer-plugin-mscodec2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mediastreamer-plugin-mscodec2.spec 
b/mediastreamer-plugin-mscodec2.spec
index caff4ea..d505a34 100644
--- a/mediastreamer-plugin-mscodec2.spec
+++ b/mediastreamer-plugin-mscodec2.spec
@@ -2,7 +2,7 @@ Summary:Codec2 audio codec for mediastreamer
 Summary(pl.UTF-8): Kodek dźwięku Codec2 dla mediastreamera
 Name:  mediastreamer-plugin-mscodec2
 Version:   1.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/mscodec2/-/tags


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-mscodec2.git/commitdiff/5ca6bd919e5bc6c0fd2e8eef504a55c5dd73b9f2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mediastreamer-plugin-msx264] Release 2 (by relup.sh)

2024-03-05 Thread baggins
commit a436ca6382e36e9e2a8844367b4fa6ebb1f10ca3
Author: Jan Rękorajski 
Date:   Wed Mar 6 01:17:30 2024 +0100

Release 2 (by relup.sh)

 mediastreamer-plugin-msx264.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mediastreamer-plugin-msx264.spec b/mediastreamer-plugin-msx264.spec
index d36ffe6..2fe5f98 100644
--- a/mediastreamer-plugin-msx264.spec
+++ b/mediastreamer-plugin-msx264.spec
@@ -2,7 +2,7 @@ Summary:H264 video codec for mediastreamer
 Summary(pl.UTF-8): Kodek obrazu H264 dla mediastreamera
 Name:  mediastreamer-plugin-msx264
 Version:   1.5.4
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/msx264/-/tags


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-msx264.git/commitdiff/a436ca6382e36e9e2a8844367b4fa6ebb1f10ca3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnuradio] Release 16 (by relup.sh)

2024-03-05 Thread baggins
commit 51bdeb522f0e248b15e19405b49975f8df0975ba
Author: Jan Rękorajski 
Date:   Wed Mar 6 01:17:10 2024 +0100

Release 16 (by relup.sh)

 gnuradio.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnuradio.spec b/gnuradio.spec
index cc92aaa..b8f33a3 100644
--- a/gnuradio.spec
+++ b/gnuradio.spec
@@ -9,7 +9,7 @@ Summary:Software defined radio framework
 Summary(pl.UTF-8): Szkielet radia programowego
 Name:  gnuradio
 Version:   3.8.0.0
-Release:   15
+Release:   16
 License:   GPL v3
 Group: Applications/Engineering
 Source0:   http://gnuradio.org/releases/gnuradio/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnuradio.git/commitdiff/51bdeb522f0e248b15e19405b49975f8df0975ba

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libverto] Release 2 (by relup.sh)

2024-03-05 Thread baggins
commit 184b10707d285abff08d37aaf86c030648eefea1
Author: Jan Rękorajski 
Date:   Wed Mar 6 01:17:19 2024 +0100

Release 2 (by relup.sh)

 libverto.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libverto.spec b/libverto.spec
index d647a03..90195e4 100644
--- a/libverto.spec
+++ b/libverto.spec
@@ -8,7 +8,7 @@ Summary:Main loop abstraction library
 Summary(pl.UTF-8): Biblioteka abstrakcji głównej pętli
 Name:  libverto
 Version:   0.3.2
-Release:   1
+Release:   2
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/latchset/libverto/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libverto.git/commitdiff/184b10707d285abff08d37aaf86c030648eefea1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ipset] - disable kernel modules, ipset is integrated in mainline

2024-03-05 Thread baggins
commit 31d1c765ebee4bb4ae2975d13ca14ddc69be6b2b
Author: Jan Rękorajski 
Date:   Tue Mar 5 23:38:32 2024 +0100

- disable kernel modules, ipset is integrated in mainline

 ipset.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ipset.spec b/ipset.spec
index 1622fbb..f84ac73 100644
--- a/ipset.spec
+++ b/ipset.spec
@@ -4,7 +4,7 @@
 #the dependencies here
 #
 # Conditional build:
-%bcond_without kernel  # don't build kernel modules
+%bcond_withkernel  # build kernel modules
 %bcond_without userspace   # don't build userspace tools
 %bcond_withverbose # verbose build (V=1)
 
@@ -22,7 +22,7 @@ exit 1
 %define_enable_debug_packages  0
 %endif
 
-%definerel 0.1
+%definerel 1
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipset.git/commitdiff/31d1c765ebee4bb4ae2975d13ca14ddc69be6b2b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xorg-driver-video-nvidia] - up to 550.54.14

2024-03-03 Thread baggins
commit 9ecd7dcc18a96f853f1a7d8629b3e3b66218cb65
Author: Jan Rękorajski 
Date:   Sun Mar 3 23:02:03 2024 +0100

- up to 550.54.14

 xorg-driver-video-nvidia.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec
index 670113c..cfb3c08 100644
--- a/xorg-driver-video-nvidia.spec
+++ b/xorg-driver-video-nvidia.spec
@@ -27,13 +27,13 @@ Summary(hu.UTF-8):  Linux meghajtók nVidia GeForce/Quadro 
chipekhez
 Summary(pl.UTF-8): Sterowniki do kart graficznych nVidia GeForce/Quadro
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
 # when updating version here, keep nvidia-settings.spec in sync as well
-Version:   545.29.06
+Version:   550.54.14
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 Epoch: 1
 License:   nVidia Binary
 Group: X11
 Source0:   
https://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
-# Source0-md5: 406f748abf16db5d599b652c508b99fd
+# Source0-md5: 69e77647875bef192f8458912027e44b
 Source2:   %{pname}-xinitrc.sh
 Source3:   gl.pc.in
 Source4:   10-nvidia.conf
@@ -394,8 +394,8 @@ for f in \
 %ifarch %{x8664}
%{srcdir}/libcudadebugger.so.%{version} \
%{srcdir}/libnvidia-api.so.1\
-   %{srcdir}/libnvidia-egl-gbm.so.1.1.0\
-   %{srcdir}/libnvidia-egl-wayland.so.1.1.12   \
+   %{srcdir}/libnvidia-egl-gbm.so.1.1.1\
+   %{srcdir}/libnvidia-egl-wayland.so.1.1.13   \
%{srcdir}/libnvidia-eglcore.so.%{version}   \
%{srcdir}/libnvidia-cfg.so.%{version}   \
%{srcdir}/libnvidia-ngx.so.%{version}   \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia.git/commitdiff/9ecd7dcc18a96f853f1a7d8629b3e3b66218cb65

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xorg-driver-video-nvidia: NVIDIA-Linux-x86_64-550.54.14.run

2024-03-03 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/NVIDIA-Linux-x86_64-550.54.14.run
69e77647875bef192f8458912027e44b  NVIDIA-Linux-x86_64-550.54.14.run
Size: 306861083 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: lttng-modules: lttng-modules-2.13.11.tar.bz2

2024-03-03 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://lttng.org/files/lttng-modules/lttng-modules-2.13.11.tar.bz2
306dc7994fd020e7a21e0c64d42ee95c  lttng-modules-2.13.11.tar.bz2
Size: 352218 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lttng-modules] - up to 2.13.11

2024-03-03 Thread baggins
commit 19f0d5abfe1e2f67b86eeb4a79076e0e17749873
Author: Jan Rękorajski 
Date:   Sun Mar 3 22:19:42 2024 +0100

- up to 2.13.11

 kernel-6.6.patch   | 43 ---
 lttng-modules.spec |  8 +++-
 2 files changed, 3 insertions(+), 48 deletions(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index bdd562a..1d1f91c 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -1,4 +1,4 @@
-#
+
 # Conditional build:
 %bcond_without kernelsrc   # probes which require full kernel source (kvm, 
btrfs, ext4, regmap)
 %bcond_withverbose # verbose build (V=1)
@@ -11,14 +11,13 @@
 Summary:   LTTng 2.x kernel modules
 Summary(pl.UTF-8): Moduły jądra LTTng 2.x
 Name:  %{pname}%{_alt_kernel}
-Version:   2.13.10
+Version:   2.13.11
 Release:   %{rel}@%{_kernel_ver_str}
 License:   GPL v2
 Group: Base/Kernel
 Source0:   
https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
-# Source0-md5: eda323bb51c8fd414d30b7d6382d21a7
+# Source0-md5: 306dc7994fd020e7a21e0c64d42ee95c
 Patch0:build.patch
-Patch1:kernel-6.6.patch
 URL:   https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source 
>= 3:3.0}}
@@ -95,7 +94,6 @@ p=`pwd`\
 %setup -qc -n %{name}-%{version}
 cd %{pname}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 cd  %{pname}-%{version}
diff --git a/kernel-6.6.patch b/kernel-6.6.patch
deleted file mode 100644
index e9e375c..000
--- a/kernel-6.6.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 6be48c9f6a32cdcab9824aaad0c19f9633c4 Mon Sep 17 00:00:00 2001
-From: Kienan Stewart 
-Date: Tue, 26 Sep 2023 14:45:09 -0400
-Subject: [PATCH] fix: lttng-probe-kvm-x86-mmu build with linux 6.6
-
-A small change was made upstream in `spte.h` that requires
-`arch/x86/kvm` to be added to the search path when
-building lttng-probe-kvm.x86-mmu.o.
-
-See upstream commit :
-
-  commit d10f3780bc2f80744d291e118c0c8bade54ed3b8
-  Author: Sean Christopherson 
-  Date:   Tue Aug 8 15:40:59 2023 -0700
-
-  KVM: x86/mmu: Include mmu.h in spte.h
-
-  Explicitly include mmu.h in spte.h instead of relying on the "parent" to
-  include mmu.h.  spte.h references a variety of macros and variables that
-  are defined/declared in mmu.h, and so including spte.h before (or instead
-  of) mmu.h will result in build errors, e.g.
-
-Signed-off-by: Kienan Stewart 
-Signed-off-by: Mathieu Desnoyers 
-Change-Id: I5c3fc87d3b006cefbcca198e6e15868a342cb8dd

- src/probes/Kbuild | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/probes/Kbuild b/src/probes/Kbuild
-index eb0de4a8..73a15844 100644
 a/src/probes/Kbuild
-+++ b/src/probes/Kbuild
-@@ -63,7 +63,8 @@ ifneq ($(CONFIG_KVM),)
-   ifeq ($(kvm_dep_emulate_check),ok)
- CFLAGS_lttng-probe-kvm-x86.o += -I$(srctree)/virt/kvm \
--I$(srctree)/arch/x86/kvm
--CFLAGS_lttng-probe-kvm-x86-mmu.o += -I$(srctree)/virt/kvm
-+CFLAGS_lttng-probe-kvm-x86-mmu.o += -I$(srctree)/virt/kvm \
-+   -I$(srctree)/arch/x86/kvm
- obj-$(CONFIG_LTTNG) += lttng-probe-kvm-x86.o
- obj-$(CONFIG_LTTNG) += lttng-probe-kvm-x86-mmu.o
-   else # ($(kvm_dep_emulate_check),ok)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/19f0d5abfe1e2f67b86eeb4a79076e0e17749873

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zfs: zfs-2.2.3.tar.gz

2024-03-03 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://github.com/openzfs/zfs/releases/download/zfs-2.2.3/zfs-2.2.3.tar.gz
e0f2b72ccd47a5b401cbc9f38b1d9073  zfs-2.2.3.tar.gz
Size: 33854765 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zfs] - up to 2.2.3

2024-03-03 Thread baggins
commit 78a45f4a0773fc22dd497073ce547b0b8df15cd2
Author: Jan Rękorajski 
Date:   Sun Mar 3 22:15:38 2024 +0100

- up to 2.2.3

 zfs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zfs.spec b/zfs.spec
index cc9442f..a353d94 100644
--- a/zfs.spec
+++ b/zfs.spec
@@ -30,12 +30,12 @@ exit 1
 Summary:   Native Linux port of the ZFS filesystem
 Summary(pl.UTF-8): Natywny linuksowy port systemu plików ZFS
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   2.2.2
+Version:   2.2.3
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:   CDDL
 Group: Applications/System
 Source0:   
https://github.com/openzfs/zfs/releases/download/zfs-%{version}/%{pname}-%{version}.tar.gz
-# Source0-md5: bbfea5e8d22e7484150038668d0d410a
+# Source0-md5: e0f2b72ccd47a5b401cbc9f38b1d9073
 Patch0:initdir.patch
 URL:   https://zfsonlinux.org/
 BuildRequires: autoconf >= 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zfs.git/commitdiff/78a45f4a0773fc22dd497073ce547b0b8df15cd2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ipset: ipset-7.21.tar.bz2

2024-03-03 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://ipset.netfilter.org/ipset-7.21.tar.bz2
c1116de7c5dd01a0a83413b308ca1917  ipset-7.21.tar.bz2
Size: 687746 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ipset] - up to 7.21, doesn't build with kernel 6.7

2024-03-03 Thread baggins
commit 0bd514aa29d09d008cbd97146962dc03c384fabe
Author: Jan Rękorajski 
Date:   Sun Mar 3 22:10:48 2024 +0100

- up to 7.21, doesn't build with kernel 6.7

 ipset.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ipset.spec b/ipset.spec
index 720b878..1622fbb 100644
--- a/ipset.spec
+++ b/ipset.spec
@@ -22,18 +22,18 @@ exit 1
 %define_enable_debug_packages  0
 %endif
 
-%definerel 1
+%definerel 0.1
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   7.19
+Version:   7.21
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:   GPL v2
 Group: Networking/Admin
 #Source0Download: https://ipset.netfilter.org/install.html
 Source0:   https://ipset.netfilter.org/%{pname}-%{version}.tar.bz2
-# Source0-md5: 34b92f93292e6114aede1a0f18a75251
+# Source0-md5: c1116de7c5dd01a0a83413b308ca1917
 Source1:   %{pname}.init
 URL:   https://ipset.netfilter.org/
 BuildRequires: autoconf >= 2.63


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipset.git/commitdiff/0bd514aa29d09d008cbd97146962dc03c384fabe

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gstreamer-plugins-ugly] Release 2 (by relup.sh)

2024-03-03 Thread baggins
commit 80067fc077e634429cb8b32865bf1b4e9acb5d5b
Author: Jan Rękorajski 
Date:   Sun Mar 3 13:24:09 2024 +0100

Release 2 (by relup.sh)

 gstreamer-plugins-ugly.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 534cdda..a368544 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -14,7 +14,7 @@ Summary:  Ugly GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8): Brzydkie wtyczki do środowiska obróbki strumieni 
GStreamer
 Name:  gstreamer-plugins-ugly
 Version:   1.22.6
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-ugly.git/commitdiff/80067fc077e634429cb8b32865bf1b4e9acb5d5b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gstreamer] Release 2 (by relup.sh)

2024-03-03 Thread baggins
commit b94002234d124ba8c5c9485da707e72df4ca647d
Author: Jan Rękorajski 
Date:   Sun Mar 3 13:14:17 2024 +0100

Release 2 (by relup.sh)

 gstreamer.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index db1eca2..0a5a76a 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -9,7 +9,7 @@ Summary:GStreamer Streaming-media framework runtime
 Summary(pl.UTF-8): GStreamer - biblioteki środowiska do obróbki strumieni
 Name:  gstreamer
 Version:   1.22.6
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer.git/commitdiff/b94002234d124ba8c5c9485da707e72df4ca647d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/handbrake] Release 4 (by relup.sh)

2024-03-03 Thread baggins
commit 679b4b377af2ac74375a8fbd5dbf97fbef762c2b
Author: Jan Rękorajski 
Date:   Sun Mar 3 13:14:00 2024 +0100

Release 4 (by relup.sh)

 handbrake.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/handbrake.spec b/handbrake.spec
index 78c0f0c..4c76b99 100644
--- a/handbrake.spec
+++ b/handbrake.spec
@@ -1,7 +1,7 @@
 Summary:   A program to transcode DVDs and other sources to MPEG-4 and MKV
 Name:  handbrake
 Version:   1.4.1
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
https://github.com/HandBrake/HandBrake/releases/download/%{version}/HandBrake-%{version}-source.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/handbrake.git/commitdiff/679b4b377af2ac74375a8fbd5dbf97fbef762c2b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-4.19.tar.xz patch-4.19.308.xz

2024-03-02 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.308.xz
06d8c525464256bf5c7d8993d75ad844  patch-4.19.308.xz
Size: 5925608 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_4_19] - 4.19.308

2024-03-02 Thread baggins
commit 8a636a0ed4164c64bab8644201df65efcb511795
Author: Jan Rękorajski 
Date:   Sat Mar 2 22:53:36 2024 +0100

- 4.19.308

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 39643456..671e0cd2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .303
+%definepostver .308
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  7e7dbf41cb798e4421af55e9d1d216f0
+# Patch0-md5:  06d8c525464256bf5c7d8993d75ad844
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/8a636a0ed4164c64bab8644201df65efcb511795

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.4.tar.xz patch-5.4.270.xz

2024-03-02 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.270.xz
62c8873936ad37a0f0bce34974d15afc  patch-5.4.270.xz
Size: 5434124 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_4] - 5.4.270

2024-03-02 Thread baggins
commit 5f5a46c82ba54b6943ea2c29107f4a5f6fcc0485
Author: Jan Rękorajski 
Date:   Sat Mar 2 22:52:21 2024 +0100

- 5.4.270

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index da947950..7883e6bb 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .265
+%definepostver .270
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  32db7d6a4fa30f5b4ef5a99def8c01d6
+# Patch0-md5:  62c8873936ad37a0f0bce34974d15afc
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/5f5a46c82ba54b6943ea2c29107f4a5f6fcc0485

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.10.tar.xz patch-5.10.211.xz

2024-03-02 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.211.xz
2984aae3a872fc2930068258fed1e816  patch-5.10.211.xz
Size: 5629544 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_10] - 5.10.211

2024-03-02 Thread baggins
commit 6ccc0e6214a5adc9a1a35db21e15042807ff7079
Author: Jan Rękorajski 
Date:   Sat Mar 2 22:51:12 2024 +0100

- 5.10.211

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 192c2710..2ed42d83 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .205
+%definepostver .211
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -127,7 +127,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  b1c3ca282ebc3a7a09144bda581add7a
+# Patch0-md5:  2984aae3a872fc2930068258fed1e816
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/6ccc0e6214a5adc9a1a35db21e15042807ff7079

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-5.15.tar.xz patch-5.15.150.xz

2024-03-02 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.150.xz
aed983ce401a54b5f617bfc28f5ee439  patch-5.15.150.xz
Size: 5422052 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_5_15] - 5.15.150

2024-03-02 Thread baggins
commit 464bb4d90da2af9ccb5c43ee71be3d3037b35d0e
Author: Jan Rękorajski 
Date:   Sat Mar 2 22:50:01 2024 +0100

- 5.15.150

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4d3ac4ec..eb5e26e1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .145
+%definepostver .150
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  4f01b35fbcd30a990bab98f306c75e95
+# Patch0-md5:  aed983ce401a54b5f617bfc28f5ee439
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/464bb4d90da2af9ccb5c43ee71be3d3037b35d0e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: linux-6.1.tar.xz patch-6.1.80.xz

2024-03-02 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
475320de08f16c9fa486fc4edfe98b30  linux-6.1.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.80.xz
4bf0fb69c6574a8b984b1394531b18cb  patch-6.1.80.xz
Size: 4174796 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel/LINUX_6_1] - 6.1.80

2024-03-02 Thread baggins
commit 7c1469f1dee85abcac0502bad1e25eb53f8b78c5
Author: Jan Rękorajski 
Date:   Sat Mar 2 22:48:25 2024 +0100

- 6.1.80

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 00ef04e1..c47e7578 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 6.1
-%definepostver .79
+%definepostver .80
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 475320de08f16c9fa486fc4edfe98b30
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  db2149c6e223a69596ec697740cbc465
+# Patch0-md5:  4bf0fb69c6574a8b984b1394531b18cb
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/7c1469f1dee85abcac0502bad1e25eb53f8b78c5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


  1   2   3   4   5   6   7   8   9   10   >