Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] burp2-server: update to 2.4.0
@ 2021-05-19  3:24 yopito
  2021-05-20  3:24 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: yopito @ 2021-05-19  3:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages burp.2.4.0
https://github.com/void-linux/void-packages/pull/30983

burp2-server: update to 2.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 3cc148ccc5b6462fc3883b59a2cffd9b80e8a1e4 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 19 May 2021 05:23:25 +0200
Subject: [PATCH] burp2-server: update to 2.4.0

---
 .../patches/tests-disable-failing.patch       | 27 +++++++++++++++++++
 srcpkgs/burp2-server/template                 | 12 ++++++---
 2 files changed, 35 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/burp2-server/patches/tests-disable-failing.patch

diff --git a/srcpkgs/burp2-server/patches/tests-disable-failing.patch b/srcpkgs/burp2-server/patches/tests-disable-failing.patch
new file mode 100644
index 000000000000..1d62cee74a2d
--- /dev/null
+++ b/srcpkgs/burp2-server/patches/tests-disable-failing.patch
@@ -0,0 +1,27 @@
+disable failing tests (3 of 395), probably because of chroot.
+
+--- utest/main.c.ORIG	2021-05-02 05:04:07.000000000 +0200
++++ utest/main.c	2021-05-09 23:36:25.321692936 +0200
+@@ -28,14 +28,12 @@
+ 	srunner_add_suite(sr, suite_base64());
+ #ifdef HAVE_ACL
+ #ifndef HAVE_DARWIN_OS
+-	srunner_add_suite(sr, suite_client_acl());
+ #endif
+ #endif
+ 	srunner_add_suite(sr, suite_client_auth());
+ #ifdef HAVE_ACL
+ 	srunner_add_suite(sr, suite_client_extra_comms());
+ #ifdef HAVE_XATTR
+-	srunner_add_suite(sr, suite_client_extrameta());
+ #endif
+ #endif
+ 	srunner_add_suite(sr, suite_client_monitor_lline());
+@@ -123,7 +121,6 @@
+ 	srunner_add_suite(sr, suite_server_resume());
+ 	srunner_add_suite(sr, suite_server_run_action());
+ 	srunner_add_suite(sr, suite_server_sdirs());
+-	srunner_add_suite(sr, suite_server_timer());
+ #endif
+ 
+ 	srunner_run_all(sr, CK_ENV);
diff --git a/srcpkgs/burp2-server/template b/srcpkgs/burp2-server/template
index 237555ce0e59..f3d95a8f1523 100644
--- a/srcpkgs/burp2-server/template
+++ b/srcpkgs/burp2-server/template
@@ -2,8 +2,8 @@
 _desc="Network-based backup and restore program"
 
 pkgname=burp2-server
-version=2.2.18
-revision=5
+version=2.4.0
+revision=1
 wrksrc="burp-${version}"
 build_style=gnu-configure
 make_install_target=install-all
@@ -11,7 +11,7 @@ configure_args="--sysconfdir=/etc/burp"
 hostmakedepends="automake libtool pkg-config"
 makedepends="acl-devel openssl-devel librsync-devel ncurses-devel uthash
  yajl-devel zlib-devel"
-# unique binary for both client and server: server depends on client package.
+# server depends on client (same binary)
 depends="burp2-client"
 checkdepends="check-devel"
 short_desc="${_desc} - Server"
@@ -19,12 +19,16 @@ maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
 license="AGPL-3.0-or-later, BSD-3-Clause, LGPL-2.1-or-later"
 homepage="https://burp.grke.org/"
 distfiles="https://github.com/grke/burp/archive/${version}.tar.gz"
-checksum=7d3e4b4563dbe0b399a050462f4be01dc39a331f7a6eba760341fb1cf80cdd00
+checksum=995f288fa74489a470e71a4fa8d701578143a543d417dad85059099279f3034b
 
 # 'install-all': also install config files and scripts
 conf_files="/etc/burp/burp-server.conf"
 make_dirs="/var/spool/burp 0755 root root"
 
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
 pre_configure() {
 	autoreconf -fi
 }

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

* Re: [PR PATCH] [Merged]: burp2-server: update to 2.4.0
  2021-05-19  3:24 [PR PATCH] burp2-server: update to 2.4.0 yopito
@ 2021-05-20  3:24 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-05-20  3:24 UTC (permalink / raw)
  To: ml

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

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

burp2-server: update to 2.4.0
https://github.com/void-linux/void-packages/pull/30983

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-20  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  3:24 [PR PATCH] burp2-server: update to 2.4.0 yopito
2021-05-20  3:24 ` [PR PATCH] [Merged]: " ericonr

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