Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] opkg: update to 0.5.0.
Date: Tue, 17 May 2022 14:44:41 +0200	[thread overview]
Message-ID: <20220517124441.fLfAIFrj7-1SM1Mdjs00dZG1ttjsz4HmgbPHDy6QgVI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37121@inbox.vuxu.org>

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages opkg
https://github.com/void-linux/void-packages/pull/37121

opkg: update to 0.5.0.
Also:
- remove --enable-openssl, as it is automatically enabled with
 --enable-ssl-curl and is not used anymore.

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

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

@Piraty 

<!--
#### 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 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/37121.patch is attached

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

From 82b323e14b42c9885959a00ebcbef5f25b9ab29e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 14 May 2022 09:48:26 +0300
Subject: [PATCH] opkg: update to 0.5.0.

Also:
- remove --enable-openssl, as it is automatically enabled with
 --enable-ssl-curl and is not used anymore.
 - enable zstd support (@Piraty).
---
 srcpkgs/opkg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template
index 33b8bdd334fe..dc006503d7b3 100644
--- a/srcpkgs/opkg/template
+++ b/srcpkgs/opkg/template
@@ -1,10 +1,10 @@
 # Template file for 'opkg'
 pkgname=opkg
-version=0.4.5
+version=0.5.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
- $(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"
+ $(vopt_if ssl ' --enable-ssl-curl') $(vopt_enable gpg) --enable-zstd"
 hostmakedepends="pkg-config libtool automake"
 makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)"
 checkdepends="python3"
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-2.0-or-later"
 homepage="http://code.google.com/p/opkg/"
 distfiles="https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz"
-checksum=a1214a75fa34fb9228db8da47308e0e711b1c93fd8938cf164c10fd28eb50f1e
+checksum=559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c
 
 build_options="gpg lz4 ssl"
 build_options_default="ssl"

  parent reply	other threads:[~2022-05-17 12:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14  6:51 [PR PATCH] " mobinmob
2022-05-16 22:41 ` Piraty
2022-05-16 22:42 ` Piraty
2022-05-17 12:44 ` mobinmob [this message]
2022-05-17 12:46 ` mobinmob
2022-05-17 12:47 ` [PR PATCH] [Updated] " mobinmob
2022-05-17 12:48 ` mobinmob
2022-06-22 22:15 ` [PR PATCH] [Closed]: " 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=20220517124441.fLfAIFrj7-1SM1Mdjs00dZG1ttjsz4HmgbPHDy6QgVI@z \
    --to=mobinmob@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).