Browse Source

updated 4 packages

bluez-5.54-1

gthumb-3.8.3-1

ipmitool-1.8.18-1

python-urllib3-1.25.8-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12347 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
aeda24ed04

+ 16 - 9
b/bluez/bluez-vl.spec

@@ -3,17 +3,16 @@
 Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
-Version: 5.50
+Version: 5.54
 Release: 1%{?_dist_release}
-License: GPLv2+
 Group: Applications/System
-
-URL: http://www.bluez.org/
-
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: daisuke
 
+License: GPLv2+
+URL: http://www.bluez.org/
+
 #----------------------------------------------------------------------------
 
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
@@ -24,11 +23,11 @@ Source11: trusts.txt
 Source20: main.conf
 
 # from http://www.linuxfromscratch.org/patches/downloads/bluez/
-Patch0: bluez-5.35-obexd_without_systemd-1.patch
+Patch0: 0001-bluez-5.54-obexd_without_systemd-1.patch
 
 # Patch for Vine
-Patch100: bluez-5.35-daemon.patch
-Patch101: bluez-5.35-config-vine.patch
+Patch100: 0002-bluez-5.54-daemon.patch
+Patch101: 0003-bluez-5.54-config-vine.patch
 
 #----------------------------------------------------------------------------
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -208,7 +207,8 @@ exit 0
 #----------------------------------------------------------------------------
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS INSTALL ChangeLog NEWS README
 %dir %{_sysconfdir}/bluetooth/
 %config(noreplace) %{_sysconfdir}/bluetooth/*
 %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
@@ -225,6 +225,9 @@ exit 0
 %{_mandir}/man8/*
 /lib/udev/hid2hci
 /lib/udev/rules.d/97-hid2hci.rules
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_bluetoothctl
 
 %files libs
 %defattr(-, root, root)
@@ -243,6 +246,10 @@ exit 0
 
 
 %changelog
+* Sun Mar 22 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.54-1
+- updated to 5.54.
+- updated all patches.
+
 * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.50-1
 - updated to 5.50.
 

+ 0 - 0
g/gthumb/gthumb-vl.spec


+ 29 - 29
i/ipmitool/ipmitool-vl.spec

@@ -1,12 +1,15 @@
 Name:         ipmitool
 Summary:      Utility for IPMI control
 Summary(ja):  IPMIコントロールユーティリティ
-Version:      1.8.11
-Release:      2%{?_dist_release}
-License:      BSD
+Version:      1.8.18
+Release:      1%{?_dist_release}
 Group:        System Environment/Base
-URL:          http://ipmitool.sourceforge.net/
-Source0:      http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Vendor:       Project Vine
+Distribution: Vine Linux
+License:      BSD
+URL:          https://github.com/ipmitool/ipmitool
+%global       tagname IPMITOOL_%(echo %{version} | tr . _)
+Source0:      https://github.com/ipmitool/ipmitool/releases/download/%{tagname}/%{name}-%{version}.tar.bz2
 Source1:      openipmi-ipmievd.sysconf
 Buildroot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel readline-devel ncurses-devel
@@ -15,18 +18,20 @@ Requires(preun): chkconfig
 Obsoletes: OpenIPMI-tools < 2.0.14-3
 Provides: OpenIPMI-tools = 2.0.14-3
 
-Patch1: ipmitool-1.8.10-ipmievd-init.patch
-Patch2: ipmitool-1.8.10-ipmievd-condrestart.patch
-Patch3: ipmitool-1.8.11-ipmieved-pidfile.patch
-Patch4: ipmitool-1.8.11-dell-oem.patch
-Patch5: ipmitool-1.8.11-dell-setled.patch
-Patch6: ipmitool-1.8.10-k-option.patch
-Patch7: ipmitool-1.8.11-set-kg-key.patch
-Patch8: ipmitool-1.8.11-set-kg-key2.patch
-Patch9: ipmitool-1.8.11-sol-payload-size.patch
-Patch10: ipmitool-1.8.11-dell-setled-updates.patch
-Patch11: ipmitool-1.8.11-dell-big-endian.patch
-Patch12: ipmitool-1.8.11-sol-leak.patch
+Patch1:       0001-CVE-2011-4339-OpenIPMI.patch
+# WARNING:  THIS PATCH MUST BE USED FOR RAWHIDE (f26+) BRANCH
+Patch2:       0002-openssl.patch
+Patch3:       0003-ipmitool-1.8.11-set-kg-key.patch
+Patch4:       0004-slowswid.patch
+Patch5:       0005-sensor-id-length.patch
+Patch6:       0006-enable-usb.patch
+Patch7:       0007-check-input.patch
+Patch8:       0008-add-extern.patch
+Patch9:       0009-best-cipher.patch
+Patch10:      0010-pef-missing-newline.patch
+Patch11:      0011-expand-sensor-name-column.patch
+Patch12:      0012-CVE-2020-5208.patch
+
 
 %description
 This package contains a utility for interfacing with devices that support
@@ -46,24 +51,15 @@ setting LAN configuration, and chassis power control.
 %prep
 
 %setup -q
-%patch1 -p1 -b .ipmievd-init
-%patch2 -p0 -b .condrestart
-%patch3 -p1 -b .ipmievd-pidfile
-%patch4 -p1 -b .delloem
-%patch5 -p1 -b .setled
-%patch6 -p1 -b .k-option
-%patch7 -p1 -b .set-kg
-%patch8 -p1 -b .set-kg2
-%patch9 -p1 -b .sol-payload-size
-%patch10 -p1 -b .setled-updates
-%patch11 -p1 -b .fixes
-%patch12 -p1 -b .sol-leak
+%autopatch -p1
 
 for f in AUTHORS ChangeLog; do
     iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
     mv ${f}.utf8 ${f}
 done
 
+autoreconf -ivf
+
 %build
 # --disable-dependency-tracking speeds up the build
 # --enable-file-security adds some security checks
@@ -108,6 +104,10 @@ fi
 
 
 %changelog
+* Sun Mar 22 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.18-1
+- new upstream release.
+- replaced all patches.
+
 * Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.11-2
 - rebuild with readline-6.3
 

+ 9 - 2
p/python-urllib3/python-urllib3-vl.spec

@@ -4,8 +4,8 @@
 %bcond_without tests
 
 Name:           python-%{srcname}
-Version:        1.24.1
-Release:        3%{?_dist_release}
+Version:        1.25.8
+Release:        1%{?_dist_release}
 Summary:        Python HTTP library with thread-safe connection pooling and file post
 
 License:        MIT
@@ -32,6 +32,8 @@ Requires:       python-ipaddress
 Requires:       python-pysocks
 
 BuildRequires:  python-devel
+BuildRequires:  python-rpm-macros
+BuildRequires:  python-setuptools
 
 %description
 Python HTTP module with connection pooling and file POST abilities.
@@ -41,6 +43,8 @@ Python HTTP module with connection pooling and file POST abilities.
 Summary:        Python3 HTTP library with thread-safe connection pooling and file post
 
 BuildRequires:  python3-devel
+BuildRequires:  python3-rpm-macros
+BuildRequires:  python3-setuptools
 
 Requires:       ca-certificates
 Requires:       python3-six
@@ -114,6 +118,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
 
 
 %changelog
+* Sun Mar 22 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.25.8-1
+- new upstream release.
+
 * Wed Nov 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.24.1-3
 - initial build for Vine Linux.