Re: [tor-dev] final torsocks RC 1.3 tar.gz up for testing

2013-02-01 Thread intrigeri
Hi,

Jacob Appelbaum wrote (29 Jan 2013 18:58:10 GMT) :
> Thus, I am declaring the following tar.gz to be the final RC for 1.3:
>  https://people.torproject.org/~ioerror/src/torsocks-1.3.tar.gz

Awesome!

> I believe that if no one has any objections and if intrigeri, nickm,
> Oscar and/or meejah sign off on it, I'll call it a release, tag it and
> push it the tag to master with no other changes.

I'll try to build and test it soon, but I'd like to be able to verify
the tarball with a cryptographic signature first.

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


Re: [tor-dev] final torsocks RC 1.3 tar.gz up for testing

2013-01-30 Thread grarpamp
> Do you have the compiler output from RELENG_4?


make  all-recursive
Making all in src
source='torsocks.c' object='torsocks.lo' libtool=yes  DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp  /bin/sh ../libtool --tag=CC
--mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -g -O2 -Wall -c -o
torsocks.lo torsocks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -c
torsocks.c -Wp,-MD,.deps/torsocks.TPlo  -fPIC -DPIC -o
.libs/torsocks.o
torsocks.c: In function `torsocks_init':
torsocks.c:144: warning: assignment discards qualifiers from pointer target type
In file included from torsocks.c:148:
expansion_table.h:77: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:78: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:79: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:80: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:82: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:83: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:84: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:86: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:88: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:93: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:98: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:105: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:114: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:119: warning: assignment discards qualifiers from
pointer target type
expansion_table.h:124: warning: assignment discards qualifiers from
pointer target type
In file included from torsocks.c:240:
expansion_table.h: In function `__res_query':
expansion_table.h:77: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `__res_search':
expansion_table.h:78: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `__res_send':
expansion_table.h:79: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `__res_querydomain':
expansion_table.h:80: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `gethostbyname':
expansion_table.h:82: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `gethostbyaddr':
expansion_table.h:83: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `getaddrinfo':
expansion_table.h:84: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `getipnodebyname':
expansion_table.h:86: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `sendto':
expansion_table.h:88: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `sendmsg':
expansion_table.h:93: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `connect':
expansion_table.h:98: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `select':
expansion_table.h:105: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `poll':
expansion_table.h:114: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `close':
expansion_table.h:119: warning: assignment discards qualifiers from
pointer target type
expansion_table.h: In function `getpeername':
expansion_table.h:124: warning: assignment discards qualifiers from
pointer target type
torsocks.c: In function `__res_init':
torsocks.c:855: warning: assignment discards qualifiers from pointer target type
torsocks.c: In function `torsocks___res_query_guts':
torsocks.c:877: warning: assignment discards qualifiers from pointer target type
torsocks.c: In function `torsocks___res_querydomain_guts':
torsocks.c:903: warning: assignment discards qualifiers from pointer target type
torsocks.c: In function `torsocks___res_search_guts':
torsocks.c:929: warning: assignment discards qualifiers from pointer target type
torsocks.c: In function `torsocks___res_send_guts':
torsocks.c:955: warning: assignment discards qualifiers from pointer target type
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -c
torsocks.c -Wp,-MD,.deps/torsocks.TPlo -o torsocks.o >/dev/null 2>&1
source='common.c' object='common.lo' libtool=yes  DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp  /bin/sh ../libtool --tag=CC
--mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -g -O2 -Wall -c -o
common.lo common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -c

Re: [tor-dev] final torsocks RC 1.3 tar.gz up for testing

2013-01-30 Thread Matthew Finkel
On Jan 29, 2013 10:11 PM, "grarpamp"  wrote:
>
> > Thus, I am declaring the following tar.gz to be the final RC for 1.3:
>
> Though I don't actually use it on FreeBSD RELENG_4 anymore,
> it doesn't compile there. If someone has old routers or something
> based on that they should speak up.

Do you have the compiler output from RELENG_4? If it's something we can
easily fix then we should. Thanks for testing.

>
> On RELENG_8 it's fine but for a few small things...
>
> # make
> test_torsocks.c:145: warning: 'txtquery' defined but not used
>
> # autoreconf -fiv
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.inand
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>
> I add them as line 1 to the respective files. Been carrying them for a
while.
> +AC_CONFIG_MACRO_DIR([m4])
> +ACLOCAL_AMFLAGS = -I m4
>

These will likely be fixed in the next version.

Thanks!
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


Re: [tor-dev] final torsocks RC 1.3 tar.gz up for testing

2013-01-29 Thread grarpamp
> Thus, I am declaring the following tar.gz to be the final RC for 1.3:

Though I don't actually use it on FreeBSD RELENG_4 anymore,
it doesn't compile there. If someone has old routers or something
based on that they should speak up.

On RELENG_8 it's fine but for a few small things...

# make
test_torsocks.c:145: warning: 'txtquery' defined but not used

# autoreconf -fiv
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

I add them as line 1 to the respective files. Been carrying them for a while.
+AC_CONFIG_MACRO_DIR([m4])
+ACLOCAL_AMFLAGS = -I m4
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


[tor-dev] final torsocks RC 1.3 tar.gz up for testing

2013-01-29 Thread Jacob Appelbaum
Oscar Koeroo:
> Hi,
> 
> I've created trac ticket[1] #8063.
> 
> The torsocks script has an option "on" which did't work and in the current
> state I'm curious on which shell it did work :-)
> 
> The patch is included and only affects the src/torsocks.in file with a
> oneliner. More details are included on the ticket.
> 
> 
>   Oscar
> 
> 
> [1]: https://trac.torproject.org/projects/tor/ticket/8063
> 

I've now revered this patch and as a result, I've done nothing else for
this RC since my last email on the topic.

Thus, I am declaring the following tar.gz to be the final RC for 1.3:

 https://people.torproject.org/~ioerror/src/torsocks-1.3.tar.gz

% sha1sum torsocks-1.3.tar.gz
6e092a23549483b653b01cba746c2a7665e92ae0  torsocks-1.3.tar.gz

I believe that if no one has any objections and if intrigeri, nickm,
Oscar and/or meejah sign off on it, I'll call it a release, tag it and
push it the tag to master with no other changes.

All the best,
Jacob
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev