mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 15:32:05 +08:00
python3-flask-httpauth: update to 4.8.1
Update package to 4.8.1.
Security fix:
- Empty or missing tokens are no longer accepted; previously this could
allow bypassing token authentication
Documentation improvements: new installation section, revised docs, fixed
broken links.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
(cherry picked from commit bf34f9abb4)
This commit is contained in:
committed by
Josef Schlehofer
parent
707ebcf55b
commit
32d1925997
@@ -8,11 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-flask-httpauth
|
||||
PKG_VERSION:=4.8.0
|
||||
PKG_VERSION:=4.8.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=Flask-HTTPAuth
|
||||
PKG_HASH:=66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a
|
||||
PYPI_NAME:=flask-httpauth
|
||||
PYPI_SOURCE_NAME:=flask_httpauth
|
||||
PKG_HASH:=88499b22f1353893743c3cd68f2ca561c4ad9ef75cd6bcc7f621161cd0e80744
|
||||
|
||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
Reference in New Issue
Block a user