summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-01-26 22:07:00 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-01-26 22:07:29 +0100
commitf4a050c738af81bb82e7b640667f08e3199c5ca1 (patch)
treee8e94860f8c4784442662cb2f8041f52c6dd6b7a /app-crypt/mit-krb5/files/mit-krb5kpropd.service
parentsys-apps/systemd: keepdir /etc/udev/{hwdb.d,rules.d} (diff)
downloadgentoo-f4a050c738af81bb82e7b640667f08e3199c5ca1.tar.gz
gentoo-f4a050c738af81bb82e7b640667f08e3199c5ca1.tar.bz2
gentoo-f4a050c738af81bb82e7b640667f08e3199c5ca1.zip
app-crypt/mit-krb5: bump, fixes CVE-2017-7562
Ebuild changes: =============== - Dropped the following upstreamed patches which are now included in v1.16: - mit-krb5-1.14.2-redeclared-ttyname.patch - mit-krb5-1.14.4-disable-nls.patch - mit-krb5-1.15.2-fix-pkinit.patch - We are now installing systemd services. [Bug 524412] - Tests are now restricted because they are requiring network access. Closes: https://bugs.gentoo.org/524412 Bug: https://bugs.gentoo.org/628936 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-crypt/mit-krb5/files/mit-krb5kpropd.service')
-rw-r--r--app-crypt/mit-krb5/files/mit-krb5kpropd.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/files/mit-krb5kpropd.service b/app-crypt/mit-krb5/files/mit-krb5kpropd.service
new file mode 100644
index 000000000000..a7c5b579d2b9
--- /dev/null
+++ b/app-crypt/mit-krb5/files/mit-krb5kpropd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Kerberos 5 propagation server
+
+[Service]
+ExecStart=/usr/sbin/kpropd -S
+
+[Install]
+WantedBy=multi-user.target