Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: GnuPG: devel

Where is >libassuan-1.1.0

 

 

GnuPG devel RSS feed   Index | Next | Previous | View Threaded


ikrabbe.ask at gmail

Nov 23, 2009, 1:10 AM

Post #1 of 6 (610 views)
Permalink
Where is >libassuan-1.1.0

Hi,

when I try to compile gnupg and gpgme from trunk I need a libassuan with a new
API version, that should be available from version 1.1.0 on.

But on the ftp server are only libassuan versions up to 1.0.5, which means that
gnupg and gpgme in the svn-trunk revisions don't compile anymore.

I wonder how you do it. Maybe it would be best to keep all those things
together in the svn repositories or even better I would recommend to use git
repositories, which are much better for distributed development.

bye ingo


wk at gnupg

Nov 23, 2009, 6:15 AM

Post #2 of 6 (578 views)
Permalink
Re: Where is >libassuan-1.1.0 [In reply to]

On Mon, 23 Nov 2009 10:10, ikrabbe.ask [at] gmail said:

> when I try to compile gnupg and gpgme from trunk I need a libassuan with a new
> API version, that should be available from version 1.1.0 on.

You need to use libassuan from the SVN as well.

We are currently in the process of changing quite soem things and until
this has settled down we won't do any regular release. The main factor
is the cleanup of the libassuan API while truning it into a DSO. It is
basicaly finished and as soon as this has been done we will do a
libassuan release so that other software can migrate to the new API.

> together in the svn repositories or even better I would recommend to use git
> repositories, which are much better for distributed development.

We settled for CVS/SVN a long time ago and won't change every few years
for the then en-vogue VCS. Further we don't have a distributed
development model but a closely controlled one for legal and security
reasons.


Salam-Shalom,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.


_______________________________________________
Gnupg-devel mailing list
Gnupg-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-devel


ikrabbe.ask at gmail

Nov 23, 2009, 8:12 AM

Post #3 of 6 (591 views)
Permalink
Re: Where is >libassuan-1.1.0 [In reply to]

On Mon, Nov 23, 2009 at 03:15:33PM +0100, Werner Koch wrote:
> On Mon, 23 Nov 2009 10:10, ikrabbe.ask [at] gmail said:
>
> > when I try to compile gnupg and gpgme from trunk I need a libassuan with a new
> > API version, that should be available from version 1.1.0 on.
>
> You need to use libassuan from the SVN as well.
>
> We are currently in the process of changing quite soem things and until
> this has settled down we won't do any regular release. The main factor
> is the cleanup of the libassuan API while truning it into a DSO. It is
> basicaly finished and as soon as this has been done we will do a
> libassuan release so that other software can migrate to the new API.
>
> > together in the svn repositories or even better I would recommend to use git
> > repositories, which are much better for distributed development.
>
> We settled for CVS/SVN a long time ago and won't change every few years
> for the then en-vogue VCS. Further we don't have a distributed
> development model but a closely controlled one for legal and security
> reasons.
>

Hi Werner,

Actually there are strong reasons to use git, not just that it might be
"en-vouge" and its possible to read in all the previously known tags and
branches in svn or cvs into a new git repository, but finally its your
selection.

On the other hand, It might be a problem that you don't have a distributed
model, as you should have, having the GnuPG Project in the open source domain,
though I think, I understand your reasons.

It would finally be quite helpfull if you would put the references of all basic
svn paths on a central place on gnupg.org, as I failed to find the libassuan one
for example and I don't think there is a way to access them, without knowing
their names (libassuan might have been called Assuan or just assuan, as it was
as the internal path of gpgme).

But with I now found that version on your server and I'm happy with it, for now.

bye ingo

>
> Salam-Shalom,
>
> Werner
>
> --
> Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.

--
i don't do signatures


dkg at fifthhorseman

Nov 23, 2009, 8:45 AM

Post #4 of 6 (585 views)
Permalink
Re: Where is >libassuan-1.1.0 [In reply to]

On 11/23/2009 09:15 AM, Werner Koch wrote:
> We settled for CVS/SVN a long time ago and won't change every few years
> for the then en-vogue VCS. Further we don't have a distributed
> development model but a closely controlled one for legal and security
> reasons.

This is entirely reasonable, and there is no reason that the two
approaches should be mutually exclusive.

Ingo, git-svn actually provides a pretty good workflow for people using
git to interact with a centralized svn repository (and then also with
other people using git). I can set up a git repo that mirrors the
upstream svn if you'd prefer to work from that.

--dkg
Attachments: signature.asc (0.87 KB)


wk at gnupg

Nov 23, 2009, 11:59 AM

Post #5 of 6 (590 views)
Permalink
Re: Where is >libassuan-1.1.0 [In reply to]

On Mon, 23 Nov 2009 17:12, ikrabbe.ask [at] gmail said:

> Actually there are strong reasons to use git, not just that it might be
> "en-vouge" and its possible to read in all the previously known tags and
> branches in svn or cvs into a new git repository, but finally its your

.. as well as changing the history without any traces left. Anyway, I
won't start a holy war on VCS stuff.

> svn paths on a central place on gnupg.org, as I failed to find the libassuan one
> for example and I don't think there is a way to access them, without knowing

What is wrong with http://cvs.gnupg.org as stated on
http://www.gnupg.org (download->cvs access).

Shalom-Salam,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.


_______________________________________________
Gnupg-devel mailing list
Gnupg-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-devel


ikrabbe.ask at gmail

Nov 23, 2009, 1:51 PM

Post #6 of 6 (582 views)
Permalink
Re: Where is >libassuan-1.1.0 [In reply to]

On Mon, Nov 23, 2009 at 08:59:00PM +0100, Werner Koch wrote:
> On Mon, 23 Nov 2009 17:12, ikrabbe.ask [at] gmail said:
>
> > svn paths on a central place on gnupg.org, as I failed to find the libassuan one
> > for example and I don't think there is a way to access them, without knowing
>
> What is wrong with http://cvs.gnupg.org as stated on
> http://www.gnupg.org (download->cvs access).

Some links are missing there: libassuan and libgpg-error as far as I can see
now.

bye ingo

_______________________________________________
Gnupg-devel mailing list
Gnupg-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-devel

GnuPG devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.