mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
krb5: Move package into core system.
On one hand, the key.dns_resolver binary is linked against libkrb5, so this library at least is required by the base system. On the other hand this easily allows different services on the firewall to use kerberos for authentication (ssh etc). Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
02882db302
commit
4fdd355880
4
lfs/cups
4
lfs/cups
@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/cups-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = cups
|
||||
PAK_VER = 25
|
||||
PAK_VER = 26
|
||||
|
||||
DEPS = avahi cups-filters dbus ghostscript krb5 libtiff
|
||||
DEPS = avahi cups-filters dbus ghostscript libtiff
|
||||
|
||||
SERVICES = cups
|
||||
|
||||
|
||||
4
lfs/krb5
4
lfs/krb5
@@ -33,10 +33,6 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)/src
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = krb5
|
||||
PAK_VER = 7
|
||||
|
||||
DEPS =
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = netatalk
|
||||
PAK_VER = 3
|
||||
|
||||
DEPS = avahi dbus krb5
|
||||
DEPS = avahi dbus
|
||||
|
||||
SERVICES = netatalk
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = samba
|
||||
PAK_VER = 85
|
||||
|
||||
DEPS = avahi cups libtirpc krb5 perl-Parse-Yapp perl-JSON
|
||||
DEPS = avahi cups libtirpc perl-Parse-Yapp perl-JSON
|
||||
|
||||
SERVICES = samba
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = tshark
|
||||
DEPS = krb5 c-ares
|
||||
PAK_VER = 12
|
||||
DEPS = c-ares
|
||||
PAK_VER = 13
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user