[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-11-g567e14863
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2018-09-19 12:56:45
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 567e1486329d2c23d00453125f9922ec52d82316 (commit)
from a23dceed3139c3dad213ad03116297192910d06c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 567e1486329d2c23d00453125f9922ec52d82316
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Sep 19 15:08:33 2018 +0200
[BUILDROOT] 2018.02.x: update patches for 2018.02.5
-----------------------------------------------------------------------
Summary of changes:
...e-openssh-also-install-ssh-copy-id-script.patch | 37 ----------------------
.../040-armadeus-bump-stress-ng-version.patch | 26 ---------------
2 files changed, 63 deletions(-)
delete mode 100644 patches/buildroot/2018.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
delete mode 100644 patches/buildroot/2018.02/040-armadeus-bump-stress-ng-version.patch
diff --git a/patches/buildroot/2018.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch b/patches/buildroot/2018.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
deleted file mode 100644
index 50a99daf9..000000000
--- a/patches/buildroot/2018.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 0552b7fc3878d7e446ee082f492845bc33594bba Mon Sep 17 00:00:00 2001
-From: Julien BOIBESSOT <jul...@ar...>
-Date: Wed, 7 Feb 2018 19:35:59 +0100
-Subject: package/openssh: also install ssh-copy-id script
-
-This script is useful to copy SSH keys between client and server [1] and
-installed on most distributions (for example on debian: [2]).
-
-[1] https://www.ssh.com/ssh/copy-id
-[2] https://packages.debian.org/fr/jessie/armhf/openssh-client/filelist
-
-Signed-off-by: Julien BOIBESSOT <jul...@ar...>
-Reviewed-by: "Yann E. MORIN" <yan...@fr...>
-[Thomas: use full destination path.]
-Signed-off-by: Thomas Petazzoni <tho...@bo...>
----
- package/openssh/openssh.mk | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
-index 6b7ac22..986bab4 100644
---- a/package/openssh/openssh.mk
-+++ b/package/openssh/openssh.mk
-@@ -73,4 +73,10 @@ define OPENSSH_INSTALL_INIT_SYSV
- $(TARGET_DIR)/etc/init.d/S50sshd
- endef
-
-+define OPENSSH_INSTALL_SSH_COPY_ID
-+ $(INSTALL) -D -m 755 $(@D)/contrib/ssh-copy-id $(TARGET_DIR)/usr/bin/ssh-copy-id
-+endef
-+
-+OPENSSH_POST_INSTALL_TARGET_HOOKS += OPENSSH_INSTALL_SSH_COPY_ID
-+
- $(eval $(autotools-package))
---
-cgit v0.12
-
diff --git a/patches/buildroot/2018.02/040-armadeus-bump-stress-ng-version.patch b/patches/buildroot/2018.02/040-armadeus-bump-stress-ng-version.patch
deleted file mode 100644
index e4322f070..000000000
--- a/patches/buildroot/2018.02/040-armadeus-bump-stress-ng-version.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-0.06.15 archive is no more available, so bump version.
-
-Signed-off-by: Julien Boibessot <jul...@ar...>
-
-Index: buildroot/package/stress-ng/stress-ng.hash
-===================================================================
---- buildroot.orig/package/stress-ng/stress-ng.hash
-+++ buildroot/package/stress-ng/stress-ng.hash
-@@ -1,2 +1,2 @@
- # Locally calculated
--sha256 0e1d7733b35f594f7461dedbf836bd4966d0611da4cd4e85cde4804d2a425e6d stress-ng-0.06.15.tar.gz
-+sha256 0de97212a83b2f8a34ee31ef32a7bc69066ed49ebdc59b51aa4060cb95e29321 stress-ng-0.09.32.tar.xz
-Index: buildroot/package/stress-ng/stress-ng.mk
-===================================================================
---- buildroot.orig/package/stress-ng/stress-ng.mk
-+++ buildroot/package/stress-ng/stress-ng.mk
-@@ -4,7 +4,8 @@
- #
- ################################################################################
-
--STRESS_NG_VERSION = 0.06.15
-+STRESS_NG_VERSION = 0.09.32
-+STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
- STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
- STRESS_NG_LICENSE = GPLv2+
- STRESS_NG_LICENSE_FILES = COPYING
hooks/post-receive
--
armadeus
|