Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] atop: update to 2.7.0.
@ 2021-12-30 13:23 unspecd
  2021-12-30 14:13 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: unspecd @ 2021-12-30 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/atop
https://github.com/void-linux/void-packages/pull/34763

atop: update to 2.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

[Changelog](https://www.atoptool.nl/downloadatop.php): The format of the raw file is incompatible with previous versions. Raw files from previous versions can be converted to the new layout with the atopconvert command.

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

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

From 0fcffac23a417c14c9dfdf15153c159460ec64d8 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 29 Dec 2021 08:54:35 +1100
Subject: [PATCH] atop: update to 2.7.0.

---
 srcpkgs/atop/patches/musl-fix-includes.patch | 10 ----------
 srcpkgs/atop/template                        |  4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/atop/patches/musl-fix-includes.patch b/srcpkgs/atop/patches/musl-fix-includes.patch
index 0fc1f0520ef2..25c8a834439e 100644
--- a/srcpkgs/atop/patches/musl-fix-includes.patch
+++ b/srcpkgs/atop/patches/musl-fix-includes.patch
@@ -9,13 +9,3 @@
  
  #include "atop.h"
  #include "photoproc.h"
---- a/photosyst.c	2021-10-11 10:19:03.436752176 -0400
-+++ b/photosyst.c	2021-10-11 10:19:17.451816812 -0400
-@@ -165,6 +165,7 @@
- #include <dirent.h>
- #include <sys/ioctl.h>
- #include <sys/sysmacros.h>
-+#include <limits.h>
- 
- #define SCALINGMAXCPU	8	// threshold for scaling info per CPU
- 
diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template
index eec97dfae5fa..29ff1d6523b1 100644
--- a/srcpkgs/atop/template
+++ b/srcpkgs/atop/template
@@ -1,6 +1,6 @@
 # Template file for 'atop'
 pkgname=atop
-version=2.6.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_install_target="sysvinstall"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.atoptool.nl/"
 distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
-checksum=9ec2ca3a571692f7efaa095f99a5106432bcb71cc22cd6c49597ef0481058f72
+checksum=a606705aaca940a6d44d67c886529a75db98fd88140f743eb0aaebb184c38af7
 
 make_dirs="/var/log/atop 755 root root"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: atop: update to 2.7.0.
  2021-12-30 13:23 [PR PATCH] atop: update to 2.7.0 unspecd
@ 2021-12-30 14:13 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2021-12-30 14:13 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

atop: update to 2.7.0.
https://github.com/void-linux/void-packages/pull/34763

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

[Changelog](https://www.atoptool.nl/downloadatop.php): The format of the raw file is incompatible with previous versions. Raw files from previous versions can be converted to the new layout with the atopconvert command.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-30 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 13:23 [PR PATCH] atop: update to 2.7.0 unspecd
2021-12-30 14:13 ` [PR PATCH] [Merged]: " leahneukirchen

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).