diff options
Diffstat (limited to 'network/heimdal/heimdal_disable-check-iprop.patch')
-rw-r--r-- | network/heimdal/heimdal_disable-check-iprop.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/heimdal/heimdal_disable-check-iprop.patch b/network/heimdal/heimdal_disable-check-iprop.patch new file mode 100644 index 0000000000..f4690a661b --- /dev/null +++ b/network/heimdal/heimdal_disable-check-iprop.patch @@ -0,0 +1,14 @@ +--- tests/kdc/check-iprop.in.orig 2017-02-17 18:56:52.410046232 +0100 ++++ tests/kdc/check-iprop.in 2017-02-17 18:57:49.242104243 +0100 +@@ -31,6 +31,11 @@ + # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + # SUCH DAMAGE. + ++# check-iprop is known to fail and there is no easy way out ++# http://article.gmane.org/gmane.comp.encryption.kerberos.heimdal.general/5408 ++# http://article.gmane.org/gmane.comp.encryption.kerberos.heimdal.general/5409 ++exit 77 ++ + top_builddir="@top_builddir@" + env_setup="@env_setup@" + objdir="@objdir@" |