CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2009/08/24 15:24:06
Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: URI-decode the filenames in the listing used for HTTP pkg_add updates. Fixes a problem with pkg_add -u where package names are encoded in the listing (e.g. those containing + like gtk+2-2.16.5 on standards-compliant servers). Problem noted and fix tested by ajacoutot@ against a server running lighttpd. No regressions against Apache. ok espie@