User Details
- User Since
- Dec 29 2023, 4:47 PM (86 w, 11 h)
Today
the change looks fine assuming you tested it with the gcc build.
Yesterday
Thu, Aug 21
Wed, Aug 20
Tue, Aug 19
add an UPDATING entry
rebase, and also move compile_et (+ its awk scripts) to kerberos-dev
Mon, Aug 18
not tested but this looks fine in principle. i think this puts the files in the wrong package (they should be in a -dev package) but compile_et is already in the wrong package and i have another review open that redoes the krb5 packaging stuff, so i'll make sure it's right there.
no one on arch@ has objected to this, so i'd like to move forward if possible - ideally we can land this for 15.0 as part of the MIT Kerberos switch.
address review feedback
Sun, Aug 17
Sat, Aug 16
add some comments to explain the strange list of krb5 directories
Fri, Aug 15
fix generate-ucl to not create a dependency from -lib to the base package
be a little more idiomatic
remove some dead code
add the missing ucl
Thu, Aug 14
this moves it to -utilities, which isn't where libutil lives (that's -runtime) but is the correct place for libutil++ in my opinion. libutil is only in runtime because some other binaries in runtime depend on libutil, but libutil++ doesn't include any libraries, so that can never be the case. to avoid bloating runtime, it should be in utilities.
Wed, Aug 13
Tue, Aug 12
further testing revealed that usr/lib/libkadm5clnt.a is also specific to Heimdal
(but not libkadm5clnt.so, which exists in both)
usr/lib/libkadm5clnt.so.11 should be in the Heimdal section
Mon, Aug 11
closing in favour of D51859 which is a better fix
also switch compile_et from KERBEROS_SUPPORT to KERBEROS in the Heimdal case
i intend to follow this with a revamp to OptionalObsoleteFiles for Kerberos that will be much simpler and also more correct. not having to deal with GSSAPI or KERBEROS_SUPPORT makes this a lot easier, both now and in the future.