Age | Commit message (Expand) | Author |
---|---|---|
2015-01-06 | gnu: mit-krb5: Build with default gcc....* gnu/packages/mit-krb5.scm (mit-krb5)[native-inputs]: Remove gcc-4.7. | Mark H Weaver |
2014-12-27 | gnu: Use patch --force instead of --batch....* gnu/packages/linux.scm (linux-libre, net-tools): Pass "--force" to patch, instead of "--batch". * gnu/packages/mit-krb5.scm (mit-krb5): Ditto. | Mark H Weaver |
2013-11-26 | gnu: mit-krb5: Build with GCC 4.7....* gnu/packages/mit-krb5.scm (mit-krb5): Make BISON and PERL native inputs. Add GCC-4.7 as a native input. | Ludovic Courtès |
2013-11-04 | gnu: mit-krb5: don't assume arguments are evaluated right-to-left....* gnu/packages/patches/mit-krb5-init-fix.patch: New file. * gnu/packages/mit-krb5.scm (mit-krb5): Apply patch at the end of the custom unpack phase. * gnu-system.am (dist_patch_DATA): Add patch. | Mark H Weaver |
2013-10-29 | gnu: mit-krb5: Update to 1.11.3....* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.11.3. | Andreas Enge |
2013-01-23 | gnu: Remove unnecessary closures around `arguments' value....* gnu/packages/algebra.scm (pari-gp): Remove closure around the value of `arguments'. * gnu/packages/bdb.scm (bdb): Likewise. * gnu/packages/mit-krb5.scm (mit-krb5): Likewise. * gnu/packages/openssl.scm (openssl): Likewise. * gnu/packages/perl.scm (perl): Likewise. | Ludovic Courtès |
2013-01-20 | gnu: mit-krb5: Patch and enable tests....* gnu/packages/mit-krb5.scm (mit-krb5): Enable patched tests. | Andreas Enge |
2013-01-18 | distro: Rename (distro) to (gnu packages)....* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise. | Ludovic Courtès |
2013-01-18 | distro: Change the module name space to (gnu ...)....* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise. | Ludovic Courtès |