wok diff libhtp/receipt @ rev 23459
updated pycrypto (2.3 -> 2.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 04 17:01:40 2020 +0100 (2020-04-04) |
parents | 29f98d2a8eea |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/libhtp/receipt Thu Apr 11 14:51:36 2019 +0200 1.2 +++ b/libhtp/receipt Sat Apr 04 17:01:40 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libhtp" 1.7 -VERSION="0.5.30" 1.8 +VERSION="0.5.32" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Security-aware parser for the HTTP protocol." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -26,5 +26,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 }