gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7710: update libffi to 3.4.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7710: update libffi to 3.4.2
Date: Thu, 1 Jul 2021 16:29:27 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7710
revision-id: carlhansen@gnu.org-20210701202921-o17l8rl4rof548rw
parent: carlhansen@gnu.org-20210701160236-jwviiwes69gh9x7a
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2021-07-01 13:29:21 -0700
message:
  update libffi to 3.4.2
modified:
  pkg/other/libffi/Makefile      makefile-20160617021831-zlvtnp07nqas2p6o-3
  pkg/other/libffi/sha256sums    sha256sums-20160617021831-zlvtnp07nqas2p6o-8
=== modified file 'pkg/other/libffi/Makefile'
--- a/pkg/other/libffi/Makefile 2019-11-25 20:19:22 +0000
+++ b/pkg/other/libffi/Makefile 2021-07-01 20:29:21 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2016, 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2019, 2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -16,12 +17,12 @@
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 #
 #
-#
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 
 NAME =    libffi
 GARNAME = libffi
+GARVERSION = 3.4.2
 HOME_URL = https://sourceware.org/libffi
 DESCRIPTION = A Portable Foreign Function Interface Library 
 define BLURB
@@ -29,14 +30,15 @@
 to various calling conventions. This allows a programmer to call any
 function specified by a call interface description at run-time.
 endef
-GARVERSION = 3.3
 #LICENSE =  see https://github.com/libffi/libffi/blob/master/LICENSE 
 LICENSE = BSD
 
 ######################################################################
 
-MASTER_SITES = ftp://sourceware.org/pub/
-MASTER_SUBDIR =  $(GARNAME)/
+# https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR =  $(GARNAME)/$(GARNAME)/releases/download/v$(GARVERSION)/
+
 DISTFILES =   $(DISTNAME).tar.gz  
 SIGFILES =     
 

=== modified file 'pkg/other/libffi/sha256sums'
--- a/pkg/other/libffi/sha256sums       2019-11-25 20:19:22 +0000
+++ b/pkg/other/libffi/sha256sums       2021-07-01 20:29:21 +0000
@@ -1,1 +1,1 @@
-72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056  
download/libffi-3.3.tar.gz
+540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620  
download/libffi-3.4.2.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]