From 51f671562341ec65c1a09d16119d4b4fdf226b26 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Sep 2021 14:29:04 +0200 Subject: [PATCH 1/5] libgpg-error: update 1.39 to 1.42 - for gpg 2.3.2 --- libgpg-error.be0 | 66 +++++------------------------------------------- 1 file changed, 7 insertions(+), 59 deletions(-) diff --git a/libgpg-error.be0 b/libgpg-error.be0 index 4983c1fde..76aa9c485 100755 --- a/libgpg-error.be0 +++ b/libgpg-error.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION libgpg-error-1.39-0 +# BEE_VERSION libgpg-error-1.42-0 -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +# SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/133fed221ba8f63f5842858a1ff67cb3/libgpg-error-1.42.tar.bz2" # PATCHURL+=() -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - # build_in_sourcedir -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - # sourcesubdir_append src - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - #mee_extract() { # bee_extract "${@}" #} @@ -53,9 +19,10 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}. # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build @@ -64,22 +31,3 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}. #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0] is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## From e70602a4c9a0d23b6928007ca44ab8f72b371763 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Sep 2021 14:34:55 +0200 Subject: [PATCH 2/5] libgcrypt: update 1.8.2 to 1.9.4 - for gpg 2.3.2 --- libgcrypt.be0 | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/libgcrypt.be0 b/libgcrypt.be0 index 15ef6378e..b73d619a8 100755 --- a/libgcrypt.be0 +++ b/libgcrypt.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION libgcrypt-1.8.2-0 +# BEE_VERSION libgcrypt-1.9.4-0 -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +# SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/edc7becfe09c75d8f95ff7623e40c52e/libgcrypt-1.9.4.tar.bz2" # PATCHURL+=() -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - # build_in_sourcedir -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - # sourcesubdir_append src - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - #mee_extract() { # bee_extract "${@}" #} @@ -64,4 +30,3 @@ SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2" #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' From 8ddff1b2a2e9af5bb0605a374af3383be82cde04 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Sep 2021 14:41:07 +0200 Subject: [PATCH 3/5] libksba: add version 1.6.0 - for gpg 2.3.2 --- libksba.be0 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 libksba.be0 diff --git a/libksba.be0 b/libksba.be0 new file mode 100755 index 000000000..f688ec5fa --- /dev/null +++ b/libksba.be0 @@ -0,0 +1,34 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libksba-1.6.0-0 + +# more info: https://gnupg.org/ftp/gcrypt/libksba + +# SRCURL[0]="https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.0.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/d333b2e1381068d4f9a328240f062f0f/libksba-1.6.0.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} From 1613f1d1501d69cb5eb8613994d92c909ee950d2 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Sep 2021 14:45:38 +0200 Subject: [PATCH 4/5] npth: add version 1.6 - needed for gpg 2.3 2 --- npth.be0 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 npth.be0 diff --git a/npth.be0 b/npth.be0 new file mode 100755 index 000000000..1020e21c7 --- /dev/null +++ b/npth.be0 @@ -0,0 +1,36 @@ +#!/usr/bin/env beesh + +# BEE_VERSION npth-1.6-0 + +# https://gnupg.org/ftp/gcrypt/npth + +# SRCURL[0]="https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2" + +SRCURL[0]="https://beehive.molgen.mpg.de/375d1a15ad969f32d25f1a7630929854/npth-1.6.tar.bz2" + + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} From d73d371e7b7d500183922e7f18b6b22ec8f5a496 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Sep 2021 14:59:13 +0200 Subject: [PATCH 5/5] gnupg: update 1.4.21 to 2.3.2 += npth += libksba += libgcrypt += libgpg-error --- gnupg.be0 | 68 ++++++++----------------------------------------------- 1 file changed, 10 insertions(+), 58 deletions(-) diff --git a/gnupg.be0 b/gnupg.be0 index f987daf24..1525ba19f 100755 --- a/gnupg.be0 +++ b/gnupg.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION gnupg-1.4.21-0 +# BEE_VERSION gnupg-2.3.2-0 -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.2.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/d574b7cadd2abe22b57c1c9c5354d2b4/gnupg-2.3.2.tar.bz2" # PATCHURL+=() -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be built -## outside the source directory and needs to be built inside the source -## directory. - # build_in_sourcedir -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - # sourcesubdir_append src - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - #mee_extract() { # bee_extract "${@}" #} @@ -53,9 +19,10 @@ SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build @@ -64,22 +31,7 @@ SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2" #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0] is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## +mee_install_post() { + rm -r ${D}/usr/share/doc/gnupg +}