Github messages for voidlinux
 help / color / mirror / Atom feed
From: daniel-eys <daniel-eys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rclone: update to 1.52.2.
Date: Wed, 29 Jul 2020 00:04:55 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23917@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages rclone
https://github.com/void-linux/void-packages/pull/23917

rclone: update to 1.52.2.
Fix cross by linking with bfd. Cross toolchains don't have gold available which caused the linker issues on arm.

A patch file from https://github.com/void-linux/void-packages/pull/23917.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rclone-23917.patch --]
[-- Type: text/x-diff, Size: 1354 bytes --]

From b10ea4135c29d2c06e906ea896aa4403f63778cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Jul 2020 23:45:11 +0200
Subject: [PATCH] rclone: update to 1.52.2.

---
 srcpkgs/rclone/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index aaed6bd8ffd..a08e250184d 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,10 +1,11 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.52.1
+version=1.52.2
 revision=1
 wrksrc="rclone-v${version}"
 build_style=go
 go_import_path=github.com/rclone/rclone
+go_ldflags="-extldflags=-fuse-ld=bfd"
 hostmakedepends="git"
 short_desc="Rsync for cloud storage"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
@@ -12,8 +13,7 @@ license="MIT"
 homepage="https://rclone.org/"
 changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
 distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
-checksum=a95fbac3768bc5fa563fff8305786f6cfddd3457deb570a3ada4c776f1a87553
-nocross="Problems with the dynamic linker: https://api.travis-ci.org/v3/job/613099406/log.txt"
+checksum=d8751cfebdda93e7fb615bbbe44e76f3b030ca879cc7af1a922d2c8c57d31ef8
 
 post_install() {
 	vlicense COPYING

             reply	other threads:[~2020-07-28 22:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 22:04 daniel-eys [this message]
2020-08-08 11:13 ` [PR PATCH] [Updated] " daniel-eys
2020-08-26 16:20 ` [PR PATCH] [Merged]: rclone: update to 1.52.3 Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23917@inbox.vuxu.org \
    --to=daniel-eys@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).