2020-05-12 22:34:54 +02:00
|
|
|
Update procedure:
|
|
|
|
|
|
|
|
Some features of Alpine do not exist in the release tarball but are only
|
|
|
|
provided as patches (but by the same author..). So when there is a new
|
|
|
|
release, the OOT patches on the website get updated too.
|
|
|
|
|
2021-01-18 11:28:12 +01:00
|
|
|
version="2.24"
|
2020-05-12 22:34:54 +02:00
|
|
|
for i in WrtAcc colortext fancy fillpara fromheader insertpat maildir rules; do
|
2021-01-18 11:28:12 +01:00
|
|
|
wget -O- "http://alpine.x10host.com/alpine/patches/alpine-$version/$i.patch.gz" | gzip -cd >"chappa-$i.patch";
|
2020-05-12 22:34:54 +02:00
|
|
|
done
|
|
|
|
|
|
|
|
These do not necessarily apply cleanly, so they also need to be
|
|
|
|
quilt-refreshed as needed.
|