Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Samantha N. Bueno
c5b259b3b4 Update .gitignore for 3.3.12ga12 2013-03-26 08:34:27 -04:00
Samantha N. Bueno
2ac963ec2b updated to 3.3.12ga12
- fixes CVE-2012-5662 (#924183, #924228)
2013-03-26 08:32:23 -04:00
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
suite3270-3.3.10ga4-src.tgz
/suite3270-3.3.12ga7-src.tgz
/suite3270-3.3.12ga11-src.tgz
/suite3270-3.3.12ga12-src.tgz

View file

@ -1 +1 @@
a4e4a3b14d4a67ca759319b70c1e55d8 suite3270-3.3.12ga11-src.tgz
a768cb6a519698a6ec035d7782928e46 suite3270-3.3.12ga12-src.tgz

View file

@ -4,8 +4,8 @@
%define majorver 3.3
Summary: An X Window System based IBM 3278/3279 terminal emulator
Name: x3270
Version: 3.3.12ga11
Release: 4%{?dist}
Version: 3.3.12ga12
Release: 1%{?dist}
License: BSD
Group: Applications/Internet
URL: http://x3270.sourceforge.net/
@ -180,6 +180,10 @@ fi
%changelog
* Mon Mar 25 2013 Samantha N. Bueno <sbueno[at]redhat.com> - 3.3.12ga12-1
- updated to 3.3.12ga12
- fixes CVE-2012-5662 (#889373, #924228)
* Thu Nov 22 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-4
- fix license (BSD instead of MIT)