[Lunar-commits] <moonbase> openssl: DEPENDS update.

Auke Kok auke at foo-projects.org
Wed Oct 27 09:48:18 CEST 2010


On 10/26/2010 01:14 AM, Florin Braescu wrote:
> commit 0d2e610bb14ade0d63f6c93b85bdd1a538344729
> Author: Florin Braescu<florin at lunar-linux.org>
> Date:   Tue Oct 26 11:14:45 2010 +0300
>
>      openssl: DEPENDS update.
>
>      Added ca-certificates as optional dependency (not required to build,
>      but at least the notification of getting asked, reminds the user of
>      having those certificates might come in handy).
>
>      Thanks to Christian Krause for the submission.
> ---
>   crypto/openssl/DEPENDS |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/crypto/openssl/DEPENDS b/crypto/openssl/DEPENDS
> index 1dd0168..c02e160 100644
> --- a/crypto/openssl/DEPENDS
> +++ b/crypto/openssl/DEPENDS
> @@ -1 +1,3 @@
>   depends  perl
> +
> +optional_depends  "ca-certificates" "" "" "for a basic set of CA certificates (usefull at runtime)"


florin, STOP, please

learn how to use the git tools so you can properly attribute patches 
that other people wrote.

it is TRIVIALLY simple:

$ wget -q "http://foo-projects.org/~sofar/example.patch" -O - | git am
Applying: openssl: DEPENDS update
$ git show
commit daf94af09b834971743327bfce0032617b53481e
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Wed Oct 27 00:45:54 2010 -0700

     openssl: DEPENDS update

     added ca-certificates as optional dependency (not required to build,
[...]

we REALLY have to stop using the tools right instead of pretending to 
steal other people's credit.

Auke



More information about the Lunar-dev mailing list