This commit is contained in:
ed 2025-08-17 15:22:17 +00:00
parent bf1fdcab09
commit da4ae66173
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 19, 2)
VERSION = (1, 19, 3)
CODENAME = "usernames"
BUILD_DT = (2025, 8, 17)

View file

@ -217,7 +217,7 @@ necho() {
tar -zxf $f
mv pyftpdlib-*/pyftpdlib .
rm -rf pyftpdlib-* pyftpdlib/test
patch -p1 <../scripts/patches/pyftpdlib-win313.patch
patch -s -p1 <../scripts/patches/pyftpdlib-win313.patch
for f in pyftpdlib/_async{hat,ore}.py; do
[ -e "$f" ] || continue;
iawk 'NR<4||NR>27||!/^#/;NR==4{print"# license: https://opensource.org/licenses/ISC\n"}' $f