Re: [cmake-developers] libarchive upstream

2012-01-05 Thread Rolf Eike Beer
 On 1/3/2012 4:48 PM, Eric Noulard wrote:
 3.0.2 does include the feature:
 Dec 24, 2011: libarchive 3.0.2 released

 Great.  I started the update work less than a week before that ;)

 Let's wait for you to finish your experiment with 3.0.0-r3950
 then may be the first application of your work may be the integration
 of 3.0.2 (or better depending on the work in-between).

 Sounds good.

Please cherry-pick 41719b7507a70b0c098f652c96693ba7755b397f into the
updated branch again and push this upstream, too.

Eike
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] libarchive upstream

2012-01-05 Thread Brad King

On 1/5/2012 10:05 AM, Rolf Eike Beer wrote:

Please cherry-pick 41719b7507a70b0c098f652c96693ba7755b397f into the
updated branch again and push this upstream, too.


The libarchive-upstream branch must remain pristine w.r.t. upstream.
Your fix is already in the update-libarchive topic:

  http://cmake.org/gitweb?p=cmake.git;a=commit;h=c37c0c78

There are several other fixes in the topic that should go upstream too.
Some of them came from fixes to our previous libarchive snapshot and
some of them are new.  The new way to do the import (enabled by Git)
will allow me to identify and extract all of them once the topic has
matured.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


[cmake-developers] libarchive upstream

2012-01-03 Thread Eric Noulard
Hi Brad,

I've seen you are integrating new upstream libarchive today.
Any particular reason to pick-up 3.0.0-r3950 and
not some real version like 3.0.2 ?

I did notice that this particular version may unblock a pending CMake issue
related to symbolic link handling in zip files, see:
http://public.kitware.com/Bug/view.php?id=10162

Not a big deal but it would be nice to integrate an upstream version
of libarchive
that handles symlinks in zip file.

The interesting upstream commit is slightly of r3950:

r3966 | ggcueroad | 2011-12-23 01:19:37 +0100 (ven. 23 déc. 2011) | 2 lignes
Add support for symlink to ZIP writer.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] libarchive upstream

2012-01-03 Thread Brad King

On 1/3/2012 4:07 PM, Eric Noulard wrote:

I've seen you are integrating new upstream libarchive today.
Any particular reason to pick-up 3.0.0-r3950 and
not some real version like 3.0.2 ?


3.0.2 wasn't out when I started that topic.  I just took that day's
snapshot.  The main goal/achievement of the work in that topic is to
import upstream libarchive in a way that can be easily updated with
a new upstream version.


I did notice that this particular version may unblock a pending CMake issue
related to symbolic link handling in zip files, see:
http://public.kitware.com/Bug/view.php?id=10162

Not a big deal but it would be nice to integrate an upstream version
of libarchive
that handles symlinks in zip file.

The interesting upstream commit is slightly of r3950:

r3966 | ggcueroad | 2011-12-23 01:19:37 +0100 (ven. 23 déc. 2011) | 2 lignes
Add support for symlink to ZIP writer.


Nice.

Once the initial porting and dashboard cleanup work is done it will
be very easy to update to a more recent snapshot whenever we need to.
A good time to do it will be the first libarchive release that supports
this feature.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] libarchive upstream

2012-01-03 Thread Eric Noulard
2012/1/3 Brad King brad.k...@kitware.com:
 On 1/3/2012 4:07 PM, Eric Noulard wrote:

 I've seen you are integrating new upstream libarchive today.
 Any particular reason to pick-up 3.0.0-r3950 and
 not some real version like 3.0.2 ?

 3.0.2 wasn't out when I started that topic.  I just took that day's
 snapshot.  The main goal/achievement of the work in that topic is to
 import upstream libarchive in a way that can be easily updated with
 a new upstream version.

Ok, I see.

 The interesting upstream commit is slightly of r3950:

 r3966 | ggcueroad | 2011-12-23 01:19:37 +0100 (ven. 23 déc. 2011) | 2
 lignes
 Add support for symlink to ZIP writer.

 Nice.

 Once the initial porting and dashboard cleanup work is done it will
 be very easy to update to a more recent snapshot whenever we need to.
 A good time to do it will be the first libarchive release that supports
 this feature.

3.0.2 does include the feature:
Dec 24, 2011: libarchive 3.0.2 released
Dec 23, 2011: Various fixes merged from FreeBSD
Dec 23, 2011: Symlink support in Zip reader and writer
Dec 23, 2011: Robustness fixes to 7Zip reader

Nov 27, 2011: libarchive 3.0.1b released

Let's wait for you to finish your experiment with 3.0.0-r3950
then may be the first application of your work may be the integration
of 3.0.2 (or better depending on the work in-between).


-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] libarchive upstream

2012-01-03 Thread Brad King

On 1/3/2012 4:48 PM, Eric Noulard wrote:

3.0.2 does include the feature:
Dec 24, 2011: libarchive 3.0.2 released


Great.  I started the update work less than a week before that ;)


Let's wait for you to finish your experiment with 3.0.0-r3950
then may be the first application of your work may be the integration
of 3.0.2 (or better depending on the work in-between).


Sounds good.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers