From: <ssm...@us...> - 2008-06-06 14:43:24
|
Revision: 2899 http://selinux.svn.sourceforge.net/selinux/?rev=2899&view=rev Author: ssmalley Date: 2008-06-06 07:43:16 -0700 (Fri, 06 Jun 2008) Log Message: ----------- updated checkpolicy to version 1.34.6 Modified Paths: -------------- branches/stable/1_0/checkpolicy/ChangeLog branches/stable/1_0/checkpolicy/VERSION Modified: branches/stable/1_0/checkpolicy/ChangeLog =================================================================== --- branches/stable/1_0/checkpolicy/ChangeLog 2008-06-06 14:41:13 UTC (rev 2898) +++ branches/stable/1_0/checkpolicy/ChangeLog 2008-06-06 14:43:16 UTC (rev 2899) @@ -1,3 +1,7 @@ +1.34.6 2008-06-06 + * Merged r2665 and r2878 from trunk: make ipv4 address parsing like ipv6 from James Carter. + In combination with the libsepol fix, this fixes network node address handling by checkpolicy on big endian platforms. + 1.34.5 2008-03-04 * Merged r2831 from trunk: fix uninitialized use of handle in struct policy_file from Todd Miller. Modified: branches/stable/1_0/checkpolicy/VERSION =================================================================== --- branches/stable/1_0/checkpolicy/VERSION 2008-06-06 14:41:13 UTC (rev 2898) +++ branches/stable/1_0/checkpolicy/VERSION 2008-06-06 14:43:16 UTC (rev 2899) @@ -1 +1 @@ -1.34.5 +1.34.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |