[xorg-x11-drv-nvidia-390xx] Revert "Add patch to deal with kernel series 5.1."
by Richard Shaw
commit 32ba8664ce7efcc9a4b015ffaed088e95d9fdb79
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Jul 18 09:19:36 2019 -0500
Revert "Add patch to deal with kernel series 5.1."
This reverts commit 2fdbdc59c23139783c2d95bd12b775ed157b3cda.
0001-kernel-5.1.patch | 155 -----------------------------------------
xorg-x11-drv-nvidia-390xx.spec | 7 +-
2 files changed, 1 insertion(+), 161 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index 76f12c0..843c0a3 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia-390xx
Epoch: 3
Version: 390.116
-Release: 3%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 390xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -60,8 +60,6 @@ Source16: 99-nvidia-dracut.conf
Source20: 10-nvidia.rules
Source21: nvidia-fallback.service
-Patch0: 0001-kernel-5.1.patch
-
ExclusiveArch: i686 x86_64 armv7hl
%if 0%{?rhel} > 6 || 0%{?fedora}
@@ -225,9 +223,6 @@ ln -s nvidiapkg-%{_target_cpu} nvidiapkg
sed -i -e "s/__UTILS_PATH__\///" \
-e "s/__PIXMAP_PATH__\///" nvidiapkg/nvidia-settings.desktop
-cd nvidiapkg-%{_target_cpu}
-%patch0 -p1
-
%build
# Nothing to build
5 years, 5 months
[vlc] Update changelog
by Nicolas Chauvet
commit 317cb34d66eca9d87277d34c29367f8869ba0d7e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Jul 18 12:47:25 2019 +0200
Update changelog
vlc.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vlc.spec b/vlc.spec
index 2121d45..d761736 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -554,6 +554,7 @@ fi || :
%changelog
* Thu Jul 18 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.8-0.2
- Update snapshot
+- Add system-wide ciphers
* Tue Jul 02 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.8-0.1
- Update to 20190702
5 years, 5 months
[vlc] system-wide cipthers
by Nicolas Chauvet
commit 79527441d70d491b34748369cbbbad38fb98da82
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Jul 18 12:46:53 2019 +0200
system-wide cipthers
0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch | 39 +++++++++++++++++++++++++++
vlc.spec | 1 +
2 files changed, 40 insertions(+)
---
diff --git a/0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch b/0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
new file mode 100644
index 0000000..81983be
--- /dev/null
+++ b/0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
@@ -0,0 +1,39 @@
+From 680849e6b9ced55fe8ac61771fd57e694c9ff79c Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Mon, 24 Sep 2018 18:28:26 +0200
+Subject: [PATCH] Use @SYSTEM wide ciphers for gnutls
+
+Gnutls upstream has support for system
+This is decribed at
+https://fedoraproject.org/wiki/Packaging:CryptoPolicies
+Also found on the debian wiki
+https://wiki.debian.org/CryptoPolicy
+
+Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
+---
+ modules/misc/gnutls.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c
+index 1b214358d4..05b4209692 100644
+--- a/modules/misc/gnutls.c
++++ b/modules/misc/gnutls.c
+@@ -768,6 +768,7 @@ static void CloseServer (vlc_tls_creds_t *crd)
+ "hash functions and compression methods can be selected. " \
+ "Refer to GNU TLS documentation for detailed syntax.")
+ static const char *const priorities_values[] = {
++ "@SYSTEM",
+ "PERFORMANCE",
+ "NORMAL",
+ "SECURE128",
+@@ -775,6 +776,7 @@ static const char *const priorities_values[] = {
+ "EXPORT",
+ };
+ static const char *const priorities_text[] = {
++ N_("System (default to system crypto ciphers policy)"),
+ N_("Performance (prioritize faster ciphers)"),
+ N_("Normal"),
+ N_("Secure 128-bits (exclude 256-bits ciphers)"),
+--
+2.17.2
+
diff --git a/vlc.spec b/vlc.spec
index 60fba2b..2121d45 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -57,6 +57,7 @@ URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
Patch0: https://github.com/RPi-Distro/vlc/raw/stretch-rpt/debian/patches/mmal_8.p...
Patch1: libplacebo_patch_1.patch
+Patch2: 0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: fontpackages-devel
5 years, 5 months
[vlc] Update snapshoot
by Nicolas Chauvet
commit a74a9467947affb3e7110a7a31f9c8da0a17e0a6
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Jul 18 12:45:51 2019 +0200
Update snapshoot
sources | 2 +-
vlc.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 0e167b7..dd61a9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f66239c70e9cdaabec359adcdbae89c vlc-3.0.8-20190702-0221.tar.xz
+1cea914b24d64763dd5c1b8b4fc2c5f3 vlc-3.0.8-20190718-0222.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 34f8d88..60fba2b 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,6 +1,6 @@
-%global vlc_date 20190702
+%global vlc_date 20190718
#global vlc_rc -rc9
-%global vlc_tag -%{?vlc_date}-0221
+%global vlc_tag -%{?vlc_date}-0222
%if 0%{?vlc_tag:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.8
-Release: 0.1%{?dist}
+Release: 0.2%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -551,6 +551,9 @@ fi || :
%changelog
+* Thu Jul 18 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.8-0.2
+- Update snapshot
+
* Tue Jul 02 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.8-0.1
- Update to 20190702
5 years, 5 months
[x264] 0.157 update, date 2019-07-17 (stable branch)
by Sérgio M. Basto
commit ccfb34ccf7414024cca1c5e2a327747ca9435d22
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jul 18 00:29:11 2019 +0100
0.157 update, date 2019-07-17 (stable branch)
.gitignore | 1 +
sources | 2 +-
x264-snapshot.sh | 3 ++-
x264.spec | 11 +++++++----
4 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69b000f..4a0df74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.152-20171224-e9a5903.tar.bz2
/x264-0.155-20180806-0a84d98.tar.bz2
/x264-0.157-20190303-72db437.tar.bz2
+/x264-0.157-20190717-34c06d1.tar.bz2
diff --git a/sources b/sources
index 67ea432..bc45139 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc5fb1afb4a87a0e65ad966e1d8ea28d x264-0.157-20190303-72db437.tar.bz2
+95f0dcc097601cfd0f86c8e007022b2e x264-0.157-20190717-34c06d1.tar.bz2
diff --git a/x264-snapshot.sh b/x264-snapshot.sh
index 5eefc22..cbd9521 100755
--- a/x264-snapshot.sh
+++ b/x264-snapshot.sh
@@ -17,7 +17,8 @@ branch=stable
commit=HEAD
pushd "$tmp"
-git clone git://git.videolan.org/${package}.git -b ${branch}
+git clone https://code.videolan.org/videolan/x264.git -b ${branch}
+
cd ${package}
tag=$(git rev-list HEAD -n 1 | cut -c 1-7)
git checkout ${commit}
diff --git a/x264.spec b/x264.spec
index 521ef65..b3fdf1c 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,7 +1,7 @@
-# globals for x264-0.157-20190303-72db437.tar.bz2
+# globals for x264-0.157-20190717-34c06d1.tar.bz2
%global api 157
-%global gitdate 20190303
-%global gitversion 72db437
+%global gitdate 20190717
+%global gitversion 34c06d1
%global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@@ -34,7 +34,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 8%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -210,6 +210,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Wed Jul 17 2019 Sérgio Basto <sergio(a)serjux.com> - 0.157-9.20190717git34c06d1
+- 0.157 update, date 2019-07-17 (stable branch)
+
* Tue May 07 2019 Sérgio Basto <sergio(a)serjux.com> - 0.157-8.20190303git72db437
- Revert "Build /usr/bin/x264 with gpac shared lib instead static lib."
5 years, 5 months
[VirtualBox-kmod/el7] (3 commits) ...Update to 6.0.10
by Sérgio M. Basto
Summary of changes:
21e64b9... Fixes for kernel 5.2 (*)
fe5e13d... Fix build of vboxpci module under Linux 5.2, thanks to Stev (*)
b085e2b... Update to 6.0.10 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[VirtualBox-kmod/f29: 2/2] Merge branch 'master' into f29
by Sérgio M. Basto
commit 0bd7d9a8ecf8c71e85fa6ab4cddef9c30e614eed
Merge: 1f407f4 b085e2b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jul 17 20:13:31 2019 +0100
Merge branch 'master' into f29
VirtualBox-kmod.spec | 11 +++++++----
update_vbox.sh | 25 ++++++++++++++-----------
2 files changed, 21 insertions(+), 15 deletions(-)
---
5 years, 5 months
[VirtualBox-kmod] Update to 6.0.10
by Sérgio M. Basto
commit b085e2b21efa1c83d7cec1cd8d3653d611426fd4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jul 17 18:07:49 2019 +0100
Update to 6.0.10
VirtualBox-kmod.spec | 11 +++++++----
update_vbox.sh | 25 ++++++++++++++-----------
2 files changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 0f3103e..871c4d9 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -44,8 +44,8 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.0.8
-Release: 3%{?dist}
+Version: 6.0.10
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -55,7 +55,7 @@ URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
Source2: https://github.com/jwrdegoede/vboxsf/archive/%{shortcommit1}.zip
-Patch1: new-kernel-5.2.patch
+#Patch1: new-kernel-5.2.patch
Patch2: kernel-5.patch
@@ -90,7 +90,7 @@ unzip %{SOURCE2}
mv vboxsf-%{commit1}/ vboxsf/
%endif
-%patch1 -p1
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -151,6 +151,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Jul 17 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.10-1
+- Update to 6.0.10
+
* Wed Jul 10 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-3
- Fix build of vboxpci module under Linux 5.2, thanks to Steve Storey
diff --git a/update_vbox.sh b/update_vbox.sh
index c8c6975..1e7b6bd 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.0.8
+VERSION=6.0.10
REL=1
RAWHIDE=31
@@ -22,19 +22,23 @@ rfpkg srpm && copr-cli build sergiomb/vboxfor23 VirtualBox-kmod-$VERSION-$REL.fc
#git reset HEAD~1
#git rm kernel-4.10.0-0.rc5.lnkops.v2.patch
echo Press enter to continue; read dummy;
-rfpkg push && rfpkg build --nowait
#koji-rpmfusion watch-task
fi
if test $stage -le 1
then
echo STAGE 1
+BRANCH1=f31
+BRANCH2=fc31
+koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
+rfpkg push && rfpkg build --nowait ) &
BRANCH1=f30
BRANCH2=fc30
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
-git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
+(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
+git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master) &
BRANCH1=f29
BRANCH2=fc29
echo Press enter tag-build $BRANCH1 to continue; read dummy;
@@ -42,13 +46,12 @@ koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait) &
#koji-rpmfusion watch-task
-BRANCH1=f28
-BRANCH2=fc28
-echo Press enter to continue; read dummy;
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
-git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
-echo Press enter to continue; read dummy;
+#BRANCH1=f28
+#BRANCH2=fc28
+#echo Press enter tag-build $BRANCH1 to continue; read dummy;
+#koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+#koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
+#git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
fi
if test $stage -le 2
5 years, 5 months