diff --git a/linkease/Makefile b/linkease/Makefile
index c4cb2fbb1..25c1e6356 100644
--- a/linkease/Makefile
+++ b/linkease/Makefile
@@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_LINKEASE:=$(ARCH)
PKG_NAME:=linkease
-PKG_VERSION:=1.2.0
+PKG_VERSION:=1.2.2
PKG_RELEASE:=$(PKG_ARCH_LINKEASE)-2
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/LinkEase/LinuxStorage/
-PKG_HASH:=7087773553bfcfe92a3a12d89449eb4ccf60fd7f0e241fa5819f7190f3fe0d8e
+PKG_HASH:=04ef53d3ed4de2af2f036668323ca12be6c8bc253eea37ba07993d2f32c24a53
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
diff --git a/luci-app-photoprism/Makefile b/luci-app-photoprism/Makefile
index 47014d7ce..3126ef3a2 100644
--- a/luci-app-photoprism/Makefile
+++ b/luci-app-photoprism/Makefile
@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
-PKG_VERSION:=1.0.2-20230619
+PKG_VERSION:=1.0.3-20230804
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for PhotoPrism
diff --git a/luci-app-photoprism/luasrc/model/cbi/photoprism.lua b/luci-app-photoprism/luasrc/model/cbi/photoprism.lua
index 91366d57a..22427b090 100644
--- a/luci-app-photoprism/luasrc/model/cbi/photoprism.lua
+++ b/luci-app-photoprism/luasrc/model/cbi/photoprism.lua
@@ -31,7 +31,7 @@ o:value("photoprism/photoprism:latest", "photoprism/photoprism:latest")
o:value("photoprism/photoprism:221105-armv7", "photoprism/photoprism:221105-armv7")
o.default = "photoprism/photoprism:latest"
-o = s:option(Value, "password", translate("Default Password").."*")
+o = s:option(Value, "password", translate("Default Password").."*", translate("Only works on first install or after using a fresh 'Config path'"))
o.password = true
o.rmempty = false
o.datatype = "string"
diff --git a/luci-app-photoprism/po/zh-cn/photoprism.po b/luci-app-photoprism/po/zh-cn/photoprism.po
index fef196ff6..df93f7312 100644
--- a/luci-app-photoprism/po/zh-cn/photoprism.po
+++ b/luci-app-photoprism/po/zh-cn/photoprism.po
@@ -45,3 +45,6 @@ msgstr "初始密码"
msgid "Default User:"
msgstr "默认用户:"
+
+msgid "Only works on first install or after using a fresh 'Config path'"
+msgstr "只在初次安装时或使用全新的'配置文件路径'后有效"
diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile
index e1c1c0f90..da8e95d5d 100644
--- a/v2ray-geodata/Makefile
+++ b/v2ray-geodata/Makefile
@@ -21,13 +21,13 @@ define Download/geoip
HASH:=9b7fa7407f35e3087f3b052d12ed40974182c6e1864570b848c1ec901292ea82
endef
-GEOSITE_VER:=20230802231350
+GEOSITE_VER:=20230803193133
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
define Download/geosite
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
URL_FILE:=dlc.dat
FILE:=$(GEOSITE_FILE)
- HASH:=61e040ce7304183d678627cd08a30de128a80263e3106b03716fb077a4c03dba
+ HASH:=3d335d493f168eace5414ca1ff54e4f255f8e5b1a90261d2debb1cbefa0666a0
endef
define Package/v2ray-geodata/template