mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/pppd: bump version to 2.5.2
Release notes - https://github.com/ppp-project/ppp/releases/tag/v2.5.2 The tag now has a 'v' prefix instead of 'ppp-', so update that in the github macro Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ad67ba25e2
commit
674da44178
@@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 c0537067bdff5f0b5d7a2fd1cca13c220f6dadc89183f23739a2cf9df49c68ca pppd-2.5.1.tar.gz
|
||||
sha256 d7457f0ff409cb2d7a0d8382ef6302520d664895ac5568cb3dce727d71a2a1f5 pppd-2.5.2.tar.gz
|
||||
sha256 5d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008 LICENSE.BSD
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE.GPL-2
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
# The tarball provided at https://download.samba.org/pub/ppp/ does not
|
||||
# include the license files yet so we use the github tarball.
|
||||
PPPD_VERSION = 2.5.1
|
||||
PPPD_SITE = $(call github,ppp-project,ppp,ppp-$(PPPD_VERSION))
|
||||
PPPD_VERSION = 2.5.2
|
||||
PPPD_SITE = $(call github,ppp-project,ppp,v$(PPPD_VERSION))
|
||||
PPPD_LICENSE = LGPL-2.0+, LGPL, BSD-4-Clause, BSD-3-Clause, GPL-2.0+
|
||||
PPPD_LICENSE_FILES = LICENSE.BSD LICENSE.GPL-2
|
||||
PPPD_CPE_ID_VENDOR = point-to-point_protocol_project
|
||||
|
||||
Reference in New Issue
Block a user