Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
efd9dd2a
Commit
efd9dd2a
authored
Jul 18, 2013
by
Fabian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krb5 update: updated krb5
parent
2072644b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
8 deletions
+24
-8
krb5/PKGBUILD
krb5/PKGBUILD
+12
-8
krb5/krb5-config_LDFLAGS.patch
krb5/krb5-config_LDFLAGS.patch
+12
-0
No files found.
krb5/PKGBUILD
View file @
efd9dd2a
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
# maintainer inkane@chakra-project.org
# contributor abveritas[at]chakra-project[dot]org>
pkgname
=
krb5
pkgver
=
1.1
0
.3
pkgver
=
1.1
1
.3
pkgrel
=
1
pkgdesc
=
"The Kerberos network authentication system"
arch
=(
'i686'
'x86_64'
)
...
...
@@ -16,16 +17,16 @@ provides=('heimdal')
replaces
=(
'heimdal'
)
conflicts
=(
'heimdal'
)
backup
=(
'etc/krb5.conf'
'var/lib/krb5kdc/kdc.conf'
)
source
=(
"http://web.mit.edu/kerberos/dist/
${
pkgname
}
/1.10/
${
pkgname
}
-
${
pkgver
}
-signed.tar"
'krb5-1.10.1-gcc47.patch'
source
=(
"http://web.mit.edu/kerberos/dist/
${
pkgname
}
/1.11/
${
pkgname
}
-
${
pkgver
}
-signed.tar"
'krb5-kadmind.service'
'krb5-config_LDFLAGS.patch'
'krb5-kdc.service'
'krb5-kpropd.service'
'krb5-kpropd@.service'
'krb5-kpropd.socket'
)
md5sums
=(
'a31eaa949d663cccca6b790af4573368'
'88c7ffb6b2e28d1123eef2c94f42e7b1'
md5sums
=(
'56f0ae274b285320b8a597cb89442449'
'd2c898d376ebe5c62b873da7cab0f7e7'
'656e242de9b5ada1edf398983db51eef'
'f0245d33083337f95654f4caf1d32f57'
'3dddf2f79ef74c4e736711e41228ee91'
'babefac221331f7131a29faac33cc5bc'
...
...
@@ -36,10 +37,13 @@ build() {
tar
zxvf
${
pkgname
}
-
${
pkgver
}
.tar.gz
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/src"
# gcc47 build error messages
patch
-p2
-i
../../krb5-1.10.1-gcc47.patch
# cf https://bugs.gentoo.org/show_bug.cgi?id=448778
# fix issue with krb5-conf --libs returning wrong output
patch
-Np2
-i
"
${
srcdir
}
"
/krb5-config_LDFLAGS.patch
rm
lib/krb5/krb/deltat.c
# fix for the bug described at https://bugs.archlinux.org/task/25384
sed
-i
"/KRB5ROOT=/s/
\/
local//"
util/ac_check_krb5.m4
export
CFLAGS+
=
" -fPIC -fno-strict-aliasing -fstack-protector-all"
...
...
krb5/krb5-config_LDFLAGS.patch
0 → 100644
View file @
efd9dd2a
Bug #448778
--- krb5-1.11/src/krb5-config.in 2012-12-18 02:47:04.000000000 +0000
+++ krb5-1.11/src/krb5-config.in 2012-12-28 07:13:16.582693363 +0000
@@ -217,7 +217,7 @@
-e 's#\$(PROG_RPATH)#'$libdir'#' \
-e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \
-e 's#\$(RPATH_FLAG)#'"$RPATH_FLAG"'#' \
- -e 's#\$(LDFLAGS)#'"$LDFLAGS"'#' \
+ -e 's#\$(LDFLAGS)##' \
-e 's#\$(PTHREAD_CFLAGS)#'"$PTHREAD_CFLAGS"'#' \
-e 's#\$(CFLAGS)##'`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment