]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: update SELinux project URL
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 04:15:57 +0000 (13:15 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
It seems old website has been retired.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/libselinux/Makefile
package/libs/libsemanage/Makefile
package/libs/libsepol/Makefile
package/system/refpolicy/Makefile
package/utils/checkpolicy/Makefile
package/utils/policycoreutils/Makefile
package/utils/secilc/Makefile

index a4864482186f93d96f348c3d307039fd85bcf7f9..f951fc94ed3ac102043f5ca27f82233daaf3c0f6 100644 (file)
@@ -66,7 +66,7 @@ $(eval $(foreach a,$(LIBSELINUX_ALTS),ALTS_$(a):=300:/usr/sbin/$(a):/usr/sbin/li
 
 define Package/libselinux/Default
   TITLE:=Runtime SELinux library
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/libselinux
index c1bcbc64585ffd3b6ff4bbe89092015b39a71704..0bd88aa534efd17a9aefecc11183fdccdb28ac71 100644 (file)
@@ -31,7 +31,7 @@ define Package/libsemanage
   DEPENDS:=+libaudit +libselinux +libbz2
   CATEGORY:=Libraries
   TITLE:=SELinux policy management library
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/libsemanage/description
index c73e409d209f2fa249f4a502aece674ef88da65c..b647eeb2994d270e2c02bdda3f5414141e5686b1 100644 (file)
@@ -25,7 +25,7 @@ define Package/libsepol
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=SELinux binary policy manipulation library
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/libsepol/description
@@ -38,7 +38,7 @@ define Package/chkcon
   CATEGORY:=Utilities
   DEPENDS:=+libsepol
   TITLE:=libsepol chkcon security context validation tool
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/chkcon/description
index 3b471825de5698ea4149b688ad99e61ea42b9597..2e476842c49f3464d565ac9dd37528e70aaa08bd 100644 (file)
@@ -28,7 +28,7 @@ define Package/refpolicy
   SECTION:=system
   CATEGORY:=Base system
   TITLE:=SELinux reference policy
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
   PKGARCH:=all
 endef
 
index 16fc081d87cf9fe4b5416a81eaad1b125f66506f..589603712b1214b780f90a6e2b17be251532b9e9 100644 (file)
@@ -27,7 +27,7 @@ define Package/checkpolicy
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=SELinux policy compiler
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/checkpolicy/description
index f0da9dcd9ba01febb2dbd84c596b9e40ce351c5c..fce48070e14ded4a5123d1cc284dcfd54a52f1f1 100644 (file)
@@ -91,7 +91,7 @@ define Package/policycoreutils/Default
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=SELinux policy utility
-  URL:=http://selinuxproject.org/page/Main_Page
+  URL:=https://github.com/selinuxproject
 endef
 
 define Package/policycoreutils
index ef3b2f52db3dd5c7197334e7a06ed7c6e489897f..d6c5449046d622e6593c1cf706c8443df0042b53 100644 (file)
@@ -31,7 +31,7 @@ define Package/secilc
        SECTION:=utils
        CATEGORY:=Utilities
        TITLE:=SELinux Common Intermediate Language (CIL) Compiler
-       URL:=http://selinuxproject.org/page/Main_Page
+       URL:=https://github.com/selinuxproject
        DEPENDS:=+libsepol
 endef