Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1551

Summary: New version of util-linux including international support
Product: Gentoo Linux Reporter: Maarten Thibaut (RETIRED) <murphy>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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