|
|
@ -1,21 +1,23 @@
|
|
|
|
%global revision 20210508
|
|
|
|
%global revision 20180224
|
|
|
|
Summary: Ncurses support utilities
|
|
|
|
Summary: Ncurses support utilities
|
|
|
|
Name: ncurses
|
|
|
|
Name: ncurses
|
|
|
|
Version: 6.2
|
|
|
|
Version: 6.1
|
|
|
|
Release: 10.%{revision}%{?dist}
|
|
|
|
Release: 10.%{revision}%{?dist}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: https://invisible-island.net/ncurses/ncurses.html
|
|
|
|
URL: https://invisible-island.net/ncurses/ncurses.html
|
|
|
|
Source0: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz
|
|
|
|
Source0: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz
|
|
|
|
Source1: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz.asc
|
|
|
|
|
|
|
|
Source2: https://invisible-island.net/public/dickey-invisible-island.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch1: ncurses-usecap.patch
|
|
|
|
Patch8: ncurses-config.patch
|
|
|
|
Patch8: ncurses-config.patch
|
|
|
|
Patch9: ncurses-libs.patch
|
|
|
|
Patch9: ncurses-libs.patch
|
|
|
|
Patch11: ncurses-urxvt.patch
|
|
|
|
Patch11: ncurses-urxvt.patch
|
|
|
|
Patch12: ncurses-kbs.patch
|
|
|
|
Patch12: ncurses-kbs.patch
|
|
|
|
Patch13: ncurses-cve-2023-29491.patch
|
|
|
|
Patch13: ncurses-cve-2019-17594.patch
|
|
|
|
Patch14: ncurses-setuid.patch
|
|
|
|
Patch14: ncurses-cve-2019-17595.patch
|
|
|
|
BuildRequires: gcc gcc-c++ gpm-devel gnupg2 make pkgconfig
|
|
|
|
Patch15: ncurses-tputx.patch
|
|
|
|
|
|
|
|
Patch16: ncurses-cve-2023-29491.patch
|
|
|
|
|
|
|
|
BuildRequires: gcc gcc-c++ gpm-devel pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -31,7 +33,12 @@ tool captoinfo.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
%package libs
|
|
|
|
Summary: Ncurses libraries
|
|
|
|
Summary: Ncurses libraries
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
|
|
|
|
# libs introduced in 5.6-13
|
|
|
|
|
|
|
|
Obsoletes: ncurses < 5.6-13
|
|
|
|
|
|
|
|
Conflicts: ncurses < 5.6-13
|
|
|
|
|
|
|
|
Obsoletes: libtermcap < 2.0.8-48
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
|
The curses library routines are a terminal-independent method of
|
|
|
|
The curses library routines are a terminal-independent method of
|
|
|
@ -43,6 +50,7 @@ This package contains the ncurses libraries.
|
|
|
|
|
|
|
|
|
|
|
|
%package compat-libs
|
|
|
|
%package compat-libs
|
|
|
|
Summary: Ncurses compatibility libraries
|
|
|
|
Summary: Ncurses compatibility libraries
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description compat-libs
|
|
|
|
%description compat-libs
|
|
|
@ -56,6 +64,7 @@ compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
%package c++-libs
|
|
|
|
%package c++-libs
|
|
|
|
Summary: Ncurses C++ bindings
|
|
|
|
Summary: Ncurses C++ bindings
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description c++-libs
|
|
|
|
%description c++-libs
|
|
|
@ -68,10 +77,12 @@ This package contains C++ bindings of the ncurses ABI version 6 libraries.
|
|
|
|
|
|
|
|
|
|
|
|
%package base
|
|
|
|
%package base
|
|
|
|
Summary: Descriptions of common terminals
|
|
|
|
Summary: Descriptions of common terminals
|
|
|
|
# rxvt-unicode-256color entry used to be in rxvt-unicode and briefly
|
|
|
|
Group: System Environment/Base
|
|
|
|
# in rxvt-unicode-terminfo
|
|
|
|
Obsoletes: termcap < 1:5.5-2
|
|
|
|
Conflicts: rxvt-unicode < 9.22-15
|
|
|
|
# base introduced in 5.6-13
|
|
|
|
Obsoletes: rxvt-unicode-terminfo < 9.22-18
|
|
|
|
Conflicts: ncurses < 5.6-13
|
|
|
|
|
|
|
|
# /lib -> /usr/lib move
|
|
|
|
|
|
|
|
Conflicts: filesystem < 3
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description base
|
|
|
|
%description base
|
|
|
@ -80,6 +91,7 @@ descriptions are included in the ncurses-term package.
|
|
|
|
|
|
|
|
|
|
|
|
%package term
|
|
|
|
%package term
|
|
|
|
Summary: Terminal descriptions
|
|
|
|
Summary: Terminal descriptions
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -89,9 +101,12 @@ the ncurses-base package.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the ncurses library
|
|
|
|
Summary: Development files for the ncurses library
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-c++-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-c++-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
Obsoletes: libtermcap-devel < 2.0.8-48
|
|
|
|
|
|
|
|
Provides: libtermcap-devel = 2.0.8-48
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The header files and libraries for developing applications that use
|
|
|
|
The header files and libraries for developing applications that use
|
|
|
@ -102,22 +117,24 @@ which will use ncurses.
|
|
|
|
|
|
|
|
|
|
|
|
%package static
|
|
|
|
%package static
|
|
|
|
Summary: Static libraries for the ncurses library
|
|
|
|
Summary: Static libraries for the ncurses library
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description static
|
|
|
|
%description static
|
|
|
|
The ncurses-static package includes static libraries of the ncurses library.
|
|
|
|
The ncurses-static package includes static libraries of the ncurses library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q -n %{name}-%{version}-%{revision}
|
|
|
|
%setup -q -n %{name}-%{version}-%{revision}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .usecap
|
|
|
|
%patch8 -p1 -b .config
|
|
|
|
%patch8 -p1 -b .config
|
|
|
|
%patch9 -p1 -b .libs
|
|
|
|
%patch9 -p1 -b .libs
|
|
|
|
%patch11 -p1 -b .urxvt
|
|
|
|
%patch11 -p1 -b .urxvt
|
|
|
|
%patch12 -p1 -b .kbs
|
|
|
|
%patch12 -p1 -b .kbs
|
|
|
|
%patch13 -p1 -b .cve-2023-29491
|
|
|
|
%patch13 -p1 -b .cve-2019-17594
|
|
|
|
%patch14 -p1 -b .setuid
|
|
|
|
%patch14 -p1 -b .cve-2019-17595
|
|
|
|
|
|
|
|
%patch15 -p1 -b .tputx
|
|
|
|
|
|
|
|
%patch16 -p1 -b .cve-2023-29491
|
|
|
|
|
|
|
|
|
|
|
|
for f in ANNOUNCE; do
|
|
|
|
for f in ANNOUNCE; do
|
|
|
|
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
|
|
|
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
|
|
@ -131,7 +148,6 @@ common_options="\
|
|
|
|
--enable-overwrite \
|
|
|
|
--enable-overwrite \
|
|
|
|
--enable-pc-files \
|
|
|
|
--enable-pc-files \
|
|
|
|
--enable-xmc-glitch \
|
|
|
|
--enable-xmc-glitch \
|
|
|
|
--disable-setuid-environ \
|
|
|
|
|
|
|
|
--disable-stripping \
|
|
|
|
--disable-stripping \
|
|
|
|
--disable-wattr-macros \
|
|
|
|
--disable-wattr-macros \
|
|
|
|
--with-cxx-shared \
|
|
|
|
--with-cxx-shared \
|
|
|
@ -160,8 +176,8 @@ for abi in 5 6; do
|
|
|
|
[ $progs = yes ] || echo --without-progs
|
|
|
|
[ $progs = yes ] || echo --without-progs
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
%make_build libs
|
|
|
|
make %{?_smp_mflags} libs
|
|
|
|
[ $progs = yes ] && %make_build -C progs
|
|
|
|
[ $progs = yes ] && make %{?_smp_mflags} -C progs
|
|
|
|
|
|
|
|
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
done
|
|
|
|
done
|
|
|
@ -169,10 +185,8 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make -C narrowc5 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
make -C narrowc5 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
rm ${RPM_BUILD_ROOT}%{_libdir}/lib{tic,tinfo}.so.5*
|
|
|
|
|
|
|
|
make -C widec5 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
make -C widec5 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
make -C narrowc6 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
make -C narrowc6 DESTDIR=$RPM_BUILD_ROOT install.libs
|
|
|
|
rm ${RPM_BUILD_ROOT}%{_libdir}/lib{tic,tinfo}.so.6*
|
|
|
|
|
|
|
|
make -C widec6 DESTDIR=$RPM_BUILD_ROOT install.{libs,progs,data,includes,man}
|
|
|
|
make -C widec6 DESTDIR=$RPM_BUILD_ROOT install.{libs,progs,data,includes,man}
|
|
|
|
|
|
|
|
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*.*
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*.*
|
|
|
@ -184,9 +198,9 @@ baseterms=
|
|
|
|
|
|
|
|
|
|
|
|
# prepare -base and -term file lists
|
|
|
|
# prepare -base and -term file lists
|
|
|
|
for termname in \
|
|
|
|
for termname in \
|
|
|
|
alacritty ansi dumb linux vt100 vt100-nav vt102 vt220 vt52 \
|
|
|
|
ansi dumb linux vt100 vt100-nav vt102 vt220 vt52 \
|
|
|
|
Eterm\* aterm bterm cons25 cygwin eterm\* gnome gnome-256color hurd jfbterm \
|
|
|
|
Eterm\* aterm bterm cons25 cygwin eterm\* gnome gnome-256color hurd jfbterm \
|
|
|
|
kitty konsole konsole-256color mach\* mlterm mrxvt nsterm putty{,-256color} pcansi \
|
|
|
|
konsole konsole-256color mach\* mlterm mrxvt nsterm putty{,-256color} pcansi \
|
|
|
|
rxvt{,-\*} screen{,-\*color,.[^mlp]\*,.linux,.mlterm\*,.putty{,-256color},.mrxvt} \
|
|
|
|
rxvt{,-\*} screen{,-\*color,.[^mlp]\*,.linux,.mlterm\*,.putty{,-256color},.mrxvt} \
|
|
|
|
st{,-\*color} sun teraterm teraterm2.3 tmux{,-\*} vte vte-256color vwmterm \
|
|
|
|
st{,-\*color} sun teraterm teraterm2.3 tmux{,-\*} vte vte-256color vwmterm \
|
|
|
|
wsvt25\* xfce xterm xterm-\*
|
|
|
|
wsvt25\* xfce xterm xterm-\*
|
|
|
@ -232,7 +246,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/ncurses*5-config
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/terminfo
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/terminfo
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*_g.pc
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*_g.pc
|
|
|
|
|
|
|
|
|
|
|
|
xz NEWS
|
|
|
|
bzip2 NEWS
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
|
@ -241,7 +255,7 @@ xz NEWS
|
|
|
|
%ldconfig_scriptlets compat-libs
|
|
|
|
%ldconfig_scriptlets compat-libs
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc ANNOUNCE AUTHORS NEWS.xz README TO-DO
|
|
|
|
%doc ANNOUNCE AUTHORS NEWS.bz2 README TO-DO
|
|
|
|
%{_bindir}/[cirt]*
|
|
|
|
%{_bindir}/[cirt]*
|
|
|
|
%{_mandir}/man1/[cirt]*
|
|
|
|
%{_mandir}/man1/[cirt]*
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
%{_mandir}/man5/*
|
|
|
@ -258,6 +272,7 @@ xz NEWS
|
|
|
|
%{_libdir}/libncurses++*.so.6*
|
|
|
|
%{_libdir}/libncurses++*.so.6*
|
|
|
|
|
|
|
|
|
|
|
|
%files base -f terms.base
|
|
|
|
%files base -f terms.base
|
|
|
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
|
%dir %{_sysconfdir}/terminfo
|
|
|
|
%dir %{_sysconfdir}/terminfo
|
|
|
@ -286,80 +301,28 @@ xz NEWS
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 21 2023 Miroslav Lichvar <mlichvar@redhat.com> 6.2-10.20210508
|
|
|
|
* Tue Aug 15 2023 Miroslav Lichvar <mlichvar@redhat.com> 6.1-10.20180224
|
|
|
|
- ignore TERMINFO and HOME only if setuid/setgid/capability (#2211666)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Miroslav Lichvar <mlichvar@redhat.com> 6.2-9.20210508
|
|
|
|
|
|
|
|
- fix buffer overflow on terminfo with too many capabilities (CVE-2023-29491)
|
|
|
|
- fix buffer overflow on terminfo with too many capabilities (CVE-2023-29491)
|
|
|
|
- ignore TERMINFO and HOME environment variables if running as root (#2211666)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.2-8.20210508
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 10 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.2-7.20210508
|
|
|
|
|
|
|
|
- update to 6.2-20210508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 04 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.2-6.20210501
|
|
|
|
|
|
|
|
- update to 6.2-20210501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.2-5.20200222
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-4.20200222
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
- Use make macros
|
|
|
|
|
|
|
|
- Remove %license definition
|
|
|
|
|
|
|
|
- Add BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-3.20200222
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Miroslav Lichvar <mlichvar@redhat.com> 6.2-2.20200222
|
|
|
|
|
|
|
|
- move alacritty and kitty entries to -base (#1849974)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 26 2020 Miroslav Lichvar <mlichvar@redhat.com> 6.2-1.20200222
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.1-9.20180224
|
|
|
|
- update to 6.2-20200222
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-15.20191109
|
|
|
|
* Tue May 18 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.1-9.20180224
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- fix tput to accept -x option (#1916340)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 12 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-14.20191109
|
|
|
|
* Tue May 18 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.1-8.20180224
|
|
|
|
- update to 6.1-20191109
|
|
|
|
- fix buffer overflow in terminfo entry hashtable (CVE-2019-17594)
|
|
|
|
- remove LDFLAGS from pkgconfig files and ncurses-config scripts (#1771137)
|
|
|
|
- handle missing character after backslash in terminfo entry (CVE-2019-17595)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 31 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-13.20191026
|
|
|
|
* Wed Jan 16 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-7.20180224
|
|
|
|
- update to 6.1-20191026 (CVE-2019-17594 CVE-2019-17595)
|
|
|
|
- disable stripping on program installation (#1665177)
|
|
|
|
- restore rxvt-unicode-256color terminfo (Robbie Harwood) (#1430935)
|
|
|
|
|
|
|
|
- conflict/obsolete rxvt-unicode (sub)packages with terminfo (#1430935)
|
|
|
|
|
|
|
|
- drop old obsoletes and conflicts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 07 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-12.20190803
|
|
|
|
* Tue Jan 08 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-6.20180224
|
|
|
|
- update to 6.1-20190803
|
|
|
|
- rebuild with latest gcc (#1648947)
|
|
|
|
- verify upstream signatures
|
|
|
|
|
|
|
|
- compress NEWS by xz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-11.20190720
|
|
|
|
* Fri Jul 27 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-5.20180224
|
|
|
|
- update to 6.1-20190720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-10.20180923
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 16 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-9.20180923
|
|
|
|
|
|
|
|
- disable stripping on program installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 24 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-8.20180923
|
|
|
|
|
|
|
|
- update to 6.1-20180923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-7.20180714
|
|
|
|
|
|
|
|
- update to 6.1-20180714
|
|
|
|
|
|
|
|
- add gcc-c++ to build requirements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-6.20180224
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 09 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-5.20180224
|
|
|
|
|
|
|
|
- fix crash in parsing of terminfo use capability (CVE-2018-10754)
|
|
|
|
- fix crash in parsing of terminfo use capability (CVE-2018-10754)
|
|
|
|
|
|
|
|
- add gcc-c++ to build requirements
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 26 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-4.20180224
|
|
|
|
* Mon Feb 26 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-4.20180224
|
|
|
|
- update to 6.1-20180224
|
|
|
|
- update to 6.1-20180224
|
|
|
|