[arch-dev-public] [PATCH] checkpkg: Do not download oldpkg if in starting directory

2010-12-19 Thread Allan McRae
Signed-off-by: Allan McRae al...@archlinux.org
---
 checkpkg |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/checkpkg b/checkpkg
index 115306e..e1667b9 100755
--- a/checkpkg
+++ b/checkpkg
@@ -69,6 +69,8 @@ for _pkgname in ${pkgna...@]}; do
cp `echo $pkgurl | sed 's#^file://##'` .
elif [ -f $PKGDEST/$oldpkg ]; then
cp $PKGDEST/$oldpkg .
+   elif [ -f $STARTDIR/$oldpkg ]; then
+   cp $STARTDIR/$oldpkg .
else
wget --quiet $pkgurl
fi
-- 
1.7.3.4



[arch-dev-public] [PATCH] checkpkg: get back to working directory after soname check

2010-12-19 Thread Allan McRae
Signed-off-by: Allan McRae al...@archlinux.org
---
 checkpkg |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/checkpkg b/checkpkg
index e1667b9..38e33ad 100755
--- a/checkpkg
+++ b/checkpkg
@@ -92,6 +92,7 @@ for _pkgname in ${pkgna...@]}; do
echo -n ${i}: 
objdump -p $i | grep SONAME
done
+   cd ..
else
echo No soname differences for $_pkgname.
fi
-- 
1.7.3.4



[arch-dev-public] [PATCH] checkpkg: use sdiff to make output more readable

2010-12-19 Thread Andreas Radke
I suggest to use sdiff -s to show differences in the file lists. This
makes it much better readable especially for very large file lists.

-Andy

diff --git a/checkpkg b/checkpkg
index 115306e..c55076c 100755
--- a/checkpkg
+++ b/checkpkg
@@ -80,7 +80,7 @@ for _pkgname in ${pkgna...@]}; do
sort -o filelist-$_pkgname filelist-$_pkgname
sort -o filelist-$_pkgname-old filelist-$_pkgname-old
 
-   diff -u filelist-$_pkgname-old filelist-$_pkgname
+   sdiff -s filelist-$_pkgname-old filelist-$_pkgname
 
if diff filelist-$_pkgname-old filelist-$_pkgname | grep '\.so'  
/dev/null 21; then
mkdir -p pkg


[arch-dev-public] [signoff] libpcap 1.1.11-2

2010-12-19 Thread Andreas Radke
- PKGBUILD cleanup
- drop the unneeded static library
- fix abs build https://bugs.archlinux.org/task/21643
- add missing sh dependency

Please sign off.

-Andy


Re: [arch-dev-public] [signoff] libpcap 1.1.11-2

2010-12-19 Thread Guillaume ALAUX
On Sun, 2010-12-19 at 16:42 +0100, Andreas Radke wrote:
 - PKGBUILD cleanup
 - drop the unneeded static library
 - fix abs build https://bugs.archlinux.org/task/21643
 - add missing sh dependency
 
 Please sign off.
 
 -Andy

Signoff x86_64 (for 1.1.*1*-2 ;) ).

-- 
Guillaume


signature.asc
Description: This is a digitally signed message part


Re: [arch-dev-public] [signoff] libpcap 1.1.1-2

2010-12-19 Thread Andreas Radke
Am Sun, 19 Dec 2010 17:00:40 +0100
schrieb Guillaume ALAUX guilla...@archlinux.org:

 Signoff x86_64 (for 1.1.*1*-2 ;) ).
 

Sure, 1.1.1-2 it is.


[arch-dev-public] [signoff] subversion 1.6.15-1

2010-12-19 Thread Paul Mattal
At long last, subversion 1.6.15-1 is ready for signoff. Especially since 
it's been a long time since I've updated this package, try some 
probably-unique things you do with svn and see if they give you any trouble.


Full changelist is below. No substantive changes to the PKGBUILD.

- P

***

Version 1.6.15
(26 Nov 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.15

  User-visible changes:
   * improve svnsync handling of dir copies (r962377, -8)
   * hide unreadable dirs in mod_dav_svn's GET response (r996884)
   * make 'svnmucc propsetf' actually work (r1005446)
   * limit memory fragmentation in svnserve (r1022675)
   * fix 'svn export' regression from 1.6.13 (r1032970)
   * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
   * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
   * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, 
-474)

   * fix abort in 'svn blame -g' (issue #3666)
   * fix file handle leak in ruby bindings (issue #3512)
   * remove check for 1.7-style working copies (issue #3729)

  Developer-visible changes:
   * improve some swig parameter mapping (r984565, r1035745)
   * improve test accuracy over dav (r991534, r877814)
   * create fails.log for test runs (r964349)
   * improve detection of 'svnversion' when buildling (r877219, et al)
   * don't violate API layering in dumpstream logic (issue #3733)
   * don't report working copy installs as switched (r1033921)


Version 1.6.14
(Not released, see changes for 1.6.15.)


Version 1.6.13
(01 Oct 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.13

  User-visible changes:
   * don't drop properties during foreign-repo merges (issue #3623)
   * improve auto-props failure error message (r961970)
   * improve error message for 403 status with ra_neon (r876615)
   * don't allow 'merge --reintegrate' for 2-url merges (r959004)
   * improve handling of missing fsfs.conf during hotcopy (r980811, -1449)
   * escape unsafe characters in a URL during export (issue #3683)
   * don't leak stale locks in FSFS (r959760)
   * better detect broken working copies during update over ra_neon 
(r979045)

   * fsfs: make rev files read-only (r981921)
   * properly canonicalize a URL (r984928, -31)
   * fix wc corruption with 'commit --depth=empty' (issue #3700)
   * permissions fixes when doing reintegrate merges (related to issue 
#3242)

   * fix mergeinfo miscalculation during 2-url merges (issue #3648)
   * fix error transmission problems in svnserve (r997457, -66)
   * fixed: record-only merges create self-referential mergeinfo (issue 
#3646)
   * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue 
#3695)

See CVE-2010-3315, and descriptive advisory at

http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
   * make 'svnmucc propset' handle existing and non-existing URLs 
(r1000607)

   * add new 'propsetf' subcommand to svnmucc (r1000612)
   * warn about copied dirs during 'svn ci' with limited depth (r1002094)

  Developer-visible changes:
   * make ruby bindings compatible with Ruby 1.9 (r957507)
   * use the repos verify API in JavaHL (r948916)
   * teach ra_serf to parse md5 checksums with update editors (r979429)
   * let ra_serf work with current serf releases (r879757, r880320, 
r943796)



Version 1.6.12
(21 Jun 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.12

  User-visible changes:
   * further improvements for issue #3242
   * allow deletion of uris which need character escaping (issue #3636)
   * fix errors with 'svn mkdir --parents' (issue #3649)
   * update address to which crash reports are sent (r901304)
   * check for server certificate revocation on Windows (r898048)
   * disable custom file mutexes on Windows (r879902, -16)
   * fix handling of peg revision'd copy targets (issue #3651)
   * more improvements to 'svn merge --reintegrate' (r935631)
   * allow copying of broken symlinks (issue #3303)
   * improve rep-sharing performance on high-concurrency repos (issue 
#3506)

   * fixed: added subtrees with mergeinfo break reintegrate (issue #3654)
   * fixed: assertion triggered by tree-conflicted externals (issue #3469)

  Developer-visible changes:
   * give windows devs more flexibility with sqlite versions (r944635)
   * allow the pack tests to work with low file descriptor limits (r937610)
   * improve exception handling on Windows Vista and 7 (r878447, -910, 
-916)



Version 1.6.11
(19 Apr 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.11

 User-visible changes:
  * fix for repositories mounted via NFS (issue #3501)
  * enable TCP keep-alives in svnserve (r880552)
  * tighten restrictions on revprops for 'svnadmin verify' (r904594)
  * make ra_serf give better out-of-date 

Re: [arch-dev-public] [signoff] inetutils-1.8-2

2010-12-19 Thread Gaetan Bisson
[2010-12-16 23:00:36 -0500] Eric Bélanger:
 On Fri, Dec 10, 2010 at 11:45 AM, Gaetan Bisson bis...@archlinux.org wrote:
  [2010-12-09 18:25:10 -0500] Eric Bélanger:
  inetutils-1.8-2 is in testing for core rebuild.
 
  signoff i686
 
  --
  Gaetan
 
 
 Anyone for x86_64?

signoff x86_64

(from a VM)

-- 
Gaetan


Re: [arch-dev-public] [signoff] libpcap 1.1.1-2

2010-12-19 Thread Gaetan Bisson
[2010-12-19 17:19:37 +0100] Andreas Radke:
 Am Sun, 19 Dec 2010 17:00:40 +0100
 schrieb Guillaume ALAUX guilla...@archlinux.org:
 
  Signoff x86_64 (for 1.1.*1*-2 ;) ).
  
 
 Sure, 1.1.1-2 it is.

signoff i686

-- 
Gaetan


Re: [arch-dev-public] [signoff] binutils-2.21 toolchain rebuild

2010-12-19 Thread Jan Steffens
On Sun, Dec 19, 2010 at 6:14 AM, Allan McRae al...@archlinux.org wrote:
 gcc-4.5.2-2
  - enable linker plugin support.  gcc will use ld(.bfd) linker by default
 but switch to the ld.gold linker when -fuse-linker-plugin is specified.

Where do you have this from? I can't find anything about this
with-plugin-linker option (not even in the source). gcc still seems
to use /usr/bin/ld when I call it via gcc -v -flto or gcc -v -flto
-fuse-linker-plugin. It doesn't care when I remove /usr/bin/ld.gold.


Re: [arch-dev-public] [signoff] attr-2.4.44-2

2010-12-19 Thread Allan McRae

On 07/12/10 08:06, Gaetan Bisson wrote:

[2010-12-04 22:31:57 +1000] Allan McRae:

Rebuild of old package, minor PKGBUILD tidy,


signoff i686



x86_64 anyone?




Re: [arch-dev-public] [signoff] reiserfsprogs-3.6.21-3

2010-12-19 Thread Allan McRae

On 04/12/10 22:34, Allan McRae wrote:

Rebuild and tidy of old package.

Signoff both,
Allan




Anyone.  User signoffs are all good too.



Re: [arch-dev-public] [signoff] isdn4k-utils-3.2p1-6

2010-12-19 Thread Allan McRae

On 04/12/10 22:33, Allan McRae wrote:

Rebuild and tidy-up of old package. Merged the separate build fixes for
gcc-3.3, gcc-3.4 and gcc-4.0 into one patch.

Signoff both,



Accepting user signoffs here too.

Allan


Re: [arch-dev-public] [signoff] nfsidmap-0.23-4

2010-12-19 Thread Allan McRae

On 08/12/10 09:46, Dan McGee wrote:

On Sat, Dec 4, 2010 at 6:34 AM, Allan McRaeal...@archlinux.org  wrote:

Rebuild and tidy of old package.


A timid signoff for i686.


Can I have an x86_64?

Allan


Re: [arch-dev-public] [signoff] binutils-2.21 toolchain rebuild

2010-12-19 Thread Allan McRae

On 20/12/10 07:23, Jan Steffens wrote:

On Sun, Dec 19, 2010 at 6:14 AM, Allan McRaeal...@archlinux.org  wrote:

gcc-4.5.2-2
  - enable linker plugin support.  gcc will use ld(.bfd) linker by default
but switch to the ld.gold linker when -fuse-linker-plugin is specified.


Where do you have this from? I can't find anything about this
with-plugin-linker option (not even in the source). gcc still seems
to use /usr/bin/ld when I call it via gcc -v -flto or gcc -v -flto
-fuse-linker-plugin. It doesn't care when I remove /usr/bin/ld.gold.



Bah...  This took me a while to figure out as everything is working with 
the toolchain on my system (I am currently testing glibc and gcc 
snapshots).  It turns out the option is --with-plugin-ld and I copied it 
wrong from my local PKGBUILDs.


Fixed in gcc-4.5.2-3.

 gcc -fuse-linker-plugin -v -o test test.c
...
GNU assembler version 2.21.0 (i686-pc-linux-gnu) using BFD version (GNU 
Binutils) 2.21.0.20101217

...
/usr/bin/ld.gold -plugin 
/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/liblto_plugin.so 
-plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/lto-wrapper ...


Allan


Re: [arch-dev-public] [signoff] attr-2.4.44-2

2010-12-19 Thread Jan Steffens
On Mon, Dec 20, 2010 at 1:31 AM, Allan McRae al...@archlinux.org wrote:
 On 07/12/10 08:06, Gaetan Bisson wrote:

 [2010-12-04 22:31:57 +1000] Allan McRae:

 Rebuild of old package, minor PKGBUILD tidy,

 signoff i686


 x86_64 anyone?




Tried manipulating some attributes, still works on my btrfs.

Signoff x86_64.