Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1551 - New version of util-linux including international support
Summary: New version of util-linux including international support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-05 15:26 UTC by Maarten Thibaut (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maarten Thibaut (RETIRED) gentoo-dev 2002-04-05 15:26:04 UTC
Current util-linux is version 2.11l. The ebuild I submitted uses version 2.11o
and patches the source with the international crypto patch which is available on
the same site.

The new version has support for newer cryptographic keys such as serpent,
twofish etc which I use on my system.

Ebuild diff follows, as you see it's tiny:

% diff util-linux-2.11l-r1.ebuild util-linux-2.11o.ebuild
9c9,10
< SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz"
---
> SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz
> 	
http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${P}.patch.gz"
19a21
> 	gunzip -c ${DISTDIR}/${P}.patch.gz | patch -p0
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-21 16:15:44 UTC
Ryan -- is it ok to just add this, or does this create some legality concerns?
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-04-26 00:52:27 UTC
committed