From Kevin Daudt to ~alpine/aports
On Mon, Jan 23, 2023 at 12:17:24PM +0100, Jacopo Mondi wrote: > Hi Kevin > > On Tue, Jan 17, 2023 at 06:30:09AM +0000, Kevin Daudt wrote: > > On Sat, Jan 14, 2023 at 05:38:43PM +0100, Jacopo Mondi wrote: > > > Boost is not required anymore to build libcamera since the dependency > > > has been dropped in commit c1597f989654 ("ipa: raspberrypi: Use > > > YamlParser to replace dependency on boost"). > > > > > > Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> > > > --- > > > community/libcamera/APKBUILD | 1 - > > > 1 file changed, 1 deletion(-) > > >
From Kevin Daudt to ~alpine/devel
On Thu, Jan 19, 2023 at 11:08:31PM +0530, V.Krishn wrote: > > Hi! > > Would like to suggest moving -dbg pkgs in repositories into a separate > folder. eg. > main/aarch64.dbg or community/aarch64.dbg/ > OR > main.dbg/aarch64 or community.dbg/aarch64 > > Suggested change is desirable because: > 1. Users who would want to install -dbg pkgs are willing to do debugging. > They are mostly development oriented. > 2. Mirrors may opt to ignore these .dbg folder, thereby saving some disk
From Kevin Daudt to ~alpine/devel
On Thu, Jan 19, 2023 at 07:47:19PM +0300, Konstantin Shelekhin wrote: > On Thu, Jan 19, 2023 at 11:08:31PM +0530, V.Krishn wrote: > > 2. Mirrors may opt to ignore these .dbg folder, thereby saving some disk > > space. > > Mirrors can do that: rsync ... --exclude -*-dbg.apk' ... The index will still list those packages, so users would be confused where it looks like they can install the packages, but then not available on the mirror.
From Kevin Daudt to ~alpine/aports
On Sat, Jan 14, 2023 at 05:38:43PM +0100, Jacopo Mondi wrote: > Boost is not required anymore to build libcamera since the dependency > has been dropped in commit c1597f989654 ("ipa: raspberrypi: Use > YamlParser to replace dependency on boost"). > > Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> > --- > community/libcamera/APKBUILD | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD > index 1399bcda0f74..1bf0015ec127 100644 > --- a/community/libcamera/APKBUILD > +++ b/community/libcamera/APKBUILD
From Kevin Daudt to ~alpine/devel
On Fri, Jan 13, 2023 at 12:01:12PM -0500, Frederick Lafleche wrote: > Hi, > > I just noticed that since Alpine release 3.16.x the curl option > --dns-server does not work anymore. The following error message is > displayed: > > curl: option --dns-server: the installed libcurl version > doesn't support this > > After some investigation I found that Curl (7.83.x) changed how the > build manages c-ares. > > configure: remove support for "embedded ares" #8397
From Kevin Daudt to ~alpine/aports
On Wed, Jan 04, 2023 at 10:47:32AM +0800, IP2Location Customer Success wrote: > https://www.ip2location.com/development-libraries/ip2location/c > Lookup country, region and city information by IP addresses > --- > testing/ip2location/APKBUILD | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 testing/ip2location/APKBUILD > > diff --git a/testing/ip2location/APKBUILD b/testing/ip2location/APKBUILD > new file mode 100644 > index 0000000000..bb96dcc7eb > --- /dev/null > +++ b/testing/ip2location/APKBUILD > @@ -0,0 +1,31 @@
From Kevin Daudt to ~alpine/aports
On Sat, Dec 10, 2022 at 07:24:13PM +0000, Kevin Daudt wrote: > On Sat, Dec 10, 2022 at 11:05:16AM -0500, Siva Mahadevan wrote: > > --- > > testing/retroforth/APKBUILD | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/testing/retroforth/APKBUILD b/testing/retroforth/APKBUILD > > index 4b0bc16084..2a333ea92f 100644 > > --- a/testing/retroforth/APKBUILD > > +++ b/testing/retroforth/APKBUILD > > @@ -1,7 +1,7 @@ > > # Contributor: Siva Mahadevan <me@svmhdvn.name> > > # Maintainer: Siva Mahadevan <me@svmhdvn.name> > > pkgname=retroforth
From Kevin Daudt to ~alpine/aports
On Sat, Dec 10, 2022 at 11:05:16AM -0500, Siva Mahadevan wrote: > --- > testing/retroforth/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testing/retroforth/APKBUILD b/testing/retroforth/APKBUILD > index 4b0bc16084..2a333ea92f 100644 > --- a/testing/retroforth/APKBUILD > +++ b/testing/retroforth/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Siva Mahadevan <me@svmhdvn.name> > # Maintainer: Siva Mahadevan <me@svmhdvn.name> > pkgname=retroforth > -pkgver=2022.1
From Kevin Daudt to ~alpine/aports
On Sun, Nov 27, 2022 at 03:45:02PM +0000, Kevin Daudt wrote: > On Wed, Nov 23, 2022 at 02:04:20PM -0600, Ben Weiss wrote: > > https://www.softether.org > > SoftEther VPN client and server > > --- > > testing/softether/APKBUILD | 83 +++++++++++++++++++++++++++++++ > > testing/softether/Makefile.patch | 70 ++++++++++++++++++++++++++ > > testing/softether/configure.patch | 11 ++++ > > testing/softether/vpnbridge.initd | 16 ++++++ > > testing/softether/vpnclient.initd | 16 ++++++ > > testing/softether/vpnserver.initd | 16 ++++++ > > 6 files changed, 212 insertions(+) > > create mode 100644 testing/softether/APKBUILD > > create mode 100644 testing/softether/Makefile.patch
From Kevin Daudt to ~alpine/aports
On Wed, Nov 23, 2022 at 02:04:20PM -0600, Ben Weiss wrote: > https://www.softether.org > SoftEther VPN client and server > --- > testing/softether/APKBUILD | 83 +++++++++++++++++++++++++++++++ > testing/softether/Makefile.patch | 70 ++++++++++++++++++++++++++ > testing/softether/configure.patch | 11 ++++ > testing/softether/vpnbridge.initd | 16 ++++++ > testing/softether/vpnclient.initd | 16 ++++++ > testing/softether/vpnserver.initd | 16 ++++++ > 6 files changed, 212 insertions(+) > create mode 100644 testing/softether/APKBUILD > create mode 100644 testing/softether/Makefile.patch > create mode 100644 testing/softether/configure.patch