[VirtualBox] Update VBox to 5.2.20
by Sérgio M. Basto
commit f5b0ad6d97e67103d64ffe6ffcc00a5848dea790
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 19 03:17:03 2018 +0100
Update VBox to 5.2.20
.gitignore | 1 +
VirtualBox.spec | 8 +++++++-
sources | 2 +-
update_vbox.sh | 19 ++++++++++++++++++-
4 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d441fa..1c38d61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.2.14.tar.bz2
/VirtualBox-5.2.16.tar.bz2
/VirtualBox-5.2.18.tar.bz2
+/VirtualBox-5.2.20.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 775c4a6..627c503 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -36,7 +36,7 @@
%endif
Name: VirtualBox
-Version: 5.2.18
+Version: 5.2.20
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -388,6 +388,9 @@ install -p -m 0755 obj/bin/VBox.sh %{buildroot}%{_bindir}/VBox
install -p -m 0755 -t %{buildroot}%{_bindir} \
obj/bin/VBoxTunctl
+# Fixes ERROR: ambiguous python shebang in F30
+sed -i '1s:#!/usr/bin/env python:#!/usr/bin/env python2:' obj/bin/vboxshell.py
+
# Executables
install -p -m 0755 -t %{buildroot}%{_libdir}/virtualbox \
obj/bin/VirtualBox \
@@ -772,6 +775,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Oct 18 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.20-1
+- Update VBox to 5.2.20
+
* Fri Aug 24 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.18-1
- Update VBox to 5.2.18
diff --git a/sources b/sources
index a5b5270..9b55990 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8e291525b84569356773eef507c49ce VirtualBox-5.2.18.tar.bz2
+ba93e3de1689c5c4048abf17872ef149 VirtualBox-5.2.20.tar.bz2
diff --git a/update_vbox.sh b/update_vbox.sh
index 098ac7c..423a941 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,9 +1,25 @@
-VERSION=5.2.18
+VERSION=5.2.20
REL=1
+if [ -z "$1" ]
+then
+ stage=0
+else
+ stage=$1
+fi
+if test $stage -le 0
+then
+echo STAGE 0
git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
spectool -g VirtualBox.spec
+rfpkg srpm && copr-cli build sergiomb/vboxfor23 VirtualBox-$VERSION-$REL.fc30.src.rpm
+echo Press enter to continue; read dummy;
+fi
+
+if test $stage -le 1
+then
+echo STAGE 1
rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2
rfpkg ci -c && git show
echo Press enter to continue; read dummy;
@@ -46,3 +62,4 @@ Press enter to continue; read dummy;
koji-rpmfusion tag-build el7-free-override VirtualBox-$VERSION-$REL.el7
koji-rpmfusion wait-repo el7-free-build --build=VirtualBox-$VERSION-$REL.el7
git checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master"
+fi
6 years, 1 month
[wireguard-kmod/el7] Release 0.0.20181018
by Robert-André Mauchin
commit 8a5358094649ba680fe0d62f7695d77d2f0ab739
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 17:10:25 2018 +0200
Release 0.0.20181018
.gitignore | 4 +---
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8f7d61..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
/WireGuard-0.0.20180918.tar.xz
/WireGuard-0.0.20180925.tar.xz
-<<<<<<< HEAD
-=======
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
->>>>>>> 0b05eef... Release 0.0.20181007
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 946bb72..2361293 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -3,7 +3,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -58,6 +58,9 @@ done
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[wireguard-kmod/f27] Release 0.0.20181018
by Robert-André Mauchin
commit f4af03baa88ce49722f0c3edb700a48c3b73dd6e
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 17:10:25 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 38ee95e..17d1011 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -3,7 +3,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -58,6 +58,9 @@ done
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[wireguard/el7] Release 0.0.20181018
by Robert-André Mauchin
commit 1c8810deed04b5dec988d809195258dc5d780bed
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 16:38:23 2018 +0200
Release 0.0.20181018
.gitignore | 4 +---
sources | 2 +-
wireguard.spec | 5 ++++-
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d8d20e..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
/WireGuard-0.0.20180918.tar.xz
/WireGuard-0.0.20180925.tar.xz
-<<<<<<< HEAD
-=======
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
->>>>>>> 8be4325... Release 0.0.20181007
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard.spec b/wireguard.spec
index dc0636a..ce1b626 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -82,6 +82,9 @@ popd
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[wireguard-kmod/f28] Release 0.0.20181018
by Robert-André Mauchin
commit ddcdef13483280dfd2c5c5a0dc4d0c039fa11e49
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 17:10:25 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 38ee95e..17d1011 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -3,7 +3,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -58,6 +58,9 @@ done
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[rpmfusion-nonfree-release/f29] Release for f29
by Leigh Scott
commit 95d9e8b9520713b3ce65361dcb72a35c605e45ec
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 18 16:28:16 2018 +0100
Release for f29
rpmfusion-nonfree-release.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 7902c4b..7d86cce 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -4,7 +4,7 @@
Name: rpmfusion-%{repo}-release
Version: 29
-Release: 0.5
+Release: 1
Summary: RPM Fusion (%{repo}) Repository Configuration
License: BSD
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Thu Oct 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-1
+- Release for f29
+
* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-0.5
- Switch to branch layout
6 years, 1 month
[rpmfusion-nonfree-release/f29] Switch to release
by Leigh Scott
commit 70363bfddc30360fa727d420ccc377a5c43faa0a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 18 16:25:20 2018 +0100
Switch to release
rpmfusion-nonfree-updates-testing.repo | 3 ++-
rpmfusion-nonfree-updates.repo | 3 ++-
rpmfusion-nonfree.repo | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpmfusion-nonfree-updates-testing.repo b/rpmfusion-nonfree-updates-testing.repo
index 36e4d55..498d504 100644
--- a/rpmfusion-nonfree-updates-testing.repo
+++ b/rpmfusion-nonfree-updates-testing.repo
@@ -2,7 +2,8 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updat...
-enabled=1
+enabled=0
+enabled_metadata=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
diff --git a/rpmfusion-nonfree-updates.repo b/rpmfusion-nonfree-updates.repo
index f41d15e..6d4d825 100644
--- a/rpmfusion-nonfree-updates.repo
+++ b/rpmfusion-nonfree-updates.repo
@@ -2,7 +2,8 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updat...
-enabled=0
+enabled=1
+enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
diff --git a/rpmfusion-nonfree.repo b/rpmfusion-nonfree.repo
index 239b8fb..dfb5110 100644
--- a/rpmfusion-nonfree.repo
+++ b/rpmfusion-nonfree.repo
@@ -3,7 +3,8 @@ name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$rele...
enabled=1
-#metadata_expire=14d
+enabled_metadata=1
+metadata_expire=14d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
6 years, 1 month
[rpmfusion-nonfree-release/f29] Update rawhide nonfree
by Leigh Scott
commit a283e2d7083b838d0d4635fa5bb28470cbb655d8
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 18 16:18:57 2018 +0100
Update rawhide nonfree
rpmfusion-nonfree-release.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 2299e0b..7902c4b 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -14,9 +14,9 @@ Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
Source5: rpmfusion-%{repo}-tainted.repo
-Source28: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28-primary
Source29: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29-primary
Source30: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-30-primary
+Source31: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-31-primary
BuildArch: noarch
Requires: system-release(%{version})
@@ -67,19 +67,19 @@ install -d -m755 \
# GPG Key
%{__install} -Dp -m644 \
- %{SOURCE28} \
%{SOURCE29} \
%{SOURCE30} \
+ %{SOURCE31} \
%{buildroot}%{_sysconfdir}/pki/rpm-gpg
# Avoid using basearch in name for the key. Introduced in F18
-ln -s $(basename %{SOURCE28}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28
ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29
ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-30
+ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-31
# Links for the keys
-ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest
-ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide
+ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest
+ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide
# Yum .repo files
6 years, 1 month
[wireguard/f27] Release 0.0.20181018
by Robert-André Mauchin
commit ac5aa0cb5251719ba3d8f3f0ebf43a21335ce655
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 16:38:23 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard.spec b/wireguard.spec
index d18568d..eaa7a53 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -82,6 +82,9 @@ popd
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[wireguard-kmod/f29] Release 0.0.20181018
by Robert-André Mauchin
commit 6682015ab5d1ae0ec6f664f93e4114a7e21fef7b
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 17:10:25 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 38ee95e..17d1011 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -3,7 +3,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -58,6 +58,9 @@ done
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month