Tue Aug 22 22:29:39 CEST 2006  voroskoi <[EMAIL PROTECTED]>
  * case_insensitive_unpacking
  makepkg will unpack TAR.GZ files too, not just the lowercase ones


New patches:

[case_insensitive_unpacking
voroskoi <[EMAIL PROTECTED]>**20060822202939
 makepkg will unpack TAR.GZ files too, not just the lowercase ones
] {
hunk ./scripts/makepkg 1200
-			case "$file" in
-				*.tar.gz|*.tar.Z|*.tgz)
+			case "`echo $file |tr "A-Z" "a-z"`" in
+				*.tar.gz|*.tar.z|*.tgz)
}

Context:

[_alpm_db_read(): change loglevel from WARNING to DEBUG
VMiklos <[EMAIL PROTECTED]>**20060821202209
 it's normal to have an empty db when installing our first package in a chroot
] 
[_alpm_lckmk(): create the dir of the lockfile first
VMiklos <[EMAIL PROTECTED]>**20060821194803] 
[pacman: include config->root in the locking failed error msg
VMiklos <[EMAIL PROTECTED]>**20060821185500] 
[updatesync: fix delete_entry() for pkgs having +s in their name
VMiklos <[EMAIL PROTECTED]>**20060821163020] 
[libalpm: in _alpm_add_commit() we should malloc() strlen()+1, not strlen()
VMiklos <[EMAIL PROTECTED]>**20060819114516] 
[TAG 3.3.6
VMiklos <[EMAIL PROTECTED]>**20060819024300] 
Patch bundle hash:
768279628cbb7e4ab55d0aa81a7b2dc4bd326013
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to