Discussion:
[Trousers-scm] [GIT] Trousers master branch updated. TROUSERS_0_3_13-31-g4b9a70d
Hon Ching(Vicky) Lo
2016-11-19 02:19:26 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Trousers".

The branch, master has been updated
via 4b9a70d5789b0b74f43957a6c19ab2156a72d3e0 (commit)
from 19fe8f9a8d75ec339d152137f1649c853466a22b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=4b9a70d5789b0b74f43957a6c19ab2156a72d3e0

commit 4b9a70d5789b0b74f43957a6c19ab2156a72d3e0
Author: Hon Ching(Vicky) Lo <***@linux.vnet.ibm.com>
Date: Fri Nov 18 21:18:47 2016 -0500

Bumped version to 0.3.14

diff --git a/AUTHORS b/AUTHORS
index 94770c4..c05aed4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,7 +6,7 @@ Linux initially by Seiji Munetoh and Taiga Nakamura as well as Ryan.

The code has since been modified by Seiji Munetoh, Kent Yoder and Richard Maciel.

-The code is currently maintained by Richard Maciel <***@gmail.com>
+The code is currently maintained by Hon Ching(Vicky) Lo <***@linux.vnet.ibm.com>

The manpages were originally written by Megan Schneider and Kathy Robertson
and have been modified by Kent Yoder.
diff --git a/ChangeLog b/ChangeLog
index 21cb80d..76262f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+* TROUSERS_0_3_14
+- Changes to support OpenSSL 1.1.0
+- Removed some warnings for proper builds
+- Changes to allow building on OS X
+- Fixed memory leaks
+- Fixed failure to recognize connections from localhost over IPv6
+- Fixed for an exploitable local denial of service in tcsd
+
* TROUSERS_0_3_13
- Changed exported functions which had a name too common, to avoid collision
- Assessed daemon security using manual techniques and coverit
diff --git a/README b/README
index bfa227b..86752c3 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Discussion of the internals of the TrouSerS implementation:
trousers-***@lists.sf.net

Possibly sensitive security related bugs:
- Richard Maciel <***@linux.vnet.ibm.com>
+ Hon Ching(Vicky) Lo <***@linux.vnet.ibm.com>

Run-of-the-mill bug reports should use the TrouSerS bug tracker:
http://sourceforge.net/tracker/?group_id=126012&atid=704358
diff --git a/configure.ac b/configure.ac
index 7220632..b9626af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
#
-# configure.in for the trousers project
+# configure.ac for the trousers project
#

-AC_INIT(trousers, 0.3.13, trousers-***@lists.sf.net)
+AC_INIT(trousers, 0.3.14, trousers-***@lists.sf.net)

TSS_SPEC_MAJOR=1
TSS_SPEC_MINOR=2

-----------------------------------------------------------------------

Summary of changes:
AUTHORS | 2 +-
ChangeLog | 8 ++++++++
README | 2 +-
configure.ac | 4 ++--
4 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
--
Trousers

------------------------------------------------------------------------------
Loading...