[packages/ocaml-libvirt] Release 2 (by relup.sh)

2024-06-01 Thread baggins
commit 91b917aebdf1bd71c7f208e44b4cce483eaba5a5
Author: Jan Rękorajski 
Date:   Sat Jun 1 11:00:16 2024 +0200

Release 2 (by relup.sh)

 ocaml-libvirt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 8e12b9b..8b6990b 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -11,7 +11,7 @@ Summary:  libvirt binding for OCaml
 Summary(pl.UTF-8): Wiązania libvirt dla OCamla
 Name:  ocaml-libvirt
 Version:   0.6.1.7
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   https://download.libvirt.org/ocaml/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/91b917aebdf1bd71c7f208e44b4cce483eaba5a5

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


[packages/ocaml-libvirt] - fix bcond

2024-06-01 Thread baggins
commit 64c6f7d971f1478e92d0cac43f64e4e4007725ac
Author: Jan Rękorajski 
Date:   Sat Jun 1 10:58:56 2024 +0200

- fix bcond

 ocaml-libvirt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 3d526c2..8e12b9b 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -70,7 +70,7 @@ biblioteki.
 %{__automake}
 %{__autoconf}
 %configure \
-   %{?without_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
+   %{!?with_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
 
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/64c6f7d971f1478e92d0cac43f64e4e4007725ac

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


[packages/ocaml-libvirt] - really disable opt

2024-06-01 Thread baggins
commit 3fd8e25935f8b6c1c1e735109ab1dac63d99af8a
Author: Jan Rękorajski 
Date:   Sat Jun 1 10:55:48 2024 +0200

- really disable opt

 noopt.patch| 28 
 ocaml-libvirt.spec |  7 ++-
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 600b3d0..3d526c2 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -16,6 +16,7 @@ License:  LGPL v2+
 Group: Libraries
 Source0:   https://download.libvirt.org/ocaml/%{name}-%{version}.tar.gz
 # Source0-md5: 6fb9d519c44d63513723a728c2ef5f40
+Patch0:noopt.patch
 URL:   https://libvirt.org/ocaml/
 BuildRequires: libvirt-devel >= 1.2.8
 BuildRequires: ocaml >= 3.04-7
@@ -63,9 +64,13 @@ biblioteki.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure
+%{__automake}
+%{__autoconf}
+%configure \
+   %{?without_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
 
 %{__make}
 
diff --git a/noopt.patch b/noopt.patch
new file mode 100644
index 000..5b86ad4
--- /dev/null
+++ b/noopt.patch
@@ -0,0 +1,28 @@
+--- ocaml-libvirt-0.6.1.7/libvirt/Makefile.am~ 2023-02-13 17:59:10.0 
+0100
 ocaml-libvirt-0.6.1.7/libvirt/Makefile.am  2024-06-01 10:45:00.210786314 
+0200
+@@ -59,9 +59,13 @@
+ COBJS := libvirt.cmo libvirt_version.cmo
+ OPTOBJS := libvirt.cmx libvirt_version.cmx
+ 
++if HAVE_OCAMLOPT
++opt_link=-ldopt
++endif
++
+ mllibvirt.cma: $(COBJS)
+   $(OCAMLMKLIB) -o mllibvirt \
+-  -ldopt '$(LDFLAGS)' \
++  $(opt_link) '$(LDFLAGS)' \
+   $(libvirtocaml_a_OBJECTS) $(COBJS) \
+   $(LIBVIRT_LIBS)
+ 
+--- ocaml-libvirt-0.6.1.7/configure.ac~2023-02-13 18:08:57.0 
+0100
 ocaml-libvirt-0.6.1.7/configure.ac 2024-06-01 10:53:34.638277135 +0200
+@@ -66,7 +66,7 @@
+ fi
+ 
+ dnl Optional programs.
+-AM_CONDITIONAL([HAVE_OCAMLOPT], [test "x$OCAMLOPT" != "x"])
++AM_CONDITIONAL([HAVE_OCAMLOPT], [test "x$ac_cv_prog_OCAMLOPT" != "xno"])
+ AM_CONDITIONAL([HAVE_OCAMLDOC], [test "x$OCAMLDOC" != "x"])
+ 
+ dnl Summary.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/3fd8e25935f8b6c1c1e735109ab1dac63d99af8a

___
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.9.tar.xz patch-6.9.3.xz

2024-05-30 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
b9828ed78dae306e3d90643cd5cdb8f1  linux-6.9.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.3.xz
00513bf30f55c18a0f445cf8654b68cd  patch-6.9.3.xz
Size: 154392 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] - 6.9.3

2024-05-30 Thread baggins
commit 5f3cb2a4a873375a39d4a8cb2b7f9feb6306636c
Author: Jan Rękorajski 
Date:   Fri May 31 01:26:52 2024 +0200

- 6.9.3

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 242019db..b1cf8ff5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .2
+%definepostver .3
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  9c21095cea0e2c56b273d296c4718cb7
+# Patch0-md5:  00513bf30f55c18a0f445cf8654b68cd
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.315.xz

2024-05-27 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.315.xz
64849e36988ded4fb25f27fa313e4757  patch-4.19.315.xz
Size: 6021476 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.315

2024-05-27 Thread baggins
commit 59d4b3a5c2726d5613c13310cfa50d08209d3947
Author: Jan Rękorajski 
Date:   Tue May 28 00:18:00 2024 +0200

- 4.19.315

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f0b96939..fbabac1a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .314
+%definepostver .315
 
 # 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:  c436fad76118836ac8b914cedb38
+# Patch0-md5:  64849e36988ded4fb25f27fa313e4757
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.277.xz

2024-05-27 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.277.xz
91317924acf0b53e3647503fdff8625e  patch-5.4.277.xz
Size: 5556868 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.277

2024-05-27 Thread baggins
commit 0081cdfb92910d9d81bbc745c73f4ebca70a30cb
Author: Jan Rękorajski 
Date:   Tue May 28 00:16:53 2024 +0200

- 5.4.277

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 87aeb21b..90010ebf 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .276
+%definepostver .277
 
 # 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:  91edc36a0858eb8b7616be2453369035
+# Patch0-md5:  91317924acf0b53e3647503fdff8625e
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.218.xz

2024-05-27 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.218.xz
f54dcecac10e0cced9d86869bb0daed3  patch-5.10.218.xz
Size: 5792520 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.218

2024-05-27 Thread baggins
commit 4b985c3fa563df26a135dd8f28b584bc54545fd1
Author: Jan Rękorajski 
Date:   Tue May 28 00:15:57 2024 +0200

- 5.10.218

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 7a8c2ac1..9e7c908c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .217
+%definepostver .218
 
 # 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:  ddc8deeb8cbcb09d91986cf40545de52
+# Patch0-md5:  f54dcecac10e0cced9d86869bb0daed3
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.160.xz

2024-05-27 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.160.xz
93b010316e514b0ccb19ee4fced79c6b  patch-5.15.160.xz
Size: 5835156 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.160

2024-05-27 Thread baggins
commit 662bcea13ff95c13e365f7b736e6c639b0d27245
Author: Jan Rękorajski 
Date:   Tue May 28 00:15:00 2024 +0200

- 5.15.160

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4ca32bd3..55617f62 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .159
+%definepostver .160
 
 # 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:  c13361e6d915734ba17f471dbe51a1a5
+# Patch0-md5:  93b010316e514b0ccb19ee4fced79c6b
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.92.xz

2024-05-27 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.92.xz
425ab5dfa523434847911463111ca168  patch-6.1.92.xz
Size: 4601284 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.92

2024-05-27 Thread baggins
commit ae167683069a3e9bfb7f3551acaffb4fc8adc276
Author: Jan Rękorajski 
Date:   Tue May 28 00:13:30 2024 +0200

- 6.1.92

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 12a145d1..64be1396 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 6.1
-%definepostver .91
+%definepostver .92
 
 # 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:  4bc98690bbdd6529ae6e7de089547df6
+# Patch0-md5:  425ab5dfa523434847911463111ca168
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.32.xz

2024-05-27 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.32.xz
40019610b723d767885e47b124940e3b  patch-6.6.32.xz
Size: 1986548 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.32

2024-05-27 Thread baggins
commit a1fe45635410ff4988bda62060f0964fbd174000
Author: Jan Rękorajski 
Date:   Tue May 28 00:12:35 2024 +0200

- 6.6.32

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f6d97649..ae244955 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@
 
 %definerel 1
 %definebasever 6.6
-%definepostver .31
+%definepostver .32
 
 # 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:  b0130fac0428a7eecab82dfca22c1452
+# Patch0-md5:  40019610b723d767885e47b124940e3b
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.9.tar.xz patch-6.9.2.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
b9828ed78dae306e3d90643cd5cdb8f1  linux-6.9.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.2.xz
9c21095cea0e2c56b273d296c4718cb7  patch-6.9.2.xz
Size: 16184 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] - 6.9.2

2024-05-27 Thread baggins
commit 9af0fd1ad85047f29ea9c57df2b57df4caf2bd37
Author: Jan Rękorajski 
Date:   Tue May 28 00:11:32 2024 +0200

- 6.9.2

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 6caa1480..242019db 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .1
+%definepostver .2
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  fe8d59cd4ec0adf30396a7d040007f6a
+# Patch0-md5:  9c21095cea0e2c56b273d296c4718cb7
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


DISTFILES: rtl8812au: rtl8812au-5.13.6.20240527.tar.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://rtl8812au-5.13.6.20240527.tar.xz
a4986d1bd51a7447dc240eb4eefaad27  rtl8812au-5.13.6.20240527.tar.xz
Size: 3312388 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] - rebase on fresh git repo

2024-05-27 Thread baggins
commit 2dc0cae41554c51533e37dca098a1c7da0cdad8e
Author: Jan Rękorajski 
Date:   Mon May 27 23:50:52 2024 +0200

- rebase on fresh git repo

 kernel-strcpy.patch | 33 -
 rtl8812au.spec  | 14 +++---
 2 files changed, 7 insertions(+), 40 deletions(-)
---
diff --git a/rtl8812au.spec b/rtl8812au.spec
index 64d8add..63bcff2 100644
--- a/rtl8812au.spec
+++ b/rtl8812au.spec
@@ -6,8 +6,8 @@
 %define_enable_debug_packages  0
 
 %definerel 1
-%definebasever 20210629
-%definesnap20240317
+%definebasever 20210820
+%definesnap20240527
 %definepname   rtl8812au
 Summary:   Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:  %{pname}%{_alt_kernel}
@@ -16,10 +16,11 @@ Epoch:  2
 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: deb0f6c9ca3f28ecd8b8f7a1ae2cf1dc
+# Source0: 
https://github.com/morrownr/8812au-%{basever}/archive/main/%{pname}-%{version}.tar.gz
+# git repo without huge blobs with Android SDKs under docs/
+Source0:   %{pname}-%{version}.tar.xz
+# Source0-md5: a4986d1bd51a7447dc240eb4eefaad27
 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
@@ -63,9 +64,8 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 %{expand:%create_kernel_packages}
 
 %prep
-%setup -q -n 8812au-%{basever}-main
+%setup -q -n 8812au-%{basever}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
deleted file mode 100644
index f94cbe7..000
--- a/kernel-strcpy.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-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/2dc0cae41554c51533e37dca098a1c7da0cdad8e

___
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.314.xz

2024-05-24 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.314.xz
c436fad76118836ac8b914cedb38  patch-4.19.314.xz
Size: 6010880 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.314

2024-05-24 Thread baggins
commit 3fa4d9a5ee15dcbbc9dd73a8b16bbb0bde8fc36a
Author: Jan Rękorajski 
Date:   Fri May 24 23:17:32 2024 +0200

- 4.19.314

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 264412d4..f0b96939 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .312
+%definepostver .314
 
 # 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:  598823e82e4bf5e9f8ef0593b08aa97e
+# Patch0-md5:  c436fad76118836ac8b914cedb38
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.276.xz

2024-05-24 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.276.xz
91edc36a0858eb8b7616be2453369035  patch-5.4.276.xz
Size: 5554080 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.276

2024-05-24 Thread baggins
commit ea347a97343604207b2342328cee8ed3dc5c9e8f
Author: Jan Rękorajski 
Date:   Fri May 24 23:13:02 2024 +0200

- 5.4.276

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index b93997d6..87aeb21b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .274
+%definepostver .276
 
 # 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:  195b1b2c546ef7e1201bb487b1f209d5
+# Patch0-md5:  91edc36a0858eb8b7616be2453369035
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.217.xz

2024-05-24 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.217.xz
ddc8deeb8cbcb09d91986cf40545de52  patch-5.10.217.xz
Size: 5788928 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.217

2024-05-24 Thread baggins
commit d7a262697255c675affdfb2e9befa91c0dc226fa
Author: Jan Rękorajski 
Date:   Fri May 24 23:10:10 2024 +0200

- 5.10.217

 kernel-x86.config | 1 +
 kernel.spec   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 0d522dbf..7a8c2ac1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .215
+%definepostver .217
 
 # 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:  44d54019eda6964e81677b1b4fd72b7c
+# Patch0-md5:  ddc8deeb8cbcb09d91986cf40545de52
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-x86.config b/kernel-x86.config
index 9f7cff6f..b9ba682f 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -107,6 +107,7 @@ LEGACY_VSYSCALL_XONLY all=y
 LEGACY_VSYSCALL_NONE all=n
 CMDLINE_BOOL x86=n
 #- file kernel/livepatch/Kconfig goes here
+CPU_MITIGATIONS all=y
 SPECULATION_MITIGATIONS x86=y
 PAGE_TABLE_ISOLATION all=y
 RETPOLINE x86=y


 gitweb:

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

___
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.159.xz

2024-05-24 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.159.xz
c13361e6d915734ba17f471dbe51a1a5  patch-5.15.159.xz
Size: 5830244 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.159

2024-05-24 Thread baggins
commit 107078d40e6fb19d356e8790f405f393e2e719e5
Author: Jan Rękorajski 
Date:   Fri May 24 23:04:18 2024 +0200

- 5.15.159

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 93fedb1f..4ca32bd3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .158
+%definepostver .159
 
 # 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:  5b1dcbfc05b72def1f1658a27ad696e4
+# Patch0-md5:  c13361e6d915734ba17f471dbe51a1a5
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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.31.xz

2024-05-24 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.31.xz
b0130fac0428a7eecab82dfca22c1452  patch-6.6.31.xz
Size: 1942556 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.31

2024-05-24 Thread baggins
commit bf29ef81e344f4d40ca613c389fb059017e8a902
Author: Jan Rękorajski 
Date:   Fri May 24 23:01:47 2024 +0200

- 6.6.31

 kernel-multiarch.config | 1 +
 kernel.spec | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a5dcb655..f6d97649 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@
 
 %definerel 1
 %definebasever 6.6
-%definepostver .30
+%definepostver .31
 
 # 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:  6b647f5c319eb30931edfe7235e336ba
+# Patch0-md5:  b0130fac0428a7eecab82dfca22c1452
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index eb63461c..b71627b6 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -2264,6 +2264,7 @@ DRM_PANEL_ABT_Y030XX067A arm=m arm64=m
 DRM_PANEL_ARM_VERSATILE arm=m arm64=m
 DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 arm=m arm64=m
 DRM_PANEL_AUO_A030JTN01 all=m
+DRM_PANEL_ILITEK_ILI9341 all=m
 DRM_PANEL_BOE_BF060Y8M_AJ0 arm=m arm64=m
 DRM_PANEL_BOE_HIMAX8279D arm=m arm64=m
 DRM_PANEL_BOE_TV101WUM_NL6 arm=m arm64=m


 gitweb:

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

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


[packages/kernel] - 6.9,1

2024-05-24 Thread baggins
commit 3296f5b90484089bf315f7f79eeed02440e73d81
Author: Jan Rękorajski 
Date:   Fri May 24 22:58:08 2024 +0200

- 6.9,1

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 8e2d23e1..6caa1480 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .0
+%definepostver .1
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  dc5d54c8f0e01412d18a520ff3f95a06
+# Patch0-md5:  fe8d59cd4ec0adf30396a7d040007f6a
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


[packages/VirtualBox] Deleted branch fetchsrc

2024-05-24 Thread baggins
The branch 'fetchsrc' was deleted at 9b23ebed61fbf83a575a044b4b8d0c948c5e1507.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: VirtualBox: VirtualBox-7.0.18.tar.bz2 VBoxGuestAdditions_7.0.18.iso

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2
b1259b71044ab24671d6f5757855548d  VirtualBox-7.0.18.tar.bz2
Size: 173295159 bytes
ALREADY GOT: 
https://download.virtualbox.org/virtualbox/7.0.18/VBoxGuestAdditions_7.0.18.iso
c31a1845868d0913012f1dc481461e8f  VBoxGuestAdditions_7.0.18.iso


-- 
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/VirtualBox] Created branch fetchsrc

2024-05-24 Thread baggins
The branch 'fetchsrc' was created pointing to:

 9b23ebe... - up to 7.0.18

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


DISTFILES: VirtualBox-Extension-Pack: ERRORS:

2024-05-24 Thread baggins
Request by: baggins

VirtualBox-Extension-Pack: both NoSource: source0 and md5 given



Files fetched: 0



-- 
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/VirtualBox-Extension-Pack] - up to 7.0.18

2024-05-24 Thread baggins
commit f6e681638b194e9d1eb6de40d80e5e9b0bd9d3d3
Author: Jan Rękorajski 
Date:   Fri May 24 22:31:39 2024 +0200

- up to 7.0.18

 VirtualBox-Extension-Pack.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-Extension-Pack.spec b/VirtualBox-Extension-Pack.spec
index 0482000..2273e00 100644
--- a/VirtualBox-Extension-Pack.spec
+++ b/VirtualBox-Extension-Pack.spec
@@ -1,11 +1,11 @@
 Summary:   VirtualBox - support for USB 2.0, RDP server and the PXE 
bootloader
 Name:  VirtualBox-Extension-Pack
-Version:   7.0.12
+Version:   7.0.18
 Release:   1
 License:   Free for non-commercial use, non-distributable
 Group: Applications/Emulators
 Source0:   
http://download.virtualbox.org/virtualbox/%{version}/Oracle_VM_VirtualBox_Extension_Pack-%{version}.vbox-extpack
-# Source0-md5: 2f81423dcb05d3487108b0801afd5df9
+# Source0-md5: 35d2b8397813cdc228bf1f7757fd2d2c
 NoSource:  0
 URL:   http://www.virtualbox.org/
 BuildRequires: rpmbuild(macros) >= 1.379


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox-Extension-Pack.git/commitdiff/f6e681638b194e9d1eb6de40d80e5e9b0bd9d3d3

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


DISTFILES: VirtualBox: ERRORS: VirtualBox-7.0.18.tar.bz2 VBoxGuestAdditions_7.0.18.iso

2024-05-24 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2
 https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2:
Cannot write to 
‘./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2
 https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2 md5 
mismatch, needed b1259b71044ab24671d6f5757855548d, got 
f87fe287b06d78db2a87e0fe59dedd8c

Files fetched: 1

STORED: 
https://download.virtualbox.org/virtualbox/7.0.18/VBoxGuestAdditions_7.0.18.iso
c31a1845868d0913012f1dc481461e8f  VBoxGuestAdditions_7.0.18.iso
Size: 52887552 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/VirtualBox] - up to 7.0.18

2024-05-24 Thread baggins
commit 9b23ebed61fbf83a575a044b4b8d0c948c5e1507
Author: Jan Rękorajski 
Date:   Fri May 24 22:30:41 2024 +0200

- up to 7.0.18

 VirtualBox.spec  | 10 --
 libxml2.12.patch | 43 ---
 2 files changed, 4 insertions(+), 49 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 71fbbaf..3164020 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -47,19 +47,19 @@ exit 1
 
 %defineqtver   5.6.0
 
-%definerel 2
+%definerel 1
 %definepname   VirtualBox
 Summary:   VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   7.0.12
+Version:   7.0.18
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:   GPL v2
 Group: Applications/Emulators
 Source0:   
https://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2
-# Source0-md5: b89fb26c765764ee0e2d14305c0411d5
+# Source0-md5: b1259b71044ab24671d6f5757855548d
 Source1:   
https://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source1-md5: beedd5530d469b38079e4fe066d1ef32
+# Source1-md5: c31a1845868d0913012f1dc481461e8f
 Source2:   vboxservice.init
 Source3:   vboxservice.service
 Source4:   vboxservice.sysconfig
@@ -90,7 +90,6 @@ Patch19:  python3.patch
 Patch20:   gcc-13.patch
 Patch21:   xsl-style-dir.patch
 Patch22:   build-arch.patch
-Patch23:   libxml2.12.patch
 URL:   http://www.virtualbox.org/
 %if %{with userspace}
 %ifarch %{x8664}
@@ -565,7 +564,6 @@ echo override vboxsf %{_kernel_ver} misc >> 
kernel/installed/etc/depmod.d/%{_ker
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
-%patch23 -p1
 
 %{__sed} -i -e 's,@VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \
-e 's/Categories=.*/Categories=Utility;Emulator;/' 
src/VBox/Installer/common/virtualbox.desktop.in
diff --git a/libxml2.12.patch b/libxml2.12.patch
deleted file mode 100644
index 60df8c8..000
--- a/libxml2.12.patch
+++ /dev/null
@@ -1,43 +0,0 @@
 VirtualBox-7.0.12/include/iprt/cpp/xml.h.orig  2023-12-24 
15:42:18.092685383 +0100
-+++ VirtualBox-7.0.12/include/iprt/cpp/xml.h   2023-12-24 15:46:14.872125732 
+0100
-@@ -113,9 +113,9 @@
- class RT_DECL_CLASS XmlError : public RuntimeError
- {
- public:
--XmlError(xmlErrorPtr aErr);
-+XmlError(const xmlError* aErr);
- 
--static char* Format(xmlErrorPtr aErr);
-+static char* Format(const xmlError* aErr);
- };
- 
- // Logical errors
 VirtualBox-7.0.12/src/VBox/Runtime/r3/xml.cpp.orig 2023-12-24 
15:31:18.385556729 +0100
-+++ VirtualBox-7.0.12/src/VBox/Runtime/r3/xml.cpp  2023-12-24 
15:46:31.679225463 +0100
-@@ -131,7 +131,7 @@
- RTStrFree(msg);
- }
- 
--XmlError::XmlError(xmlErrorPtr aErr)
-+XmlError::XmlError(const xmlError* aErr)
- {
- if (!aErr)
- throw EInvalidArg(RT_SRC_POS);
-@@ -145,7 +145,7 @@
-  * Composes a single message for the given error. The caller must free the
-  * returned string using RTStrFree() when no more necessary.
-  */
--/* static */ char *XmlError::Format(xmlErrorPtr aErr)
-+/* static */ char *XmlError::Format(const xmlError *aErr)
- {
- const char *msg = aErr->message ? aErr->message : "";
- size_t msgLen = strlen(msg);
-@@ -1856,7 +1856,7 @@
- va_end(args);
- }
- 
--static void xmlParserBaseStructuredError(void *pCtx, xmlErrorPtr error) 
RT_NOTHROW_DEF
-+static void xmlParserBaseStructuredError(void *pCtx, const xmlError* error) 
RT_NOTHROW_DEF
- {
- NOREF(pCtx);
- /* we expect that there is always a trailing NL */


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/9b23ebed61fbf83a575a044b4b8d0c948c5e1507

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


[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


  1   2   3   4   5   6   7   8   9   10   >