Skip to content

Commit

Permalink
package/aufs: use HTTPS for git.code.sf.net
Browse files Browse the repository at this point in the history
git.code.sf.net is available over HTTPS, so use that for security and
consistency with the other packages.

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
jacmet authored and yann-morin-1998 committed Oct 28, 2023
1 parent 05296ce commit f2a5907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/aufs/aufs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AUFS_LICENSE = GPL-2.0
AUFS_LICENSE_FILES = COPYING

ifeq ($(BR2_PACKAGE_AUFS_SERIES),3)
AUFS_SITE = http://git.code.sf.net/p/aufs/aufs3-standalone
AUFS_SITE = https://git.code.sf.net/p/aufs/aufs3-standalone
AUFS_SITE_METHOD = git
else ifeq ($(BR2_PACKAGE_AUFS_SERIES),4)
AUFS_SITE = $(call github,sfjro,aufs4-standalone,$(AUFS_VERSION))
Expand Down

0 comments on commit f2a5907

Please sign in to comment.