New issue by wael444 on void-packages repository https://github.com/void-linux/void-packages/issues/36403 Description: ### System * xuname: ``Void 5.16.18_1 x86_64 GenuineIntel uptodate rFFFFFFFFFFFFFF`` * package: ``zlib-1.2.11_4`` ### Expected behavior successful build ### Actual behavior ``` => zlib-1.2.11_5: running do-fetch hook: 00-distfiles ... => zlib-1.2.11_5: fetching distfile 'zlib-1.2.11.tar.gz'... http://www.zlib.net/zlib-1.2.11.tar.gz: Not Found => ERROR: zlib-1.2.11_5: failed to fetch zlib-1.2.11.tar.gz. ``` ### Steps to reproduce the behavior `./xbps-src pkg zlib` [zlib 1.2.12](https://www.zlib.net/zlib-1.2.12.tar.gz) came out as well, which i think removes the old version 1.2.11, i tried to update it but i get a patch failure, remove CVE-2018-25032.patch as it was solved in 1.2.12. ### Expected Behavior successful update and build ### Actual behavior ``` /bin/ld: trees.lo: warning: relocation against `_length_code' in read-only section `.text' /bin/ld: deflate.lo: relocation R_X86_64_PC32 against symbol `_length_code' can not be used when making a shared object; recompile with -fPIC /bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make: *** [Makefile:282: libz.so.1.2.12] Error 1 ```