- Bump up release number.

Fri Jun 10 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.28
- Security errata for bfd and .gdbinit file usage
- Bugzilla 158680
This commit is contained in:
Jeff Johnston 2005-06-10 20:50:21 +00:00
parent b52f222775
commit d93994303f
2 changed files with 2275 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ Name: gdb
Version: 6.3.0.0 Version: 6.3.0.0
# The release always contains a leading reserved number, start it at 0. # The release always contains a leading reserved number, start it at 0.
Release: 1.24 Release: 1.30
License: GPL License: GPL
Group: Development/Debuggers Group: Development/Debuggers
@ -219,6 +219,9 @@ Patch155: gdb-6.3-partial-die-20050503.patch
# SA_RESTART patch # SA_RESTART patch
Patch156: gdb-6.3-sarestart-20050518.patch Patch156: gdb-6.3-sarestart-20050518.patch
# Security errata for bfd overflow and untrusted .gdbinit
Patch157: gdb-6.3-security-errata-20050610.patch
%ifarch ia64 %ifarch ia64
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
%else %else
@ -307,6 +310,7 @@ and printing their data.
%patch154 -p1 %patch154 -p1
%patch155 -p1 %patch155 -p1
%patch156 -p1 %patch156 -p1
%patch157 -p1
# Change the version that gets printed at GDB startup, so it is RedHat # Change the version that gets printed at GDB startup, so it is RedHat
# specific. # specific.
@ -475,6 +479,13 @@ fi
# don't include the files in include, they are part of binutils # don't include the files in include, they are part of binutils
%changelog %changelog
* Fri Jun 10 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.30
- Bump up release number.
* Fri Jun 10 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.28
- Security errata for bfd and .gdbinit file usage
- Bugzilla 158680
* Wed May 18 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.24 * Wed May 18 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.24
- Bump up release number. - Bump up release number.