~leo

Recent activity

Re: [3.15] System change proposal: rename the Alpine 3.15 release to Alpine 15 3 years ago

From maxice8 to ~alpine/devel

On Thu, 2021-04-08 at 20:29 -0600, Ariadne Conill wrote:
> Hello,
> 
> Alpine has traditionally used the major version to represent the
> current 
> ABI version the system uses.  For example, Alpine 1.x was uClibc
> without 
> NPTL, Alpine 2.x was uClibc with NPTL and Alpine 3.x is based on
> musl.
> 
> With the current ABI being evergreen, and our having moved past the
> 3.14 
> release, it no longer makes sense to keep the 3.x designation.  When
> this 

Re: [3.15] System change proposal: Use netbsd-curses instead of GNU ncurses 3 years ago

From maxice8 to ~alpine/devel

On Tue, 2021-04-06 at 12:17 -0600, Ariadne Conill wrote:
> Hello,
> 
> This proposal is largely centered around normalizing our package set
> with 
> other musl distributions, such as Sabotage and Adelie, which already
> ship 
> netbsd-curses in favor of GNU ncurses.
> 
> ## GNU ncurses vs netbsd-curses
> 
> * GNU ncurses is presently the standard curses library on Linux
> systems.
> 

Re: [PATCH] testing/afetch: new aport 3 years ago

From maxice8 to ~alpine/aports

On Tue, 2021-03-16 at 10:11 +0000, KikooDX wrote:
> https://github.com/13-CF/afetch
> Fast and simple system info written in C
> ---
>  testing/afetch/APKBUILD | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 testing/afetch/APKBUILD
> 
> diff --git a/testing/afetch/APKBUILD b/testing/afetch/APKBUILD
> new file mode 100644
> index 0000000000..8ec0b03fc6
> --- /dev/null
> +++ b/testing/afetch/APKBUILD
> @@ -0,0 +1,29 @@

Re: Remove 3 years ago

From maxice8 to ~alpine/users

On Sun, 2021-02-21 at 18:21 +0000, Mr Green wrote:
> Please remove me from your mailing list-- 
> Kev

Hello

please send an email to ~alpine/users+unsubscribe@lists.alpinelinux.org
to unsubcribe from the mailing list

Regards
Leo

Re: [PATCH] community/ffmpeg: Enable libwebp 3 years ago

From maxice8 to ~alpine/aports

Hello

Please increase the value of pkgrel by 1 so your changes take effect.

Regards
Leo

On Wed, 2021-01-27 at 21:22 +0100, minus wrote:
> Enabling libwebp allows encoding of webp images.
> ---
>  community/ffmpeg/APKBUILD | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD

Re: [PATCH v2 1/1] testing/ima-evm-utils: new aport 3 years ago

From maxice8 to ~alpine/aports

On Mon, 2021-01-25 at 01:34 +0100, Petr Vorel wrote:
> From: Petr Vorel <pvorel@suse.cz>
> 
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> Changes v1->v2 (required by maxice8):
> * put into testing directory + fix commit message
> * move build dependencies from depends to makedepends
> * add more build dependencies (tpm2-tss-dev, attr - getfattr required
> for testing, maybe only attr-dev would be enough)
> * drop empty variables
> 
> @maxice8: thanks for your review and suggestions!
> 

Re: [PATCH 1/1] community/ima-evm-utils: Add new package 3 years ago

From maxice8 to ~alpine/aports

commit title should be: testing/ima-evm-utils: new aport

New packages start in testing.

On Mon, 2021-01-25 at 00:55 +0100, Petr Vorel wrote:
> From: Petr Vorel <pvorel@suse.cz>
> 
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  community/ima-evm-utils/APKBUILD | 43
> ++++++++++++++++++++++++++++++++
>  1 file changed, 43 insertions(+)
>  create mode 100644 community/ima-evm-utils/APKBUILD
> 

Re: [PATCH] testing/libqrencode: new aport 3 years ago

From maxice8 to ~alpine/aports

There is a libqrencode already present in the community repository

On Sun, 2021-01-24 at 18:55 -0500, Siva Mahadevan wrote:
> ---
>  testing/libqrencode/APKBUILD | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>  create mode 100644 testing/libqrencode/APKBUILD
> 
> diff --git a/testing/libqrencode/APKBUILD
> b/testing/libqrencode/APKBUILD
> new file mode 100644
> index 0000000000..ed19b6d7cb
> --- /dev/null
> +++ b/testing/libqrencode/APKBUILD

Re: [PATCH 1/1] main/iputils: Update to 20200821 3 years ago

From maxice8 to ~alpine/aports

On Sun, 2021-01-24 at 23:55 +0100, Petr Vorel wrote:
> Changes related to this release:
> * Define BUILD_TFTPD=true, because tftpd has been disabled by default
> * Removed openssl-dev build dependency because MD5 implementation was
> copied to iputils project.
> * Update paths for ping, tftpd (moved to own directories).
> * Drop patch from this release.
> 
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  main/iputils/APKBUILD | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)
> 

Re: Implement versioned names for major libraries to ease upgrade process 3 years ago

From maxice8 to ~alpine/devel

On Wed, 2021-01-20 at 09:59 +0100, Natanael Copa wrote:
> On Sat, 12 Dec 2020 06:36:16 -0300
> maxice8 <thinkabit.ukim@gmail.com> wrote:
> 
> > Hello,
> > 
> > Distros like Debian and Void Linux have packages for major version
> > of 
> > libraries include the major version in their pkgname (example: 
> > libboost1.75).
> > 
> > I'd like to implement that for Alpine Linux.
> 
> This is requirement for all the libs in build-base, otherwise the old