Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] snappy: update to 1.1.10.
@ 2023-04-20 13:15 skmpz
  2023-04-30  2:25 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: skmpz @ 2023-04-20 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages snappy-1.1.10
https://github.com/void-linux/void-packages/pull/43541

snappy: update to 1.1.10.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (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/43541.patch is attached

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

From 842e6846372645268b93c2f58035d4d788c1404e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 20 Apr 2023 17:15:09 +0400
Subject: [PATCH] snappy: update to 1.1.10.

---
 srcpkgs/snappy/patches/inline.patch | 11 -----------
 srcpkgs/snappy/template             |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/snappy/patches/inline.patch

diff --git a/srcpkgs/snappy/patches/inline.patch b/srcpkgs/snappy/patches/inline.patch
deleted file mode 100644
index a69dfecaf48f..000000000000
--- a/srcpkgs/snappy/patches/inline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Add inline with SNAPPY_ATTRIBUTE_ALWAYS_INLINE on AdvanceToNextTag to fix:
-1097 |         size_t tag_type = AdvanceToNextTag(&ip, &tag);
-     |                           ~~~~~~~~~~~~~~~~^~~~~~~~~~~
-../snappy.cc:1017:8: error: inlining failed in call to 'always_inline'
-'size_t snappy::AdvanceToNextTag(const uint8_t**, size_t*)': function body can be overwritten at link time
-
---- a/snappy.cc	2021-05-05 02:53:34.000000000 +0400
-+++ b/snappy.cc	2021-05-24 01:24:59.124654893 +0400
-@@ -1017 +1017 @@ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
--size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-+inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
diff --git a/srcpkgs/snappy/template b/srcpkgs/snappy/template
index 7e9e5214fb7d..f85fcac828c6 100644
--- a/srcpkgs/snappy/template
+++ b/srcpkgs/snappy/template
@@ -1,6 +1,6 @@
 # Template file for 'snappy'
 pkgname=snappy
-version=1.1.9
+version=1.1.10
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1"
@@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://google.github.io/snappy"
 distfiles="https://github.com/google/snappy/archive/${version}.tar.gz"
-checksum=75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7
+checksum=49d831bffcc5f3d01482340fe5af59852ca2fe76c3e05df0e67203ebbe0f1d90
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: snappy: update to 1.1.10.
  2023-04-20 13:15 [PR PATCH] snappy: update to 1.1.10 skmpz
@ 2023-04-30  2:25 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-04-30  2:25 UTC (permalink / raw)
  To: ml

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

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

snappy: update to 1.1.10.
https://github.com/void-linux/void-packages/pull/43541

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (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:[~2023-04-30  2:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 13:15 [PR PATCH] snappy: update to 1.1.10 skmpz
2023-04-30  2:25 ` [PR PATCH] [Merged]: " abenson

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