diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index fb73d28..8f7cc59 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -334177,7 +334177,7 @@ index 0000000..a40f37d +selinux(8), sepolicy-generate(8), sepolicy-communicate(8), sepolicy-generate(8), sepolicy-network(8), sepolicy-transition(8) diff --git a/policycoreutils/sepolicy/sepolicy.py b/policycoreutils/sepolicy/sepolicy.py new file mode 100755 -index 0000000..e37264d +index 0000000..8dfce7c --- /dev/null +++ b/policycoreutils/sepolicy/sepolicy.py @@ -0,0 +1,319 @@ @@ -334313,7 +334313,7 @@ index 0000000..e37264d + if not newval: + newval = [] + for v in values: -+ if v < 1 or v > 65526: ++ if v < 1 or v > 65536: + raise ValueError("%s must be an integer between 1 and 65536" % v) + newval.append(v) + setattr(namespace, self.dest, newval) diff --git a/policycoreutils.spec b/policycoreutils.spec index f858961..d628d4c 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.1.13 -Release: 38%{?dist} +Release: 39%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -338,6 +338,9 @@ The policycoreutils-restorecond package contains the restorecond service. %{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || : %changelog +* Thu Nov 29 2012 Dan Walsh - 2.1.12-39 +- Fix sepolicy network -p to handle high ports + * Thu Nov 29 2012 Dan Walsh - 2.1.12-38 - Fix handling of manpages without entrypoints, nsswitch domains - Update Translations