Codebase list realmd / 4474d09
Drop debian/patches/fix-ftbfs-kfreebsd.patch: Applied upstream Laurent Bigonville 10 years ago
3 changed file(s) with 2 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release
33 - Bump libglib2.0-dev build-dependency to 2.36.0
4 - Drop debian/patches/fix-ftbfs-kfreebsd.patch: Applied upstream
45 * Bump Standards-Version to 3.9.5 (no further changes)
56
6 -- Laurent Bigonville <bigon@debian.org> Sat, 01 Mar 2014 20:13:03 +0100
7 -- Laurent Bigonville <bigon@debian.org> Sat, 01 Mar 2014 20:14:10 +0100
78
89 realmd (0.14.6-2) unstable; urgency=low
910
+0
-13
debian/patches/fix-ftbfs-kfreebsd.patch less more
0 --- a/service/realm-kerberos.c
1 +++ b/service/realm-kerberos.c
2 @@ -88,6 +88,10 @@ typedef struct {
3 RealmCredential *cred;
4 } MethodClosure;
5
6 +#ifndef HOST_NAME_MAX
7 +#define HOST_NAME_MAX 255
8 +#endif
9 +
10 static MethodClosure *
11 method_closure_new (RealmKerberos *self,
12 GDBusMethodInvocation *invocation)
+0
-1
debian/patches/series less more
0 fix-ftbfs-kfreebsd.patch