[tarsnap: 2/5] sync el6 with el7
by Sérgio M. Basto
commit ab923cdb48d3efb1d870f25ad913e3473479b288
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 05:16:26 2018 +0000
sync el6 with el7
.gitignore | 2 +-
tarsnap.spec | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 665fb6c..24229c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-tarsnap-autoconf-1.0.31.tgz
+tarsnap-autoconf-1.0.32.tgz
diff --git a/tarsnap.spec b/tarsnap.spec
index a1be67e..f230c8e 100644
--- a/tarsnap.spec
+++ b/tarsnap.spec
@@ -1,6 +1,6 @@
Name: tarsnap
Version: 1.0.32
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Online encrypted backup service (client)
Group: Applications/Archiving
@@ -76,9 +76,15 @@ to the key file (including the author) can read or modify archives.
%{_mandir}/man*/tarsnap*
%changelog
+* Tue Mar 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.32-2
+- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
* Sun Jun 24 2012 Ricky Zhou <ricky(a)fedoraproject.org> - 1.0.32-1
- Upstream released a new version.
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.31-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* Wed Dec 28 2011 Ricky Zhou <ricky(a)fedoraproject.org> - 1.0.31-1
- Upstream released a new version.
6 years, 9 months
[tarsnap] (5 commits) ...Update to 1.0.39 (#4792)
by Sérgio M. Basto
Summary of changes:
b6f82eb... Update to 1.0.32. (*)
ab923cd... sync el6 with el7
c22baec... Merge branch 'el6' into el7
4801bf9... Merge branch 'el7'
66ff656... Update to 1.0.39 (#4792)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[VirtualBox-kmod] Add KERN_DIR= to make
by Sérgio M. Basto
commit 1ad61632bbaeaefac2ab95ed1c30ada89c2d3506
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 05:07:22 2018 +0000
Add KERN_DIR= to make
VirtualBox-kmod.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 158ab6f..3011387 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -82,14 +82,14 @@ done
%build
for kernel_version in %{?kernel_versions}; do
for module in vbox{drv,guest}; do
- make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
+ make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetadp}
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetflt}
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxvideo}
for module in vbox{netadp,netflt,sf,video,pci}; do
- make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
+ make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
done
6 years, 9 months
[smplayer] Update smplayer to 18.2.2
by Sérgio M. Basto
commit 2924d395dbcfad925b28f644824796320980819e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 02:47:24 2018 +0000
Update smplayer to 18.2.2
.gitignore | 1 +
smplayer.spec | 5 ++++-
sources | 2 +-
update_smplayer.txt | 8 ++++----
4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 724175d..51067d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ smtube-16.3.0.tar.bz2
/smplayer-18.1.0.tar.bz2
/smplayer-18.2.0.tar.bz2
/smtube-18.1.0.tar.bz2
+/smplayer-18.2.2.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 8080ad2..cd74a93 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,5 +1,5 @@
Name: smplayer
-Version: 18.2.0
+Version: 18.2.2
%global smtube_ver 18.1.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
@@ -208,6 +208,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Sun Feb 18 2018 Sérgio Basto <sergio(a)serjux.com> - 18.2.2-1
+- Update smplayer to 18.2.2
+
* Mon Jan 29 2018 Sérgio Basto <sergio(a)serjux.com> - 18.2.0-1
- Update smplayer to 18.2.0 and smtube to 18.1.0
diff --git a/sources b/sources
index 1555086..d9b1585 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-23539b7c73feac84cc9636e19d0d8a98 smplayer-18.2.0.tar.bz2
+a9627ca9e0011a422f5255be0173f271 smplayer-18.2.2.tar.bz2
ff53e6549082a84cedf66fc8441c9a99 smtube-18.1.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.txt b/update_smplayer.txt
index e649da7..090dd17 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.txt
@@ -1,13 +1,13 @@
-version=18.2.0
+version=18.2.2
stube_ver=18.1.0
themes_ver=17.3.0
skins_ver=15.2.0
git pull
-sed -i "s|^%define vers_string .*|%define vers_string $newdescrib|" mythtv.spec
-sed -i "s|^%define rel_string .*|%define rel_string $relversion|" mythtv.spec
-sed -i "s|^%define githash .*|%define githash $githash|" mythtv.spec
+sed -i "s|^%global smtube_ver .*|%global smtube_ver $stube_ver|" smplayer.spec
+sed -i "s|^%global smplayer_themes_ver .*|%global smplayer_themes_ver $themes_ver|" smplayer.spec
+sed -i "s|^%global smplayer_skins_ver .*|%global smplayer_skins_ver $skins_ver|" smplayer.spec
rpmdev-bumpspec -n $version -c "Update smplayer to $version" smplayer.spec
spectool -g smplayer.spec
6 years, 9 months
[freetype-freeworld/f26] Add freetype-2.7.1-getvariation.patch from Fedora freetype (CVE-2018-6942, rh#1544776)
by Kevin Kofler
commit d87426afe752c847b6ea99ff13ee06157c0f5130
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sat Feb 17 21:51:14 2018 +0100
Add freetype-2.7.1-getvariation.patch from Fedora freetype (CVE-2018-6942, rh#1544776)
* Sat Feb 17 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-8
- Add freetype-2.7.1-getvariation.patch from Fedora freetype: Avoid NULL pointer
dereference in the Ins_GETVARIATION() function (CVE-2018-6942, rh#1544776)
.gitignore | 1 +
freetype-2.7.1-getvariation.patch | 39 +++++++++++++++++++++++++++++++++++++++
freetype-freeworld.spec | 12 +++++++++++-
3 files changed, 51 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 99558ca..3db64b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ freetype-2.6.tar.bz2
/freetype-2.6.5.tar.bz2
/freetype-2.7.tar.bz2
/freetype-2.7.1.tar.bz2
+/freetype-2.8.tar.bz2
diff --git a/freetype-2.7.1-getvariation.patch b/freetype-2.7.1-getvariation.patch
new file mode 100644
index 0000000..550676e
--- /dev/null
+++ b/freetype-2.7.1-getvariation.patch
@@ -0,0 +1,39 @@
+From 29c759284e305ec428703c9a5831d0b1fc3497ef Mon Sep 17 00:00:00 2001
+From: Werner Lemberg <wl(a)gnu.org>
+Date: Sat, 27 Jan 2018 14:43:43 +0100
+Subject: [PATCH] * src/truetype/ttinterp.c (Ins_GETVARIATION): Avoid NULL
+ reference.
+
+Reported as
+
+ https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5736
+---
+ src/truetype/ttinterp.c | 12 ++++++++++--
+ 1 files changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
+index d855aaaa9..551f14a2e 100644
+--- a/src/truetype/ttinterp.c
++++ b/src/truetype/ttinterp.c
+@@ -7456,8 +7456,16 @@
+ return;
+ }
+
+- for ( i = 0; i < num_axes; i++ )
+- args[i] = coords[i] >> 2; /* convert 16.16 to 2.14 format */
++ if ( coords )
++ {
++ for ( i = 0; i < num_axes; i++ )
++ args[i] = coords[i] >> 2; /* convert 16.16 to 2.14 format */
++ }
++ else
++ {
++ for ( i = 0; i < num_axes; i++ )
++ args[i] = 0;
++ }
+ }
+
+
+--
+2.14.3
+
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index 345469c..4d085bd 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.7.1
-Release: 7%{?dist}
+Release: 8%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL: http://www.freetype.org
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.ta...
@@ -26,6 +26,10 @@ Patch94: freetype-2.7.1-protect-flex-handling.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1446073
Patch95: freetype-2.7.1-safety-guard.patch
+# CVE-2018-6942 NULL pointer dereference in the Ins_GETVARIATION() function
+# https://bugzilla.redhat.com/show_bug.cgi?id=1544776
+Patch98: freetype-2.7.1-getvariation.patch
+
Provides: freetype-bytecode
Provides: freetype-subpixel
@@ -57,8 +61,10 @@ It transparently overrides the system library using ld.so.conf.d.
%patch4 -p1 -b .pcf-encoding
%patch5 -p1 -b .loop-counter
+# Security fixes:
%patch94 -p1 -b .protect-flex-handling
%patch95 -p1 -b .safety-guard
+%patch98 -p1 -b .getvariation
%build
%configure --disable-static \
@@ -102,6 +108,10 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Sat Feb 17 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-8
+- Add freetype-2.7.1-getvariation.patch from Fedora freetype: Avoid NULL pointer
+ dereference in the Ins_GETVARIATION() function (CVE-2018-6942, rh#1544776)
+
* Tue Jun 06 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-7
- Add freetype-2.7.1-loop-counter.patch from Fedora freetype:
Adjust loop counter maximum for TrueType fonts (rh#1456585)
6 years, 9 months