- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
		
	
			
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
#------------------------------------------------------------------------------
 | 
						|
# $File: rpm,v 1.12 2013/01/11 16:45:23 christos Exp $
 | 
						|
#
 | 
						|
# RPM: file(1) magic for Red Hat Packages   Erik Troan (ewt@redhat.com)
 | 
						|
#
 | 
						|
0	belong		0xedabeedb	RPM
 | 
						|
!:mime	application/x-rpm
 | 
						|
>4	byte		x		v%d
 | 
						|
>5	byte		x		\b.%d
 | 
						|
>6	beshort		1		src
 | 
						|
>6	beshort		0		bin
 | 
						|
>>8	beshort		1		i386/x86_64
 | 
						|
>>8	beshort		2		Alpha/Sparc64
 | 
						|
>>8	beshort		3		Sparc
 | 
						|
>>8	beshort		4		MIPS
 | 
						|
>>8	beshort		5		PowerPC
 | 
						|
>>8	beshort		6		68000
 | 
						|
>>8	beshort		7		SGI
 | 
						|
>>8	beshort		8		RS6000
 | 
						|
>>8	beshort		9		IA64
 | 
						|
>>8	beshort		10		Sparc64
 | 
						|
>>8	beshort		11		MIPSel
 | 
						|
>>8	beshort		12		ARM
 | 
						|
>>8	beshort		13		MiNT
 | 
						|
>>8	beshort		14		S/390
 | 
						|
>>8	beshort		15		S/390x
 | 
						|
>>8	beshort		16		PowerPC64
 | 
						|
>>8	beshort		17		SuperH
 | 
						|
>>8	beshort		18		Xtensa
 | 
						|
>>8	beshort		255		noarch
 | 
						|
 | 
						|
#delta RPM    Daniel Novotny (dnovotny@redhat.com)
 | 
						|
0	string		drpm		Delta RPM
 | 
						|
!:mime  application/x-rpm
 | 
						|
>12	string 	x	%s
 | 
						|
>>8	beshort		11		MIPSel
 | 
						|
>>8	beshort		12		ARM
 | 
						|
>>8	beshort		13		MiNT
 | 
						|
>>8	beshort		14		S/390
 | 
						|
>>8	beshort		15		S/390x
 | 
						|
>>8	beshort		16		PowerPC64
 | 
						|
>>8	beshort		17		SuperH
 | 
						|
>>8	beshort		18		Xtensa
 | 
						|
>>10	string		x		%s
 |