Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python-cryptodome: Update to 3.18.0, refresh patches | Jeffery To | 2023-09-05 |
| | | | | | | This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com> | ||
* | treewide: Run refresh on all packages | Ilya Lipnitskiy | 2021-02-20 |
| | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | ||
* | python-cryptodome: add new package | Richard Yu | 2019-03-01 |
PyCryptodome is an almost drop-in replacement for the old PyCrypto library. Signed-off-by: Richard Yu <yurichard3839@gmail.com> |