summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/230-drop_md5_support.patch
Commit message (Collapse)AuthorAge
* opkg: Fix handling of sha256sums for conffilesJohn Crispin2016-03-04
| | | | | | | | | MD5s are shorter than SHA256, so reading buffer has to be bigger to read the whole hash. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz> SVN-Revision: 48917
* opkg: Make opkg understand old md5John Crispin2016-03-01
| | | | | | | | | | Opkg now uses sha256 by default and expects them. Making it optionally understand md5s also and detect md5 sum so we can migrate from configuration that used md5. Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz> SVN-Revision: 48867
* opkg: fix md5 related #ifdef (thx, swalker)Felix Fietkau2015-04-14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45447
* opkg: drop md5 in favour of sha256John Crispin2015-04-14
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45437