From crux at crux.nu Wed Apr 1 00:40:31 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 02:40:31 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): zfswatcher: Added zfs as a dep Message-ID: <20150401004031.8BFD6E9900@crux.nu> commit 21e9266b0226e93fd6c09c1dfca138a6c1ce919f Author: James Mills Date: Wed Apr 1 10:40:50 2015 +1000 zfswatcher: Added zfs as a dep diff --git a/zfswatcher/Pkgfile b/zfswatcher/Pkgfile index 4860cba..67774f7 100644 --- a/zfswatcher/Pkgfile +++ b/zfswatcher/Pkgfile @@ -2,11 +2,11 @@ # URL: http://zfswatcher.damicon.fi/ # Maintainer: ames Mills, prologic at shortcircuit dot net dot au # -# Depends on: go +# Depends on: go zfs name=zfswatcher version=0.03 -release=1 +release=2 source=(http://shortcircuit.net.au/~prologic/distfiles/$name-$version.tar.gz) build() { From crux at crux.nu Wed Apr 1 00:40:31 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 02:40:31 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): zfs-git: Fixed dependency on spg-git Message-ID: <20150401004031.59227E98F6@crux.nu> commit 44bb0e69449380f5f4dd7c2c27b5614f7fbeed41 Author: James Mills Date: Wed Apr 1 10:41:03 2015 +1000 zfs-git: Fixed dependency on spg-git diff --git a/zfs-git/Pkgfile b/zfs-git/Pkgfile index f240628..ed8e74a 100644 --- a/zfs-git/Pkgfile +++ b/zfs-git/Pkgfile @@ -2,7 +2,7 @@ # URL: http://zfsonlinux.org/ # Maintainer: James Mills, prologic at shortcircuit dot net dot au -# Depends on: spl +# Depends on: spl-git name=zfs version=HEAD From crux at crux.nu Wed Apr 1 08:04:02 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 10:04:02 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] subversion: updated to 1.8.13 Message-ID: <20150401080402.98852E98F6@crux.nu> commit 477f25543a1b51f9e011ec2edc1c5be89cb86e70 Author: Jose V Beneyto Date: Wed Apr 1 10:03:49 2015 +0200 [notify] subversion: updated to 1.8.13 This release addresses security issues: http://mail-archives.apache.org/mod_mbox/subversion-announce/201503.mbox/raw/%3C20150331120220.GO17807 at jim.stsp.name%3E/ http://svn.apache.org/repos/asf/subversion/tags/1.8.13/CHANGES diff --git a/subversion/.md5sum b/subversion/.md5sum index 0a213af..81d9b5a 100644 --- a/subversion/.md5sum +++ b/subversion/.md5sum @@ -1 +1 @@ -766a89bbbb388f8eb76166672d3b9e49 subversion-1.8.11.tar.bz2 +4413417b529d7bdf82f74e50df02e88b subversion-1.8.13.tar.bz2 diff --git a/subversion/Pkgfile b/subversion/Pkgfile index 31d6868..ac3f0ca 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -5,7 +5,7 @@ # Depends on: apr serf expat sqlite3 name=subversion -version=1.8.11 +version=1.8.13 release=1 source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2) From crux at crux.nu Wed Apr 1 08:04:02 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 10:04:02 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): chromium: updated to 41.0.2272.101 Message-ID: <20150401080402.C3FA6E9900@crux.nu> commit 5ddbe6c5c8aa8313fcb6132f56ab2cb85f6b8831 Author: Jose V Beneyto Date: Wed Apr 1 09:27:45 2015 +0200 chromium: updated to 41.0.2272.101 diff --git a/chromium/.md5sum b/chromium/.md5sum index f991457..8c89fef 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -2941d1de53b1344eb6dbfb6cd20be83e chromium-41.0.2272.76.tar.xz +f372609111db5d35afa6343df13dcd9b chromium-41.0.2272.101.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 47111a2..ba62781 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,8 +5,8 @@ # Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif pciutils name=chromium -version=41.0.2272.76 -release=2 +version=41.0.2272.101 +release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) From crux at crux.nu Wed Apr 1 10:01:08 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 12:01:08 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): zfs: Use install to create dirs Message-ID: <20150401100108.84BDAE98F6@crux.nu> commit b52c6f7899380b4f0f749c3bafcdbfd17071a219 Author: James Mills Date: Wed Apr 1 20:01:47 2015 +1000 zfs: Use install to create dirs diff --git a/zfs/Pkgfile b/zfs/Pkgfile index 2c012c5..3eb3334 100644 --- a/zfs/Pkgfile +++ b/zfs/Pkgfile @@ -6,7 +6,7 @@ name=zfs version=0.6.3 -release=2 +release=3 source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/$name/$name-$version.tar.gz) build() { @@ -27,5 +27,5 @@ build() { # Package make DESTDIR=$PKG install - mkdir -p $PKG/etc/zfs + install -d -D -m 755 $PKG/etc/zfs } From crux at crux.nu Wed Apr 1 10:12:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 12:12:55 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): {spl, zfs}-git: Fixed package names, pinned revisions and used archived tarballs Message-ID: <20150401101255.84A0CE98F6@crux.nu> commit 5348da32ca8682d2c49fc7c125581d556b4ca4bd Author: James Mills Date: Wed Apr 1 20:13:34 2015 +1000 {spl,zfs}-git: Fixed package names, pinned revisions and used archived tarballs diff --git a/spl-git/.md5sum b/spl-git/.md5sum index e69de29..b09f422 100644 --- a/spl-git/.md5sum +++ b/spl-git/.md5sum @@ -0,0 +1 @@ +1165da923bab457b85c304839ef451b6 spl-git-fade6b00b6.tar.gz diff --git a/spl-git/Pkgfile b/spl-git/Pkgfile index 09f4dd6..d5f45ac 100644 --- a/spl-git/Pkgfile +++ b/spl-git/Pkgfile @@ -4,18 +4,12 @@ # # Depends on: -name=spl -version=HEAD +name=spl-git +version=fade6b00b6 release=1 -source=() +source=(http://shortcircuit.net.au/~prologic/distfiles/${name}-${version}.tar.gz) build() { - if [ ! -d $PKGMK_SOURCE_DIR/${name}.git ]; then - git clone https://github.com/zfsonlinux/${name}.git $PKGMK_SOURCE_DIR/${name}.git - else - cp -a $PKGMK_SOURCE_DIR/${name}.git $SRC/$name-$version - fi - cd $name-$version ./autogen.sh diff --git a/zfs-git/.footprint b/zfs-git/.footprint index 07a75eb..21ceae7 100644 --- a/zfs-git/.footprint +++ b/zfs-git/.footprint @@ -23,10 +23,9 @@ drwxr-xr-x root/root lib/udev/rules.d/ -rw-r--r-- root/root lib/udev/rules.d/90-zfs.rules -rwxr-xr-x root/root lib/udev/vdev_id -rwxr-xr-x root/root lib/udev/zvol_id -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/mount.zfs drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/arc_summary.py -rwxr-xr-x root/root usr/bin/arcstat.py -rwxr-xr-x root/root usr/bin/dbufstat.py drwxr-xr-x root/root usr/etc/ @@ -108,7 +107,6 @@ drwxr-xr-x root/root usr/include/libspl/sys/dktp/ -rw-r--r-- root/root usr/include/libspl/sys/param.h -rw-r--r-- root/root usr/include/libspl/sys/priv.h -rw-r--r-- root/root usr/include/libspl/sys/processor.h --rw-r--r-- root/root usr/include/libspl/sys/sdt.h -rw-r--r-- root/root usr/include/libspl/sys/stack.h -rw-r--r-- root/root usr/include/libspl/sys/stat.h -rw-r--r-- root/root usr/include/libspl/sys/stropts.h @@ -124,7 +122,6 @@ drwxr-xr-x root/root usr/include/libspl/sys/sysevent/ -rw-r--r-- root/root usr/include/libspl/sys/types32.h -rw-r--r-- root/root usr/include/libspl/sys/tzfile.h -rw-r--r-- root/root usr/include/libspl/sys/uio.h --rw-r--r-- root/root usr/include/libspl/sys/utsname.h -rw-r--r-- root/root usr/include/libspl/sys/va_list.h -rw-r--r-- root/root usr/include/libspl/sys/varargs.h -rw-r--r-- root/root usr/include/libspl/sys/vnode.h @@ -147,8 +144,10 @@ drwxr-xr-x root/root usr/include/libzfs/ drwxr-xr-x root/root usr/include/libzfs/linux/ drwxr-xr-x root/root usr/include/libzfs/sys/ -rw-r--r-- root/root usr/include/libzfs/sys/arc.h +-rw-r--r-- root/root usr/include/libzfs/sys/arc_impl.h -rw-r--r-- root/root usr/include/libzfs/sys/avl.h -rw-r--r-- root/root usr/include/libzfs/sys/avl_impl.h +-rw-r--r-- root/root usr/include/libzfs/sys/blkptr.h -rw-r--r-- root/root usr/include/libzfs/sys/bplist.h -rw-r--r-- root/root usr/include/libzfs/sys/bpobj.h -rw-r--r-- root/root usr/include/libzfs/sys/bptree.h @@ -162,6 +161,7 @@ drwxr-xr-x root/root usr/include/libzfs/sys/ -rw-r--r-- root/root usr/include/libzfs/sys/dmu_tx.h -rw-r--r-- root/root usr/include/libzfs/sys/dmu_zfetch.h -rw-r--r-- root/root usr/include/libzfs/sys/dnode.h +-rw-r--r-- root/root usr/include/libzfs/sys/dsl_bookmark.h -rw-r--r-- root/root usr/include/libzfs/sys/dsl_dataset.h -rw-r--r-- root/root usr/include/libzfs/sys/dsl_deadlist.h -rw-r--r-- root/root usr/include/libzfs/sys/dsl_deleg.h @@ -184,14 +184,27 @@ drwxr-xr-x root/root usr/include/libzfs/sys/fs/ -rw-r--r-- root/root usr/include/libzfs/sys/metaslab_impl.h -rw-r--r-- root/root usr/include/libzfs/sys/nvpair.h -rw-r--r-- root/root usr/include/libzfs/sys/nvpair_impl.h +-rw-r--r-- root/root usr/include/libzfs/sys/range_tree.h -rw-r--r-- root/root usr/include/libzfs/sys/refcount.h -rw-r--r-- root/root usr/include/libzfs/sys/rrwlock.h -rw-r--r-- root/root usr/include/libzfs/sys/sa.h -rw-r--r-- root/root usr/include/libzfs/sys/sa_impl.h +-rw-r--r-- root/root usr/include/libzfs/sys/sdt.h -rw-r--r-- root/root usr/include/libzfs/sys/spa.h -rw-r--r-- root/root usr/include/libzfs/sys/spa_boot.h -rw-r--r-- root/root usr/include/libzfs/sys/spa_impl.h -rw-r--r-- root/root usr/include/libzfs/sys/space_map.h +-rw-r--r-- root/root usr/include/libzfs/sys/space_reftree.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_acl.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_arc.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_dbgmsg.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_dbuf.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_dmu.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_dnode.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_txg.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_zil.h +-rw-r--r-- root/root usr/include/libzfs/sys/trace_zrlock.h -rw-r--r-- root/root usr/include/libzfs/sys/txg.h -rw-r--r-- root/root usr/include/libzfs/sys/txg_impl.h -rw-r--r-- root/root usr/include/libzfs/sys/u8_textprep.h @@ -238,20 +251,23 @@ drwxr-xr-x root/root usr/include/libzfs/sys/fs/ -rw-r--r-- root/root usr/include/libzfs/zfs_prop.h -rw-r--r-- root/root usr/include/libzfs/zpios-ctl.h drwxr-xr-x root/root usr/include/zfs/ -drwxr-xr-x root/root usr/include/zfs/3.12.17/ --rw-r--r-- root/root usr/include/zfs/3.12.17/Module.symvers --rw-r--r-- root/root usr/include/zfs/3.12.17/zfs.release --rw-r--r-- root/root usr/include/zfs/3.12.17/zfs_config.h +drwxr-xr-x root/root usr/include/zfs/3.12.24/ +-rw-r--r-- root/root usr/include/zfs/3.12.24/Module.symvers +-rw-r--r-- root/root usr/include/zfs/3.12.24/zfs.release +-rw-r--r-- root/root usr/include/zfs/3.12.24/zfs_config.h drwxr-xr-x root/root usr/include/zfs/include/ drwxr-xr-x root/root usr/include/zfs/include/linux/ -rw-r--r-- root/root usr/include/zfs/include/linux/blkdev_compat.h -rw-r--r-- root/root usr/include/zfs/include/linux/dcache_compat.h +-rw-r--r-- root/root usr/include/zfs/include/linux/utsname_compat.h -rw-r--r-- root/root usr/include/zfs/include/linux/vfs_compat.h -rw-r--r-- root/root usr/include/zfs/include/linux/xattr_compat.h drwxr-xr-x root/root usr/include/zfs/include/sys/ -rw-r--r-- root/root usr/include/zfs/include/sys/arc.h +-rw-r--r-- root/root usr/include/zfs/include/sys/arc_impl.h -rw-r--r-- root/root usr/include/zfs/include/sys/avl.h -rw-r--r-- root/root usr/include/zfs/include/sys/avl_impl.h +-rw-r--r-- root/root usr/include/zfs/include/sys/blkptr.h -rw-r--r-- root/root usr/include/zfs/include/sys/bplist.h -rw-r--r-- root/root usr/include/zfs/include/sys/bpobj.h -rw-r--r-- root/root usr/include/zfs/include/sys/bptree.h @@ -265,6 +281,7 @@ drwxr-xr-x root/root usr/include/zfs/include/sys/ -rw-r--r-- root/root usr/include/zfs/include/sys/dmu_tx.h -rw-r--r-- root/root usr/include/zfs/include/sys/dmu_zfetch.h -rw-r--r-- root/root usr/include/zfs/include/sys/dnode.h +-rw-r--r-- root/root usr/include/zfs/include/sys/dsl_bookmark.h -rw-r--r-- root/root usr/include/zfs/include/sys/dsl_dataset.h -rw-r--r-- root/root usr/include/zfs/include/sys/dsl_deadlist.h -rw-r--r-- root/root usr/include/zfs/include/sys/dsl_deleg.h @@ -287,14 +304,27 @@ drwxr-xr-x root/root usr/include/zfs/include/sys/fs/ -rw-r--r-- root/root usr/include/zfs/include/sys/metaslab_impl.h -rw-r--r-- root/root usr/include/zfs/include/sys/nvpair.h -rw-r--r-- root/root usr/include/zfs/include/sys/nvpair_impl.h +-rw-r--r-- root/root usr/include/zfs/include/sys/range_tree.h -rw-r--r-- root/root usr/include/zfs/include/sys/refcount.h -rw-r--r-- root/root usr/include/zfs/include/sys/rrwlock.h -rw-r--r-- root/root usr/include/zfs/include/sys/sa.h -rw-r--r-- root/root usr/include/zfs/include/sys/sa_impl.h +-rw-r--r-- root/root usr/include/zfs/include/sys/sdt.h -rw-r--r-- root/root usr/include/zfs/include/sys/spa.h -rw-r--r-- root/root usr/include/zfs/include/sys/spa_boot.h -rw-r--r-- root/root usr/include/zfs/include/sys/spa_impl.h -rw-r--r-- root/root usr/include/zfs/include/sys/space_map.h +-rw-r--r-- root/root usr/include/zfs/include/sys/space_reftree.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_acl.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_arc.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_dbgmsg.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_dbuf.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_dmu.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_dnode.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_txg.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_zil.h +-rw-r--r-- root/root usr/include/zfs/include/sys/trace_zrlock.h -rw-r--r-- root/root usr/include/zfs/include/sys/txg.h -rw-r--r-- root/root usr/include/zfs/include/sys/txg_impl.h -rw-r--r-- root/root usr/include/zfs/include/sys/u8_textprep.h @@ -351,6 +381,7 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/dracut/ drwxr-xr-x root/root usr/lib/dracut/modules.d/ drwxr-xr-x root/root usr/lib/dracut/modules.d/90zfs/ +-rwxr-xr-x root/root usr/lib/dracut/modules.d/90zfs/export-zfs.sh -rwxr-xr-x root/root usr/lib/dracut/modules.d/90zfs/module-setup.sh -rwxr-xr-x root/root usr/lib/dracut/modules.d/90zfs/mount-zfs.sh -rwxr-xr-x root/root usr/lib/dracut/modules.d/90zfs/parse-zfs.sh @@ -411,6 +442,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/ztest.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/vdev_id.conf.5.gz +-rw-r--r-- root/root usr/man/man5/zfs-events.5.gz -rw-r--r-- root/root usr/man/man5/zfs-module-parameters.5.gz -rw-r--r-- root/root usr/man/man5/zpool-features.5.gz drwxr-xr-x root/root usr/man/man8/ @@ -425,6 +457,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/zstreamdump.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/fsck.zfs +-rwxr-xr-x root/root usr/sbin/mount.zfs -rwxr-xr-x root/root usr/sbin/zdb -rwxr-xr-x root/root usr/sbin/zed -rwxr-xr-x root/root usr/sbin/zfs @@ -435,6 +468,9 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/zstreamdump -rwxr-xr-x root/root usr/sbin/ztest drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/libzfs.pc +-rw-r--r-- root/root usr/share/pkgconfig/libzfs_core.pc drwxr-xr-x root/root usr/share/zfs/ -rwxr-xr-x root/root usr/share/zfs/common.sh -rwxr-xr-x root/root usr/share/zfs/smb.sh diff --git a/zfs-git/.md5sum b/zfs-git/.md5sum index e69de29..a239be5 100644 --- a/zfs-git/.md5sum +++ b/zfs-git/.md5sum @@ -0,0 +1 @@ +1c648556460768c012b7da81a94adb7d zfs-git-0f7d2a4b3d.tar.gz diff --git a/zfs-git/Pkgfile b/zfs-git/Pkgfile index ed8e74a..e6bfcc5 100644 --- a/zfs-git/Pkgfile +++ b/zfs-git/Pkgfile @@ -4,26 +4,19 @@ # Depends on: spl-git -name=zfs -version=HEAD -release=2 -source=() +name=zfs-git +version=0f7d2a4b3d +release=1 +source=(http://shortcircuit.net.au/~prologic/distfiles/${name}-${version}.tar.gz) build() { - if [ ! -d $PKGMK_SOURCE_DIR/${name}.git ]; then - git clone https://github.com/zfsonlinux/${name}.git $PKGMK_SOURCE_DIR/${name}.git - cp -a $PKGMK_SOURCE_DIR/${name}.git $SRC/$name-$version - else - cp -a $PKGMK_SOURCE_DIR/${name}.git $SRC/$name-$version - fi - cd $name-$version ./autogen.sh # Configure ./configure --prefix=/usr \ - --libexecdir=/usr/lib/$name \ + --libexecdir=/usr/lib/zfs \ --mandir=/usr/man \ --with-spl=/usr/include/spl @@ -36,5 +29,5 @@ build() { # Package make DESTDIR=$PKG install - mkdir -p $PKG/etc/zfs + install -d -D -m 755 $PKG/etc/zfs } From crux at crux.nu Wed Apr 1 10:36:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 12:36:20 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): livestreamer: 1.12.0 -> 1.12.1. new dependencies: futures, singledispatch, and six Message-ID: <20150401103620.17314E98F6@crux.nu> commit f4917ac042ae41ae37cc75e950d1043e7c5ce780 Author: Danny Rawlins Date: Wed Apr 1 21:31:58 2015 +1100 livestreamer: 1.12.0 -> 1.12.1. new dependencies: futures, singledispatch, and six diff --git a/livestreamer/.footprint b/livestreamer/.footprint index d5e3bd4..dc06acf 100644 --- a/livestreamer/.footprint +++ b/livestreamer/.footprint @@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/ --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.0-py2.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer-1.12.1-py2.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python2.7/site-packages/livestreamer/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/__init__.pyc @@ -203,6 +203,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/livestreamer/plugins/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/hitbox.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/hitbox.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/hitbox.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/itvplayer.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/itvplayer.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/itvplayer.pyo -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/letontv.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/letontv.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/letontv.pyo @@ -260,9 +263,18 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/livestreamer/plugins/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tga.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tga.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tga.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv3cat.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv3cat.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv3cat.pyo -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv4play.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv4play.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tv4play.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvcatchup.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvcatchup.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvcatchup.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvplayer.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvplayer.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/tvplayer.pyo -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/twitch.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/twitch.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/livestreamer/plugins/twitch.pyo diff --git a/livestreamer/.md5sum b/livestreamer/.md5sum index a4c829c..1568477 100644 --- a/livestreamer/.md5sum +++ b/livestreamer/.md5sum @@ -1 +1 @@ -afbaed7abd2c97d05a0f96323a6ec6f1 livestreamer-1.12.0.tar.gz +d07537bc66b3f840eaf92185850ecf08 livestreamer-1.12.1.tar.gz diff --git a/livestreamer/Pkgfile b/livestreamer/Pkgfile index e266700..002b07f 100644 --- a/livestreamer/Pkgfile +++ b/livestreamer/Pkgfile @@ -2,15 +2,15 @@ # URL: https://github.com/chrippa/livestreamer # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me -# Depends on: requests rtmpdump +# Depends on: futures requests rtmpdump singledispatch six name=livestreamer -version=1.12.0 +version=1.12.1 release=1 source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz) build() { cd $name-$version - + /usr/bin/python setup.py build /usr/bin/python setup.py install --root=$PKG --optimize=1 } From crux at crux.nu Wed Apr 1 10:36:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 12:36:20 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): singledispatch: initial import Message-ID: <20150401103620.352C9E9900@crux.nu> commit 74a339e098fcd9db4d544c9e52ebd6e938c8a05f Author: Danny Rawlins Date: Wed Apr 1 21:30:25 2015 +1100 singledispatch: initial import diff --git a/singledispatch/.footprint b/singledispatch/.footprint new file mode 100644 index 0000000..484fbcb --- /dev/null +++ b/singledispatch/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.7/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch-3.4.0.3-py2.7.egg-info/zip-safe +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch_helpers.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch_helpers.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/singledispatch_helpers.pyo diff --git a/singledispatch/.md5sum b/singledispatch/.md5sum new file mode 100644 index 0000000..ac31050 --- /dev/null +++ b/singledispatch/.md5sum @@ -0,0 +1 @@ +af2fc6a3d6cc5a02d0bf54d909785fcb singledispatch-3.4.0.3.tar.gz diff --git a/singledispatch/Pkgfile b/singledispatch/Pkgfile new file mode 100644 index 0000000..5788b68 --- /dev/null +++ b/singledispatch/Pkgfile @@ -0,0 +1,16 @@ +# Description: Implementation of functools.singledispatch from Python 3.4. +# URL: https://bitbucket.org/ambv/singledispatch +# Maintainer: Danny Rawlins, crux at romster dot me +# Packager: Danny Rawlins, crux at romster dot me +# Depends on: setuptools + +name=singledispatch +version=3.4.0.3 +release=1 +source=(http://pypi.python.org/packages/source/s/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + /usr/bin/python setup.py build + /usr/bin/python setup.py install --root=$PKG --optimize=1 +} From crux at crux.nu Wed Apr 1 10:36:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 12:36:20 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): futures: initial import Message-ID: <20150401103620.401B8E9905@crux.nu> commit a9a775e631bd4a8283dae0ed542c852bb591592e Author: Danny Rawlins Date: Wed Apr 1 21:29:46 2015 +1100 futures: initial import diff --git a/futures/.footprint b/futures/.footprint new file mode 100644 index 0000000..7ae41a1 --- /dev/null +++ b/futures/.footprint @@ -0,0 +1,40 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.7/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/concurrent/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/__init__.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/__init__.pyo +drwxr-xr-x root/root usr/lib/python2.7/site-packages/concurrent/futures/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/__init__.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/__init__.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_base.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_base.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_base.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_compat.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_compat.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/_compat.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/process.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/process.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/process.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/thread.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/thread.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/concurrent/futures/thread.pyo +drwxr-xr-x root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures-2.2.0-py2.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.7/site-packages/futures/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/__init__.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/__init__.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/process.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/process.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/process.pyo +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/thread.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/thread.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/futures/thread.pyo diff --git a/futures/.md5sum b/futures/.md5sum new file mode 100644 index 0000000..d6ec514 --- /dev/null +++ b/futures/.md5sum @@ -0,0 +1 @@ +310e446de8609ddb59d0886e35edb534 futures-2.2.0.tar.gz diff --git a/futures/Pkgfile b/futures/Pkgfile new file mode 100644 index 0000000..12f180f --- /dev/null +++ b/futures/Pkgfile @@ -0,0 +1,16 @@ +# Description: Backport of the concurrent.futures package from Python 3.2. +# URL: http://code.google.com/p/pythonfutures/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Packager: Danny Rawlins, crux at romster dot me +# Depends on: setuptools + +name=futures +version=2.2.0 +release=1 +source=(http://pypi.python.org/packages/source/f/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + /usr/bin/python setup.py build + /usr/bin/python setup.py install --root=$PKG --optimize=1 +} From crux at crux.nu Wed Apr 1 17:48:18 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 19:48:18 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): ncdu: moved to opt Message-ID: <20150401174818.33550E98F6@crux.nu> commit c9e0fb29ca863ebf79dd4d8ed286cfa5c7f4d6a8 Author: Fredrik Rinnestam Date: Wed Apr 1 19:47:59 2015 +0200 ncdu: moved to opt diff --git a/ncdu/.footprint b/ncdu/.footprint deleted file mode 100644 index 9f4d51d..0000000 --- a/ncdu/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ncdu -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ncdu.1.gz diff --git a/ncdu/.md5sum b/ncdu/.md5sum deleted file mode 100644 index 0a4bcba..0000000 --- a/ncdu/.md5sum +++ /dev/null @@ -1 +0,0 @@ -7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile deleted file mode 100644 index 36d1ad3..0000000 --- a/ncdu/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: NCurses Disk Usage -# URL: http://dev.yorhel.nl/ncdu/ -# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu - -name=ncdu -version=1.10 -release=1 -source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man - make - make DESTDIR=$PKG install -} From crux at crux.nu Wed Apr 1 17:48:18 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 19:48:18 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): [notify] thunderbird: updated to 31.6. Message-ID: <20150401174818.49A14E9900@crux.nu> commit 6ddc95728373353eb2de7fb7862bf6dbf41592bb Author: Fredrik Rinnestam Date: Wed Apr 1 19:47:11 2015 +0200 [notify] thunderbird: updated to 31.6. Advisory: https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/ diff --git a/thunderbird/.md5sum b/thunderbird/.md5sum index bc51e41..885513e 100644 --- a/thunderbird/.md5sum +++ b/thunderbird/.md5sum @@ -1,4 +1,4 @@ -d79f8d232f2ad3d501ac5ff5ca4ecbe8 thunderbird-31.5.0.source.tar.bz2 +692e40f0070de37f3e84ccee4359e799 thunderbird-31.6.0.source.tar.bz2 681d36d1cfb52c9e6b8eda15d3b386ab thunderbird-install-dir.patch 87f8666f06ba8c3668e39068050bb77a thunderbird.desktop d66c388b7d287520c098e9d9853ce4bb thunderbird_default48.png diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 62e7f6d..7c13cea 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python gtk alsa-lib xorg-libxt libnotify libidl nss dbus-glib xorg-libxdamage yasm mesa3d libjpeg-turbo name=thunderbird -version=31.5.0 +version=31.6.0 release=1 source=(ftp://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.bz2 $name.desktop ${name}_default48.png thunderbird-install-dir.patch) From crux at crux.nu Wed Apr 1 17:48:24 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 1 Apr 2015 19:48:24 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): ncdu: moved from contrib Message-ID: <20150401174824.F01FFE98F6@crux.nu> commit 5353a6d7172bde2c958ca4e3233ae3818e957430 Author: Fredrik Rinnestam Date: Wed Apr 1 19:47:43 2015 +0200 ncdu: moved from contrib diff --git a/ncdu/.footprint b/ncdu/.footprint new file mode 100644 index 0000000..9f4d51d --- /dev/null +++ b/ncdu/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ncdu +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/ncdu.1.gz diff --git a/ncdu/.md5sum b/ncdu/.md5sum new file mode 100644 index 0000000..0a4bcba --- /dev/null +++ b/ncdu/.md5sum @@ -0,0 +1 @@ +7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile new file mode 100644 index 0000000..36d1ad3 --- /dev/null +++ b/ncdu/Pkgfile @@ -0,0 +1,15 @@ +# Description: NCurses Disk Usage +# URL: http://dev.yorhel.nl/ncdu/ +# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu + +name=ncdu +version=1.10 +release=1 +source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install +} From crux at crux.nu Thu Apr 2 07:42:25 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 2 Apr 2015 09:42:25 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): subversion-perl: updated to 1.8.13 Message-ID: <20150402074225.C83F3E98F6@crux.nu> commit 6868b0ac7db6b59a538d8a20ad839cb1a97adf6b Author: Jose V Beneyto Date: Thu Apr 2 09:39:03 2015 +0200 subversion-perl: updated to 1.8.13 diff --git a/subversion-perl/.md5sum b/subversion-perl/.md5sum index 13602d9..81d9b5a 100644 --- a/subversion-perl/.md5sum +++ b/subversion-perl/.md5sum @@ -1 +1 @@ -3068256761b40863df96128834d6b71b subversion-1.8.10.tar.bz2 +4413417b529d7bdf82f74e50df02e88b subversion-1.8.13.tar.bz2 diff --git a/subversion-perl/Pkgfile b/subversion-perl/Pkgfile index 5c6c0a1..3968671 100644 --- a/subversion-perl/Pkgfile +++ b/subversion-perl/Pkgfile @@ -5,7 +5,7 @@ # Depends on: subversion swig name=subversion-perl -version=1.8.10 +version=1.8.13 release=1 source=(http://www.apache.org/dist/subversion/subversion-$version.tar.bz2) From crux at crux.nu Thu Apr 2 07:42:25 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 2 Apr 2015 09:42:25 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): subversion-python: updated to 1.8.13 Message-ID: <20150402074225.DFEB2E9900@crux.nu> commit f9876dbfbd5802e357dec321afc9aec286931d0c Author: Jose V Beneyto Date: Thu Apr 2 09:38:39 2015 +0200 subversion-python: updated to 1.8.13 diff --git a/subversion-python/.md5sum b/subversion-python/.md5sum index 13602d9..81d9b5a 100644 --- a/subversion-python/.md5sum +++ b/subversion-python/.md5sum @@ -1 +1 @@ -3068256761b40863df96128834d6b71b subversion-1.8.10.tar.bz2 +4413417b529d7bdf82f74e50df02e88b subversion-1.8.13.tar.bz2 diff --git a/subversion-python/Pkgfile b/subversion-python/Pkgfile index 647ca51..79517ab 100644 --- a/subversion-python/Pkgfile +++ b/subversion-python/Pkgfile @@ -5,7 +5,7 @@ # Depends on: subversion swig name=subversion-python -version=1.8.10 +version=1.8.13 release=1 source=(http://www.apache.org/dist/subversion/subversion-$version.tar.bz2) From crux at crux.nu Fri Apr 3 10:07:10 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:10 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] stunnel: update to 5.14 Message-ID: <20150403100710.C1BA9E98F6@crux.nu> commit 193e5b56a9084a7f59b64d9103e3cf47a620ccaa Author: Juergen Daubert Date: Fri Apr 3 12:06:03 2015 +0200 [notify] stunnel: update to 5.14 includes a security fix, see https://www.stunnel.org/sdf_ChangeLog.html diff --git a/stunnel/.md5sum b/stunnel/.md5sum index f2c71a2..bf4287d 100644 --- a/stunnel/.md5sum +++ b/stunnel/.md5sum @@ -1,3 +1,3 @@ -41e68853b8005ad297354e5097856773 stunnel -1cd9997d6de9e8c82ac561039a33c329 stunnel-5.13.tar.gz -1f4f1cad1434b7d8641bd2ebe2be6e1c stunnel-config.patch +fd36d81539b5268afb99f51fdb090f95 stunnel +e716501960dc6856d80f92547298f724 stunnel-5.14.tar.gz +00bfe2db668d5558482238dbf796c2aa stunnel-config.patch diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index 84c2956..d468fa2 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl tcp_wrappers zlib name=stunnel -version=5.13 +version=5.14 release=1 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ $name-config.patch $name) diff --git a/stunnel/stunnel b/stunnel/stunnel index 313552d..30cf302 100644 --- a/stunnel/stunnel +++ b/stunnel/stunnel @@ -27,7 +27,7 @@ restart) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;; diff --git a/stunnel/stunnel-config.patch b/stunnel/stunnel-config.patch index 0e24b93..b712e7e 100644 --- a/stunnel/stunnel-config.patch +++ b/stunnel/stunnel-config.patch @@ -1,18 +1,18 @@ -diff -Nru stunnel-5.07.orig/src/Makefile.in stunnel-5.07/src/Makefile.in ---- stunnel-5.07.orig/src/Makefile.in 2014-11-02 13:28:56.464569838 +0100 -+++ stunnel-5.07/src/Makefile.in 2014-11-02 13:29:17.703827231 +0100 -@@ -310,7 +310,7 @@ +diff -Nru stunnel-5.14.orig/src/Makefile.in stunnel-5.14/src/Makefile.in +--- stunnel-5.14.orig/src/Makefile.in 2015-03-26 11:18:09.430260236 +0100 ++++ stunnel-5.14/src/Makefile.in 2015-03-26 11:18:21.656486171 +0100 +@@ -387,7 +387,7 @@ # Additional preprocesor definitions stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \ - -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' + -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' - # Win32 executable - EXTRA_DIST = make.bat makece.bat makew32.bat mingw.mak evc.mak vc.mak \ -diff -Nru stunnel-5.07.orig/tools/stunnel.conf-sample.in stunnel-5.07/tools/stunnel.conf-sample.in ---- stunnel-5.07.orig/tools/stunnel.conf-sample.in 2014-11-02 13:28:56.464569838 +0100 -+++ stunnel-5.07/tools/stunnel.conf-sample.in 2014-11-02 13:34:24.086448235 +0100 + # SSL library + stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto +diff -Nru stunnel-5.14.orig/tools/stunnel.conf-sample.in stunnel-5.14/tools/stunnel.conf-sample.in +--- stunnel-5.14.orig/tools/stunnel.conf-sample.in 2015-03-26 11:18:09.430260236 +0100 ++++ stunnel-5.14/tools/stunnel.conf-sample.in 2015-03-26 11:18:21.656486171 +0100 @@ -10,25 +10,34 @@ ; A copy of some devices and system files is needed within the chroot jail ; Chroot conflicts with configuration file reload and many other features From crux at crux.nu Fri Apr 3 10:07:10 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:10 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): whois: update to 5.2.7 Message-ID: <20150403100710.D7E68E9900@crux.nu> commit 19b9a120b92b99e443f4a353a0546f0f145ed417 Author: Juergen Daubert Date: Fri Apr 3 12:02:26 2015 +0200 whois: update to 5.2.7 diff --git a/whois/.md5sum b/whois/.md5sum index d7cc653..172788e 100644 --- a/whois/.md5sum +++ b/whois/.md5sum @@ -1 +1 @@ -20bfee4d10f850fe28bcc5fd8342e7bb whois_5.2.6.tar.xz +5dc3d9d77224109f61b5dd1e7cfafebc whois_5.2.7.tar.xz diff --git a/whois/Pkgfile b/whois/Pkgfile index afdea75..5c65233 100644 --- a/whois/Pkgfile +++ b/whois/Pkgfile @@ -4,7 +4,7 @@ # Packager: Olle Gustafsson, ogg at linux dot se name=whois -version=5.2.6 +version=5.2.7 release=1 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz) From crux at crux.nu Fri Apr 3 10:07:10 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:10 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): squid: update to 3.5.3 Message-ID: <20150403100710.E879FE9905@crux.nu> commit cb701b7bf417e2d5c0d0a1600e8f3119555fd4f2 Author: Juergen Daubert Date: Fri Apr 3 12:01:43 2015 +0200 squid: update to 3.5.3 diff --git a/squid/.md5sum b/squid/.md5sum index 00995a1..f3bd882 100644 --- a/squid/.md5sum +++ b/squid/.md5sum @@ -1,2 +1,2 @@ -94c84d700860430c8fac78f6008d2dd7 squid -0330ec9f69e333c2a81fa4502ba96a22 squid-3.5.2.tar.xz +be8031c772fc51aaa1a9fb22ecac6585 squid +6cd553300a2253c0913f498beb79ee51 squid-3.5.3.tar.xz diff --git a/squid/Pkgfile b/squid/Pkgfile index 147849a..d9ca7cf 100644 --- a/squid/Pkgfile +++ b/squid/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=squid -version=3.5.2 +version=3.5.3 release=1 source=(http://www.squid-cache.org/Versions/v3/3.5/$name-$version.tar.xz squid) diff --git a/squid/squid b/squid/squid index 8dab2e4..116a338 100644 --- a/squid/squid +++ b/squid/squid @@ -28,7 +28,7 @@ reload) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;; From crux at crux.nu Fri Apr 3 10:07:11 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:11 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): samhain: update to 3.1.5 Message-ID: <20150403100711.02684E990C@crux.nu> commit 7cc833c66f06f67f71e076346a01d6b4eb6360f2 Author: Juergen Daubert Date: Fri Apr 3 11:58:51 2015 +0200 samhain: update to 3.1.5 diff --git a/samhain/.md5sum b/samhain/.md5sum index c44a317..591ae9e 100644 --- a/samhain/.md5sum +++ b/samhain/.md5sum @@ -1 +1 @@ -ab98ec26e0e8562034d943be1800eeb5 samhain_signed-3.1.4.tar.gz +b72b526c6ee504317981e6dba1673b9d samhain_signed-3.1.5.tar.gz diff --git a/samhain/Pkgfile b/samhain/Pkgfile index 3b30409..66afe78 100644 --- a/samhain/Pkgfile +++ b/samhain/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=samhain -version=3.1.4 +version=3.1.5 release=1 source=(http://la-samhna.de/archive/${name}_signed-$version.tar.gz) From crux at crux.nu Fri Apr 3 10:07:11 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:11 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): mpg123: update to 1.22.1 Message-ID: <20150403100711.0BE55E990D@crux.nu> commit ebb76b8c6d81b6bae21510d2add5d543e1f98cc2 Author: Juergen Daubert Date: Fri Apr 3 11:58:01 2015 +0200 mpg123: update to 1.22.1 diff --git a/mpg123/.md5sum b/mpg123/.md5sum index 0ee33ae..af800c5 100644 --- a/mpg123/.md5sum +++ b/mpg123/.md5sum @@ -1 +1 @@ -33069bff83413824669c8ecb37e706d5 mpg123-1.22.0.tar.bz2 +abf310c716d56c283561eff0903bcb69 mpg123-1.22.1.tar.bz2 diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile index cf6fdbb..96f7602 100644 --- a/mpg123/Pkgfile +++ b/mpg123/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libtool, alsa-lib name=mpg123 -version=1.22.0 +version=1.22.1 release=1 source=(http://www.mpg123.de/download/$name-$version.tar.bz2) From crux at crux.nu Fri Apr 3 10:07:11 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:07:11 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): ghostscript: update to 9.16 Message-ID: <20150403100711.14313E990E@crux.nu> commit d31f76bd203843513491343028b2383c85cefcb3 Author: Juergen Daubert Date: Fri Apr 3 11:55:43 2015 +0200 ghostscript: update to 9.16 diff --git a/ghostscript/.footprint b/ghostscript/.footprint index eda65be..a6b6fdd 100644 --- a/ghostscript/.footprint +++ b/ghostscript/.footprint @@ -41,9 +41,9 @@ drwxr-xr-x root/root usr/include/ijs/ -rw-r--r-- root/root usr/include/ijs/ijs_client.h -rw-r--r-- root/root usr/include/ijs/ijs_server.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libgs.so -> libgs.so.9.15 -lrwxrwxrwx root/root usr/lib/libgs.so.9 -> libgs.so.9.15 --rwxr-xr-x root/root usr/lib/libgs.so.9.15 +lrwxrwxrwx root/root usr/lib/libgs.so -> libgs.so.9.16 +lrwxrwxrwx root/root usr/lib/libgs.so.9 -> libgs.so.9.16 +-rwxr-xr-x root/root usr/lib/libgs.so.9.16 -rwxr-xr-x root/root usr/lib/libijs-0.35.so -rw-r--r-- root/root usr/lib/libijs.a -rwxr-xr-x root/root usr/lib/libijs.la @@ -79,187 +79,187 @@ lrwxrwxrwx root/root usr/man/man1/ps2pdf14.1.gz -> ps2pdf.1.gz -rw-r--r-- root/root usr/man/man1/wftopfa.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/ghostscript/ -drwxr-xr-x root/root usr/share/ghostscript/9.15/ -drwxr-xr-x root/root usr/share/ghostscript/9.15/lib/ --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PDFA_def.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PDFX_def.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PM760p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PM760pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PM820p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/PM820pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc670p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc670pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc680p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc680pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc740p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc740pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc760p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc760pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc777p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stc777pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stp720p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stp720pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stp870p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/Stp870pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/acctest.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/addxchar.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/align.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8.rpd --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8gc12f.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8hg12f.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8oh06n.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8pa06n.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8pp12f.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bj8ts06n.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc6000a1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc6000b1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a0.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a2.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a3.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a4.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a5.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a6.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a7.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610a8.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b2.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b3.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b4.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b6.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b7.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/bjc610b8.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/caption.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cbjc600.ppd --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cbjc800.ppd --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cdj550.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cdj690.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cdj690ec.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/cid2code.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/decrypt.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/dmp_init.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/dmp_site.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/dnj750c.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/dnj750m.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/docie.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/escp_24.src --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/font2c.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/font2pcl.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ghostpdf.ppd --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_ce_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_cmdl.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_il2_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_kanji.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_ksb_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_l.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_l.xpm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_l_m.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_lgo_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_lgx_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_m.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_m.xpm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_m_m.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_pfile.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_rdlin.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_s.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_s.xpm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_s_m.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_t.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_t.xpm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_t_m.xbm --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_wl1_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_wl2_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gs_wl5_e.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gslp.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/gsnup.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ht_ccsto.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/image-qa.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/impath.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/jispaper.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/landscap.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/level1.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/lines.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/markhint.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/markpath.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/mkcidfm.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/necp2x.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/necp2x6.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/packfile.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pcharstr.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pdf2dsc.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pdfwrite.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pf2afm.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pfbtopfa.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ppath.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/pphs.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/prfont.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/printafm.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ps2ai.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ps2ascii.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ps2epsi.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/quit.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras24.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras3.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras32.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras4.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/ras8m.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/rollconv.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/s400a1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/s400b1.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/sharp.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/showchar.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/showpage.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/sipixa6.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640ih.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640ihg.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640pg.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/st640plg.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc1520h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc2.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc200_h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc2_h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc2s_h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc300.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc300bl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc300bm.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc500p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc500ph.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc600ih.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc600p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc600pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc640p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc740ih.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc800ih.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc800p.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc800pl.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc_h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stc_l.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stcany.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stcany_h.upp --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stcinfo.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stcolor.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/stocht.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/traceimg.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/traceop.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/type1enc.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/type1ops.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/uninfo.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/unprot.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewcmyk.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewgif.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewjpeg.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewmiff.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewpbm.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewpcx.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/viewps2a.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/wftopfa.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/winmaps.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/wrfont.ps --rw-r--r-- root/root usr/share/ghostscript/9.15/lib/zeroline.ps +drwxr-xr-x root/root usr/share/ghostscript/9.16/ +drwxr-xr-x root/root usr/share/ghostscript/9.16/lib/ +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PDFA_def.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PDFX_def.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PM760p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PM760pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PM820p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/PM820pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc670p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc670pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc680p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc680pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc740p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc740pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc760p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc760pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc777p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stc777pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stp720p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stp720pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stp870p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/Stp870pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/acctest.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/addxchar.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/align.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8.rpd +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8gc12f.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8hg12f.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8oh06n.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8pa06n.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8pp12f.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bj8ts06n.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc6000a1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc6000b1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a0.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a2.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a3.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a4.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a5.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a6.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a7.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610a8.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b2.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b3.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b4.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b6.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b7.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/bjc610b8.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/caption.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cbjc600.ppd +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cbjc800.ppd +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cdj550.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cdj690.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cdj690ec.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/cid2code.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/decrypt.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/dmp_init.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/dmp_site.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/dnj750c.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/dnj750m.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/docie.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/escp_24.src +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/font2c.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/font2pcl.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ghostpdf.ppd +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_ce_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_cmdl.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_il2_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_kanji.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_ksb_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_l.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_l.xpm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_l_m.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_lgo_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_lgx_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_m.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_m.xpm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_m_m.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_pfile.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_rdlin.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_s.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_s.xpm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_s_m.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_t.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_t.xpm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_t_m.xbm +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_wl1_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_wl2_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gs_wl5_e.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gslp.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/gsnup.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ht_ccsto.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/image-qa.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/impath.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/jispaper.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/landscap.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/level1.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/lines.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/markhint.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/markpath.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/mkcidfm.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/necp2x.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/necp2x6.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/packfile.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pcharstr.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pdf2dsc.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pdfwrite.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pf2afm.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pfbtopfa.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ppath.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/pphs.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/prfont.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/printafm.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ps2ai.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ps2ascii.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ps2epsi.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/quit.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras24.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras3.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras32.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras4.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/ras8m.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/rollconv.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/s400a1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/s400b1.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/sharp.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/showchar.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/showpage.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/sipixa6.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640ih.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640ihg.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640pg.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/st640plg.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc1520h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc2.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc200_h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc2_h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc2s_h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc300.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc300bl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc300bm.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc500p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc500ph.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc600ih.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc600p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc600pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc640p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc740ih.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc800ih.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc800p.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc800pl.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc_h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stc_l.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stcany.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stcany_h.upp +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stcinfo.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stcolor.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/stocht.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/traceimg.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/traceop.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/type1enc.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/type1ops.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/uninfo.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/unprot.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewcmyk.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewgif.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewjpeg.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewmiff.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewpbm.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewpcx.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/viewps2a.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/wftopfa.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/winmaps.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/wrfont.ps +-rw-r--r-- root/root usr/share/ghostscript/9.16/lib/zeroline.ps drwxr-xr-x root/root usr/share/ghostscript/fonts/ -rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.afm -rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.pfb diff --git a/ghostscript/.md5sum b/ghostscript/.md5sum index f43057f..80faf7e 100644 --- a/ghostscript/.md5sum +++ b/ghostscript/.md5sum @@ -1,2 +1,2 @@ -0ee21d975c67a4883ba66bcc332418f5 ghostscript-9.15.tar.bz2 +21732fd6e39acc283bc623b8842cbfbb ghostscript-9.16.tar.bz2 6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 1f2f4b1..a18c981 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux, cups, fontconfig, xorg-libxt, xorg-libxext name=ghostscript -version=9.15 +version=9.16 release=1 source=(http://downloads.ghostscript.com/public/$name-$version.tar.bz2 http://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) From crux at crux.nu Fri Apr 3 10:08:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:08:41 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): man-pages: update to 3.82 Message-ID: <20150403100841.C21B1E98F6@crux.nu> commit 1348e8a87b93ec171a5f753ad259eb892186cffc Author: Juergen Daubert Date: Fri Apr 3 12:08:32 2015 +0200 man-pages: update to 3.82 diff --git a/man-pages/.footprint b/man-pages/.footprint index 30c1788..b1c2b32 100644 --- a/man-pages/.footprint +++ b/man-pages/.footprint @@ -3325,6 +3325,7 @@ drwxr-xr-x root/root usr/man/man7/ -rw-r--r-- root/root usr/man/man7/namespaces.7.gz -rw-r--r-- root/root usr/man/man7/netdevice.7.gz -rw-r--r-- root/root usr/man/man7/netlink.7.gz +-rw-r--r-- root/root usr/man/man7/nptl.7.gz -rw-r--r-- root/root usr/man/man7/numa.7.gz -rw-r--r-- root/root usr/man/man7/operator.7.gz -rw-r--r-- root/root usr/man/man7/packet.7.gz diff --git a/man-pages/.md5sum b/man-pages/.md5sum index 97d9997..0a17a88 100644 --- a/man-pages/.md5sum +++ b/man-pages/.md5sum @@ -1,2 +1,2 @@ -813b4164ff5db0ba6df7ce78b720203d man-pages-3.81.tar.xz +b3d4d949530d0ce13971040b53cf7a39 man-pages-3.82.tar.xz 825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz diff --git a/man-pages/Pkgfile b/man-pages/Pkgfile index 4555acd..26a64d1 100644 --- a/man-pages/Pkgfile +++ b/man-pages/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=man-pages -version=3.81 +version=3.82 release=1 source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \ http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2013-a.tar.xz) From crux at crux.nu Fri Apr 3 10:08:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:08:41 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): dhcpcd: update to 6.8.1 Message-ID: <20150403100841.D9136E9900@crux.nu> commit 91fb6c4f2983cf66324f300997f0b634d38112bb Author: Juergen Daubert Date: Fri Apr 3 12:08:09 2015 +0200 dhcpcd: update to 6.8.1 diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index ec00b4d..43f1556 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -ffb716b0e9327968e7200d519e1d4c0d dhcpcd-6.7.1.tar.bz2 +2a60bd16cf04c9479b895d3f9223bc95 dhcpcd-6.8.1.tar.bz2 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 6c2957e..15b2150 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev name=dhcpcd -version=6.7.1 +version=6.8.1 release=1 source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2) From crux at crux.nu Fri Apr 3 10:32:14 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 3 Apr 2015 12:32:14 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): pmwiki: update to 2.2.74 Message-ID: <20150403103214.DFF22E98F6@crux.nu> commit fa8585f192b9c3c500d608560294b335b635c17e Author: Juergen Daubert Date: Fri Apr 3 12:32:10 2015 +0200 pmwiki: update to 2.2.74 diff --git a/pmwiki/.md5sum b/pmwiki/.md5sum index c468c57..31a09cc 100644 --- a/pmwiki/.md5sum +++ b/pmwiki/.md5sum @@ -1 +1 @@ -082cecb92a6d9d9c43a2edbb54bc051e pmwiki-2.2.72.tgz +9a41c99f312317879dd074f1937873d0 pmwiki-2.2.74.tgz diff --git a/pmwiki/Pkgfile b/pmwiki/Pkgfile index 767fea5..36fde1c 100644 --- a/pmwiki/Pkgfile +++ b/pmwiki/Pkgfile @@ -4,7 +4,7 @@ # Depends on: php-fpm name=pmwiki -version=2.2.72 +version=2.2.74 release=1 source=(http://www.pmwiki.org/pub/$name/$name-$version.tgz) From crux at crux.nu Fri Apr 3 22:21:19 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 00:21:19 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] firefox: updated to 37.0.1. Message-ID: <20150403222119.3FE16E98F6@crux.nu> commit 060fcdcbeda6b64bd731932eef723a4dcd9eef1b Author: Fredrik Rinnestam Date: Sat Apr 4 00:20:55 2015 +0200 [notify] firefox: updated to 37.0.1. Advisory: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/#firefox37.0.1 diff --git a/firefox/.md5sum b/firefox/.md5sum index 9e2ffa5..eefb340 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,4 +1,4 @@ 3ad498a021dcad5ca99b7b3c825d1d7b bz680547.patch -ccdec2d8f362a3782fe74e0ca7f79724 firefox-37.0.source.tar.bz2 +2d466d850ef9b0a71bce3b208f5f884c firefox-37.0.1.source.tar.bz2 1c53b819f800c61cd50e7c47bdb30bf0 firefox-install-dir.patch cf6971669f70b440cb6ff8df8b2722ae firefox.desktop diff --git a/firefox/Pkgfile b/firefox/Pkgfile index cb71710..8068daf 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=37.0 +version=37.0.1 release=1 source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 firefox-install-dir.patch firefox.desktop bz680547.patch) From crux at crux.nu Sat Apr 4 07:46:30 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 09:46:30 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): mod_wsgi: 3.3 -> 4.4.10 Message-ID: <20150404074630.C6806E98F6@crux.nu> commit 7410fbcc6db780be825877d3cb93de75499fd1a4 Author: Danny Rawlins Date: Sat Apr 4 16:59:24 2015 +1100 mod_wsgi: 3.3 -> 4.4.10 diff --git a/mod_wsgi/.md5sum b/mod_wsgi/.md5sum index 4f0ce00..9a5c082 100644 --- a/mod_wsgi/.md5sum +++ b/mod_wsgi/.md5sum @@ -1 +1 @@ -6172bb2bbabcd0c25867c2bc06f99dbb mod_wsgi-3.3.tar.gz +82d8c8a9e4c9acffb08e4489c2054509 4.4.10.tar.gz diff --git a/mod_wsgi/Pkgfile b/mod_wsgi/Pkgfile index dce746e..eefdeae 100644 --- a/mod_wsgi/Pkgfile +++ b/mod_wsgi/Pkgfile @@ -1,13 +1,13 @@ -# Description: Apache mod_wsgi adapter. -# URL: http://code.google.com/p/modwsgi/ +# Description: Python WSGI adapter module for Apache. +# URL: http://www.modwsgi.org/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: James Mills, prologic at shortcircuit dot net dot au # Depends on: apache python name=mod_wsgi -version=3.3 +version=4.4.10 release=1 -source=(http://modwsgi.googlecode.com/files/mod_wsgi-$version.tar.gz) +source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz) build() { cd mod_wsgi-$version From crux at crux.nu Sat Apr 4 10:02:53 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:02:53 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): wine: 1.7.39 -> 1.7.40 Message-ID: <20150404100253.E57F3E98F6@crux.nu> commit db06dfbefd0bfc4e9374a398bc3d5a547138c141 Author: Danny Rawlins Date: Sat Apr 4 21:02:43 2015 +1100 wine: 1.7.39 -> 1.7.40 diff --git a/wine/.footprint b/wine/.footprint index ce13e59..914336d 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -446,6 +446,7 @@ drwxr-xr-x root/root usr/include/wine/windows/ddk/ -rw-r--r-- root/root usr/include/wine/windows/mediaobj.idl -rw-r--r-- root/root usr/include/wine/windows/metahost.h -rw-r--r-- root/root usr/include/wine/windows/metahost.idl +-rw-r--r-- root/root usr/include/wine/windows/mfapi.h -rw-r--r-- root/root usr/include/wine/windows/mferror.h -rw-r--r-- root/root usr/include/wine/windows/midles.h -rw-r--r-- root/root usr/include/wine/windows/mimeinfo.h @@ -1735,6 +1736,7 @@ drwxr-xr-x root/root usr/lib/wine/fakedlls/ -rw-r--r-- root/root usr/lib/wine/libmshtml.def -rw-r--r-- root/root usr/lib/wine/libmsi.def -rw-r--r-- root/root usr/lib/wine/libmsimg32.def +-rw-r--r-- root/root usr/lib/wine/libmspatcha.def -rw-r--r-- root/root usr/lib/wine/libmsvcr100.def -rw-r--r-- root/root usr/lib/wine/libmsvcr110.def -rw-r--r-- root/root usr/lib/wine/libmsvcr120.def @@ -3132,6 +3134,7 @@ drwxr-xr-x root/root usr/lib32/wine/fakedlls/ -rw-r--r-- root/root usr/lib32/wine/libmshtml.def -rw-r--r-- root/root usr/lib32/wine/libmsi.def -rw-r--r-- root/root usr/lib32/wine/libmsimg32.def +-rw-r--r-- root/root usr/lib32/wine/libmspatcha.def -rw-r--r-- root/root usr/lib32/wine/libmsvcr100.def -rw-r--r-- root/root usr/lib32/wine/libmsvcr110.def -rw-r--r-- root/root usr/lib32/wine/libmsvcr120.def diff --git a/wine/.md5sum b/wine/.md5sum index 3c100f9..bbddd07 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1,4 +1,4 @@ -eada8f9fde77a72e1d1f682020d4cbfe wine-1.7.39.tar.bz2 +7c1dc804be000d73bc8c2afa623aa9e5 wine-1.7.40.tar.bz2 6cec03fb81eb083c517c9bb2d70a1424 wine-mono-4.5.6.msi 490668a7f1cb42ceba56208bfe51334f wine_gecko-2.36-x86.msi 7f0826b2592d35129c54bcbf612eea63 wine_gecko-2.36-x86_64.msi diff --git a/wine/Pkgfile b/wine/Pkgfile index 2318c67..137b949 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-turbo-32 prelink gnutls-32 name=wine -version=1.7.39 +version=1.7.40 release=1 source=(http://downloads.sourceforge.net/wine/$name-$version.tar.bz2 http://downloads.sourceforge.net/wine/wine_gecko-2.36-x86.msi From crux at crux.nu Sat Apr 4 10:06:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:06:03 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): mpg123-32: 1.22.0 -> 1.22.1 Message-ID: <20150404100603.BB6E2E98F6@crux.nu> commit 03f6d19b8735d7b248b15f6ab9347b919b861765 Author: Danny Rawlins Date: Sat Apr 4 21:05:45 2015 +1100 mpg123-32: 1.22.0 -> 1.22.1 diff --git a/mpg123-32/.md5sum b/mpg123-32/.md5sum index 0ee33ae..af800c5 100644 --- a/mpg123-32/.md5sum +++ b/mpg123-32/.md5sum @@ -1 +1 @@ -33069bff83413824669c8ecb37e706d5 mpg123-1.22.0.tar.bz2 +abf310c716d56c283561eff0903bcb69 mpg123-1.22.1.tar.bz2 diff --git a/mpg123-32/Pkgfile b/mpg123-32/Pkgfile index 2d85524..3c4aef1 100644 --- a/mpg123-32/Pkgfile +++ b/mpg123-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libtool alsa-lib-32 mpg123 name=mpg123-32 -version=1.22.0 +version=1.22.1 release=1 source=(http://www.mpg123.de/download/mpg123-$version.tar.bz2) From crux at crux.nu Sat Apr 4 10:11:49 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:11:49 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): qt4-32: remove unused patch Message-ID: <20150404101149.2DA93E98F6@crux.nu> commit 59403e41a353e98dafe3e7527da3bbe893823bfc Author: Danny Rawlins Date: Sat Apr 4 21:11:08 2015 +1100 qt4-32: remove unused patch diff --git a/qt4-32/boost-1.48.patch b/qt4-32/boost-1.48.patch deleted file mode 100644 index fa82334..0000000 --- a/qt4-32/boost-1.48.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp.moc-boost148 qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp ---- qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp.moc-boost148 2012-11-23 04:09:53.000000000 -0600 -+++ qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp 2013-02-11 07:07:18.942748176 -0600 -@@ -187,6 +187,11 @@ int runMoc(int _argc, char **_argv) - Moc moc; - pp.macros["Q_MOC_RUN"]; - pp.macros["__cplusplus"]; -+ -+ // Workaround a bugs while parsing some boost headers. See QTBUG-22829 -+ pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"]; -+ pp.macros["BOOST_LEXICAL_CAST_INCLUDED"]; -+ - QByteArray filename; - QByteArray output; - FILE *in = 0; From crux at crux.nu Sat Apr 4 10:13:38 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:13:38 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): libvorbis-32: remove unused patch Message-ID: <20150404101338.BAFC0E98F6@crux.nu> commit fd812be86cfa20f0be4bdabb55a0b5a5160f8664 Author: Danny Rawlins Date: Sat Apr 4 21:12:29 2015 +1100 libvorbis-32: remove unused patch diff --git a/libvorbis-32/libvorbis.diff b/libvorbis-32/libvorbis.diff deleted file mode 100644 index 938a9ca..0000000 --- a/libvorbis-32/libvorbis.diff +++ /dev/null @@ -1,24 +0,0 @@ -# Stolen from Mozilla, with minor adjustments. -# Author: Timothy B. Terriberry - -diff --git a/media/libvorbis/lib/floor1.c b/media/libvorbis/lib/floor1.c ---- a/media/libvorbis/lib/floor1.c -+++ b/media/libvorbis/lib/floor1.c -@@ -162,16 +162,17 @@ static vorbis_info_floor *floor1_unpack - - /* read the post list */ - info->mult=oggpack_read(opb,2)+1; /* only 1,2,3,4 legal now */ - rangebits=oggpack_read(opb,4); - if(rangebits<0)goto err_out; - - for(j=0,k=0;jpartitions;j++){ - count+=info->class_dim[info->partitionclass[j]]; -+ if(count>VIF_POSIT) goto err_out; - for(;kpostlist[k+2]=oggpack_read(opb,rangebits); - if(t<0 || t>=(1<postlist[0]=0; - info->postlist[1]=1< commit 8f1cb57fbd22d977dac82bd8fdedf87601d17881 Author: Danny Rawlins Date: Sat Apr 4 21:16:54 2015 +1100 xorg-xcursorgen: remove unused patch diff --git a/xorg-xcursorgen/xorg-xcursorgen.diff b/xorg-xcursorgen/xorg-xcursorgen.diff deleted file mode 100644 index 4418b96..0000000 --- a/xorg-xcursorgen/xorg-xcursorgen.diff +++ /dev/null @@ -1,80 +0,0 @@ -Adjusted from commit 9e7c41e0e16183110cd7b28d012a0bb69aed4655 upstream. - -diff -aur xcursorgen-1.0.3.orig/configure xcursorgen-1.0.3/configure ---- xcursorgen-1.0.3.orig/configure 2009-10-17 02:42:25.000000000 +0200 -+++ xcursorgen-1.0.3/configure 2010-09-05 11:59:50.910999988 +0200 -@@ -5043,12 +5043,12 @@ - pkg_cv_XCURSORGEN_CFLAGS="$XCURSORGEN_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xcursor libpng12\"") >&5 -- ($PKG_CONFIG --exists --print-errors "x11 xcursor libpng12") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xcursor libpng >= 1.2.0\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "x11 xcursor libpng >= 1.2.0") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_XCURSORGEN_CFLAGS=`$PKG_CONFIG --cflags "x11 xcursor libpng12" 2>/dev/null` -+ pkg_cv_XCURSORGEN_CFLAGS=`$PKG_CONFIG --cflags "x11 xcursor libpng >= 1.2.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -5059,12 +5059,12 @@ - pkg_cv_XCURSORGEN_LIBS="$XCURSORGEN_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xcursor libpng12\"") >&5 -- ($PKG_CONFIG --exists --print-errors "x11 xcursor libpng12") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xcursor libpng >= 1.2.0\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "x11 xcursor libpng >= 1.2.0") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_XCURSORGEN_LIBS=`$PKG_CONFIG --libs "x11 xcursor libpng12" 2>/dev/null` -+ pkg_cv_XCURSORGEN_LIBS=`$PKG_CONFIG --libs "x11 xcursor libpng >= 1.2.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -5082,14 +5082,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- XCURSORGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11 xcursor libpng12" 2>&1` -+ XCURSORGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11 xcursor libpng >= 1.2.0" 2>&1` - else -- XCURSORGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11 xcursor libpng12" 2>&1` -+ XCURSORGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11 xcursor libpng >= 1.2.0" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$XCURSORGEN_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements (x11 xcursor libpng12) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements (x11 xcursor libpng >= 1.2.0) were not met: - - $XCURSORGEN_PKG_ERRORS - -@@ -5100,7 +5100,7 @@ - and XCURSORGEN_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --$as_echo "$as_me: error: Package requirements (x11 xcursor libpng12) were not met: -+$as_echo "$as_me: error: Package requirements (x11 xcursor libpng >= 1.2.0) were not met: - - $XCURSORGEN_PKG_ERRORS - - - -diff --git a/xcursorgen.c b/xcursorgen.c -index fc80f6d..daae18b 100644 ---- a/xcursorgen.c -+++ b/xcursorgen.c -@@ -196,7 +196,7 @@ load_image (struct flist *list, char *prefix) - return NULL; - } - -- if (setjmp (png->jmpbuf)) -+ if (setjmp (png_jmpbuf(png))) - { - png_destroy_read_struct (&png, &info, NULL); - return NULL; - From crux at crux.nu Sat Apr 4 10:30:10 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:30:10 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): setuptools: 14.1.1 -> 15.0 Message-ID: <20150404103010.19AF0E98F6@crux.nu> commit c6ce0c749f29eb6be5fedd92436d18e511af61e5 Author: Danny Rawlins Date: Sat Apr 4 21:29:40 2015 +1100 setuptools: 14.1.1 -> 15.0 diff --git a/setuptools/.footprint b/setuptools/.footprint index 8170f96..7bd0110 100644 --- a/setuptools/.footprint +++ b/setuptools/.footprint @@ -52,14 +52,14 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/pkg_resources/tests/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/pkg_resources/tests/test_resources.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/pkg_resources/tests/test_resources.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/pkg_resources/tests/test_resources.pyo -drwxr-xr-x root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/ --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/PKG-INFO --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/SOURCES.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/dependency_links.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/entry_points.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/requires.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/top_level.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-14.1.1-py2.7.egg-info/zip-safe +drwxr-xr-x root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/ +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/PKG-INFO +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/SOURCES.txt +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/dependency_links.txt +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/entry_points.txt +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/requires.txt +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/top_level.txt +-rw-rw-r-- root/root usr/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg-info/zip-safe drwxr-xr-x root/root usr/lib/python2.7/site-packages/setuptools/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/setuptools/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/setuptools/__init__.pyc diff --git a/setuptools/.md5sum b/setuptools/.md5sum index 358a14a..af8c641 100644 --- a/setuptools/.md5sum +++ b/setuptools/.md5sum @@ -1 +1 @@ -babf06056ce4314cd4c51259582982b7 setuptools-14.1.1.tar.gz +2a6b2901b6c265d682139345849cbf03 setuptools-15.0.tar.gz diff --git a/setuptools/Pkgfile b/setuptools/Pkgfile index 2dc6c3d..fcf7f8a 100644 --- a/setuptools/Pkgfile +++ b/setuptools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python name=setuptools -version=14.1.1 +version=15.0 release=1 source=(http://pypi.python.org/packages/source/s/$name/$name-$version.tar.gz) From crux at crux.nu Sat Apr 4 10:44:34 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 4 Apr 2015 12:44:34 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): eudev: update to 3.0 Message-ID: <20150404104434.A12FFE98F6@crux.nu> commit 9a358786ec40be4ca94f27f6cd4becd4e0f1f2fe Author: Juergen Daubert Date: Sat Apr 4 12:41:14 2015 +0200 eudev: update to 3.0 version 3.0 introduces a new build-time dependency to opt/gperf. See [1] for a discussion about the issue. We've added a simple patch to remove the dependency for now and added two preprocessed header files. These files are generated with gperf from the /usr/include/linux/input.h kernel header which is part of our glibc package. For the future (CRUX 3.2) we should avoid that and add gperf to our core collection, not a big deal because it's only one 83K binary. [1] https://github.com/gentoo/eudev/issues/75 diff --git a/eudev/.footprint b/eudev/.footprint index 91036be..6fbd61b 100644 --- a/eudev/.footprint +++ b/eudev/.footprint @@ -11,12 +11,15 @@ drwxr-xr-x root/root etc/udev/hwdb.d/ -rw-r--r-- root/root etc/udev/hwdb.d/20-sdio-vendor-model.hwdb -rw-r--r-- root/root etc/udev/hwdb.d/20-usb-classes.hwdb -rw-r--r-- root/root etc/udev/hwdb.d/20-usb-vendor-model.hwdb +-rw-r--r-- root/root etc/udev/hwdb.d/60-keyboard.hwdb +-rw-r--r-- root/root etc/udev/hwdb.d/70-mouse.hwdb +-rw-r--r-- root/root etc/udev/hwdb.d/70-touchpad.hwdb drwxr-xr-x root/root etc/udev/rules.d/ -rw-r--r-- root/root etc/udev/udev.conf drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ -lrwxrwxrwx root/root lib/libudev.so.1 -> libudev.so.1.6.0 --rwxr-xr-x root/root lib/libudev.so.1.6.0 +lrwxrwxrwx root/root lib/libudev.so.1 -> libudev.so.1.6.2 +-rwxr-xr-x root/root lib/libudev.so.1.6.2 drwxr-xr-x root/root lib/udev/ -rwxr-xr-x root/root lib/udev/accelerometer -rwxr-xr-x root/root lib/udev/ata_id @@ -31,6 +34,7 @@ drwxr-xr-x root/root lib/udev/rules.d/ -rw-r--r-- root/root lib/udev/rules.d/50-udev-default.rules -rw-r--r-- root/root lib/udev/rules.d/60-cdrom_id.rules -rw-r--r-- root/root lib/udev/rules.d/60-drm.rules +-rw-r--r-- root/root lib/udev/rules.d/60-keyboard.rules -rw-r--r-- root/root lib/udev/rules.d/60-persistent-alsa.rules -rw-r--r-- root/root lib/udev/rules.d/60-persistent-input.rules -rw-r--r-- root/root lib/udev/rules.d/60-persistent-serial.rules @@ -39,6 +43,8 @@ drwxr-xr-x root/root lib/udev/rules.d/ -rw-r--r-- root/root lib/udev/rules.d/60-persistent-v4l.rules -rw-r--r-- root/root lib/udev/rules.d/61-accelerometer.rules -rw-r--r-- root/root lib/udev/rules.d/64-btrfs.rules +-rw-r--r-- root/root lib/udev/rules.d/70-mouse.rules +-rw-r--r-- root/root lib/udev/rules.d/70-touchpad.rules -rw-r--r-- root/root lib/udev/rules.d/75-net-description.rules -rw-r--r-- root/root lib/udev/rules.d/75-probe_mtd.rules -rw-r--r-- root/root lib/udev/rules.d/75-tty-description.rules @@ -61,7 +67,7 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libudev.a -rwxr-xr-x root/root usr/lib/libudev.la -lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.1.6.0 +lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.1.6.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc drwxr-xr-x root/root usr/man/ diff --git a/eudev/.md5sum b/eudev/.md5sum index 7465bf3..2f0618f 100644 --- a/eudev/.md5sum +++ b/eudev/.md5sum @@ -1,4 +1,5 @@ ee21e150df6c804eef03a6cb2fc1cceb 81-crux.rules -dd945ce34314b4544e9036153d3a97e9 eudev-2.1.1.tar.gz -584d89028fd64afb6f248a14594acb64 eudev-man-2.1.1.tar.xz +a2706a1413723b6b82eecb7d6982763c eudev-3.0.tar.gz +9fa96b8b4f5df8ebf1bf574dac5f8d95 eudev-remove_gperf_dep.patch +1dcada037857d727e7d1efb5d8777055 keyboard-keys.tar.xz eb80a77a7ea60e8322116791b65ddc5d start_udev diff --git a/eudev/Pkgfile b/eudev/Pkgfile index 564dadb..c6b0653 100644 --- a/eudev/Pkgfile +++ b/eudev/Pkgfile @@ -4,17 +4,27 @@ # Depends on: kmod name=eudev -version=2.1.1 +version=3.0 release=1 source=(http://dev.gentoo.org/~blueness/$name/$name-$version.tar.gz - $name-man-$version.tar.xz - 81-crux.rules start_udev) + 81-crux.rules start_udev + $name-remove_gperf_dep.patch + keyboard-keys.tar.xz) build() { cd $name-$version + # See https://github.com/gentoo/eudev/issues/75 + # remove build-time dependency to gperf for now + cp $SRC/keyboard-keys-{from,to}-name.h src/udev + patch -p1 -i $SRC/eudev-remove_gperf_dep.patch + + # needed for static linking, e.g. dmsetup.static sed -i '/^Libs:/s/-ludev/-ludev -lrt/' src/libudev/libudev.pc.in + + autoreconf --force --install + ./configure --prefix=/usr \ --sbindir=/sbin --bindir=/sbin \ --sysconfdir=/etc \ @@ -24,11 +34,8 @@ build() { --mandir=/usr/man \ --disable-introspection \ --disable-gudev \ - --disable-keymap \ --disable-manpages \ - --enable-split-usr \ - --enable-modules \ - --enable-libkmod + --enable-split-usr make CFLAGS="$CFLAGS -D_GNU_SOURCE" make install DESTDIR=$PKG diff --git a/eudev/eudev-man-2.1.1.tar.xz b/eudev/eudev-man-2.1.1.tar.xz deleted file mode 100644 index a851fd8..0000000 Binary files a/eudev/eudev-man-2.1.1.tar.xz and /dev/null differ diff --git a/eudev/eudev-remove_gperf_dep.patch b/eudev/eudev-remove_gperf_dep.patch new file mode 100644 index 0000000..d41278c --- /dev/null +++ b/eudev/eudev-remove_gperf_dep.patch @@ -0,0 +1,36 @@ +diff -Nru eudev-3.0.orig/configure.ac eudev-3.0/configure.ac +--- eudev-3.0.orig/configure.ac 2015-04-03 17:20:24.877391002 +0200 ++++ eudev-3.0/configure.ac 2015-04-03 17:21:33.674719712 +0200 +@@ -233,10 +233,6 @@ + AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"]) + + # ------------------------------------------------------------------------------ +-AC_PATH_TOOL(GPERF, gperf) +-if test -z "$GPERF" ; then +- AC_MSG_ERROR([*** gperf not found]) +-fi + + # ------------------------------------------------------------------------------ + GTK_DOC_CHECK([1.18],[--flavour no-tmpl]) +diff -Nru eudev-3.0.orig/src/udev/Makefile.am eudev-3.0/src/udev/Makefile.am +--- eudev-3.0.orig/src/udev/Makefile.am 2015-04-03 17:20:24.874057818 +0200 ++++ eudev-3.0/src/udev/Makefile.am 2015-04-03 17:22:10.553354878 +0200 +@@ -111,18 +111,6 @@ + keyboard-keys-from-name.h \ + keyboard-keys-to-name.h + +-keyboard-keys.txt: Makefile +- $(AM_V_at)$(MKDIR_P) $(dir $@) +- $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h - < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ +- +-keyboard-keys-from-name.gperf: keyboard-keys.txt Makefile +- $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@ +- +-keyboard-keys-from-name.h: keyboard-keys-from-name.gperf Makefile +- $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@ +- +-keyboard-keys-to-name.h: keyboard-keys.txt Makefile +- $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@ + + + BUILT_SOURCES = \ diff --git a/eudev/keyboard-keys.tar.xz b/eudev/keyboard-keys.tar.xz new file mode 100644 index 0000000..32605d2 Binary files /dev/null and b/eudev/keyboard-keys.tar.xz differ From crux at crux.nu Mon Apr 6 07:12:57 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 6 Apr 2015 09:12:57 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): ncdu: updated to 1.11 Message-ID: <20150406071257.1312BE98F6@crux.nu> commit 9d55be5494721546f350dc44105c5d637354b532 Author: Fredrik Rinnestam Date: Mon Apr 6 09:12:20 2015 +0200 ncdu: updated to 1.11 diff --git a/ncdu/.md5sum b/ncdu/.md5sum index 0a4bcba..2ebc6f7 100644 --- a/ncdu/.md5sum +++ b/ncdu/.md5sum @@ -1 +1 @@ -7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz +9e44240a5356b029f05f0e70a63c4d12 ncdu-1.11.tar.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile index 36d1ad3..dcca66e 100644 --- a/ncdu/Pkgfile +++ b/ncdu/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu name=ncdu -version=1.10 +version=1.11 release=1 source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) From crux at crux.nu Mon Apr 6 21:15:34 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 6 Apr 2015 23:15:34 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): chromium-pepperflash: adjust extracting command Message-ID: <20150406211534.F3C9AE98F6@crux.nu> commit 6de07244f913e9faf7f59ff964b5802151d18bdc Author: Thomas Penteker Date: Mon Apr 6 23:15:38 2015 +0200 chromium-pepperflash: adjust extracting command diff --git a/chromium-pepperflash/Pkgfile b/chromium-pepperflash/Pkgfile index bc74379..f311217 100644 --- a/chromium-pepperflash/Pkgfile +++ b/chromium-pepperflash/Pkgfile @@ -11,7 +11,7 @@ source=() build() { wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ar -x google-chrome-stable_current_amd64.deb - tar --use-compress-program=lzma -xf data.tar.lzma + tar -xJf data.tar.xz install -D $SRC/opt/google/chrome/PepperFlash/libpepflashplayer.so \ $PKG/usr/lib/PepperFlash/libpepflashplayer.so From crux at crux.nu Mon Apr 6 21:15:35 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 6 Apr 2015 23:15:35 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): chromium-pdf: adjust extracting command Message-ID: <20150406211535.17DE7E9900@crux.nu> commit de4ae8e6b509da7c1af13ff8468baf73b380e31d Author: Thomas Penteker Date: Mon Apr 6 23:15:26 2015 +0200 chromium-pdf: adjust extracting command diff --git a/chromium-pdf/Pkgfile b/chromium-pdf/Pkgfile index 4724fbc..0b5ce0a 100644 --- a/chromium-pdf/Pkgfile +++ b/chromium-pdf/Pkgfile @@ -11,6 +11,6 @@ source=() build() { wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ar -x google-chrome-stable_current_amd64.deb - tar --use-compress-program=lzma -xf data.tar.lzma + tar -xJf data.tar.xz install -D opt/google/chrome/libpdf.so $PKG/usr/lib/chromium/libpdf.so } From crux at crux.nu Tue Apr 7 10:44:35 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 7 Apr 2015 12:44:35 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): mysql: update to 5.6.24, improved rc script Message-ID: <20150407104435.30C7DE98F6@crux.nu> commit 45e139b36ad55e30b490783b1487546fe1a91540 Author: Juergen Daubert Date: Tue Apr 7 12:44:16 2015 +0200 mysql: update to 5.6.24, improved rc script diff --git a/mysql/.footprint b/mysql/.footprint index fe631ed..14b1840 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -144,6 +144,7 @@ drwxr-xr-x root/root usr/lib/mysql/plugin/ -rw-r--r-- root/root usr/lib/mysql/plugin/daemon_example.ini -rwxr-xr-x root/root usr/lib/mysql/plugin/libdaemon_example.so -rwxr-xr-x root/root usr/lib/mysql/plugin/mypluglib.so +-rwxr-xr-x root/root usr/lib/mysql/plugin/mysql_no_login.so -rwxr-xr-x root/root usr/lib/mysql/plugin/qa_auth_client.so -rwxr-xr-x root/root usr/lib/mysql/plugin/qa_auth_interface.so -rwxr-xr-x root/root usr/lib/mysql/plugin/qa_auth_server.so diff --git a/mysql/.md5sum b/mysql/.md5sum index 4557e09..7103c4c 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ 0bf963dec6788c90f82ab7b104b8f427 my.cnf -60344f26eae136a267a0277407926e79 mysql-5.6.23.tar.gz -642a596f13ebd7e459c5ff2fd382f06b mysqld +68e1911f70eb1b02170d4f96bf0f0f88 mysql-5.6.24.tar.gz +464c23eafb83d93f24d2a04415db2202 mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 2de6685..b718278 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: tcp_wrappers ncurses zlib openssl cmake libaio name=mysql -version=5.6.23 +version=5.6.24 release=1 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \ my.cnf mysqld) diff --git a/mysql/mysqld b/mysql/mysqld index 4775f33..eb9b74e 100644 --- a/mysql/mysqld +++ b/mysql/mysqld @@ -3,28 +3,35 @@ # /etc/rc.d/mysqld: start/stop mysqld daemon # +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/mysqld MYSQL_CFG=/etc/my.cnf - -MYSQL_PID=`sed -n 's/^pid-file[ \t]*=[ \t]*//p' $MYSQL_CFG` -MYSQL_USR=`sed -n 's/^user[ \t]*=[ \t]*//p' $MYSQL_CFG` +PID=$(sed -n 's/^pid-file[ \t]*=[ \t]*//p' $MYSQL_CFG) +USR=$(sed -n 's/^user[ \t]*=[ \t]*//p' $MYSQL_CFG) case $1 in start) - touch $MYSQL_PID - chown $MYSQL_USR $MYSQL_PID - /usr/sbin/mysqld & + touch $PID && chown $USR:$USR $PID + $SSD --start --background --pidfile $PID --exec $PROG ;; stop) - killall -q /usr/sbin/mysqld - rm $MYSQL_PID + $SSD --stop --remove-pidfile --retry 10 --pidfile $PID ;; restart) $0 stop - sleep 2 $0 start ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; *) - echo "usage: $0 [start|stop|restart]" + echo "usage: $0 [start|stop|restart|status]" ;; esac From crux at crux.nu Tue Apr 7 10:45:38 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 7 Apr 2015 12:45:38 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): ed: update to 1.11 Message-ID: <20150407104539.0000CE98F6@crux.nu> commit 1cd6eb3c84f6a7c8ca1b3603e0433be5121e2d48 Author: Juergen Daubert Date: Tue Apr 7 12:45:23 2015 +0200 ed: update to 1.11 diff --git a/ed/.md5sum b/ed/.md5sum index fb473da..00cff8c 100644 --- a/ed/.md5sum +++ b/ed/.md5sum @@ -1 +1 @@ -d1e51bb6e78417af8fb12684c31fd9eb ed-1.10.tar.lz +891635e76c661611bfb7e963bde38856 ed-1.11.tar.lz diff --git a/ed/Pkgfile b/ed/Pkgfile index 857e9ec..2955fa3 100644 --- a/ed/Pkgfile +++ b/ed/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=ed -version=1.10 +version=1.11 release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) build() { bsdtar -xf $SRC/$name-$version.tar.lz From crux at crux.nu Tue Apr 7 15:22:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 7 Apr 2015 17:22:20 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] chrony: update to 1.31.1, improved rc script Message-ID: <20150407152220.271DEE98F6@crux.nu> commit 5b70f814a45225e162fe7e9dc14cca11ebbeeb1d Author: Juergen Daubert Date: Tue Apr 7 17:20:36 2015 +0200 [notify] chrony: update to 1.31.1, improved rc script Security fixes, see http://chrony.tuxfamily.org/News.html diff --git a/chrony/.md5sum b/chrony/.md5sum index 2d2a844..61c0918 100644 --- a/chrony/.md5sum +++ b/chrony/.md5sum @@ -1,4 +1,4 @@ -04ab702fc81150db06809562a9aaed92 chrony-1.31.tar.gz +01e54c63d09a310f30c4e399f18499df chrony-1.31.1.tar.gz 4dff89484fe7b6d6397a9501c7ae51ed chrony.conf ec43dcf700698a7d2891a1f8504b5e22 chrony.keys -ef4b4ca7c250397656d81a329faf60d2 chronyd +2999f364c83286816d71379130d1eae6 chronyd diff --git a/chrony/Pkgfile b/chrony/Pkgfile index be0c175..48b5003 100644 --- a/chrony/Pkgfile +++ b/chrony/Pkgfile @@ -1,10 +1,10 @@ # Description: Network time protocol client/server # URL: http://chrony.tuxfamily.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: ncurses readline libcap +# Depends on: readline libcap name=chrony -version=1.31 +version=1.31.1 release=1 source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz chronyd chrony.conf chrony.keys) diff --git a/chrony/chronyd b/chrony/chronyd index 53f1e9e..e4d8a53 100644 --- a/chrony/chronyd +++ b/chrony/chronyd @@ -3,19 +3,23 @@ # /etc/rc.d/chronyd: start/stop the chrony time server # -KEY=`sed -n "s/^commandkey *//p" /etc/chrony.conf` -PASSWD=`sed -n "s/^$KEY *//p" /etc/chrony.keys` +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/chronyd +PID=/var/run/chronyd.pid +OPTS="-s -r" + +KEY=$(sed -n "s/^commandkey *//p" /etc/chrony.conf) +PASSWD=$(sed -n "s/^$KEY *//p" /etc/chrony.keys) case $1 in start) - /usr/sbin/chronyd -s -r + $SSD --start --pidfile $PID --exec $PROG -- $OPTS ;; stop) - killall -q /usr/sbin/chronyd + $SSD --stop --retry 10 --pidfile $PID ;; restart) $0 stop - sleep 2 $0 start ;; online) @@ -32,8 +36,17 @@ offline) writertc EOF ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; *) - echo "usage: $0 [start|stop|restart|online|offline]" + echo "usage: $0 [start|stop|restart|online|offline|status]" ;; esac From crux at crux.nu Tue Apr 7 21:25:05 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 7 Apr 2015 23:25:05 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): [notify] ntp: 4.2.8p1 -> 4.2.8p2 includes important security bugfixes. Refer to http://support.ntp.org/bin/view/Main/SecurityNotice for details Message-ID: <20150407212505.97BD5E98F6@crux.nu> commit ebc279b539a322b503b251910c11ad42c5204a05 Author: Thomas Penteker Date: Tue Apr 7 23:24:35 2015 +0200 [notify] ntp: 4.2.8p1 -> 4.2.8p2 includes important security bugfixes. Refer to http://support.ntp.org/bin/view/Main/SecurityNotice for details diff --git a/ntp/.footprint b/ntp/.footprint index f834424..25f0cd5 100644 --- a/ntp/.footprint +++ b/ntp/.footprint @@ -17,6 +17,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ntptrace -rwxr-xr-x root/root usr/bin/sntp -rwxr-xr-x root/root usr/bin/tickadj +-rwxr-xr-x root/root usr/bin/update-leap drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/libexec/ drwxr-xr-x root/root usr/man/ @@ -29,6 +30,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/ntpq.1.gz -rw-r--r-- root/root usr/man/man1/ntptrace.1.gz -rw-r--r-- root/root usr/man/man1/sntp.1.gz +-rw-r--r-- root/root usr/man/man1/update-leap.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/ntp.conf.5.gz -rw-r--r-- root/root usr/man/man5/ntp.keys.5.gz diff --git a/ntp/.md5sum b/ntp/.md5sum index dc9427e..a06ca9b 100644 --- a/ntp/.md5sum +++ b/ntp/.md5sum @@ -1,4 +1,4 @@ -65d8cdfae4722226fbe29863477641ed ntp-4.2.8p1.tar.gz +fa37049383316322d060ec9061ac23a9 ntp-4.2.8p2.tar.gz 0c5675c46a226de4504f5b855326b6b7 ntp-64bit.diff 99133142249735be5c8f48f1b6ca6821 ntp.conf 81250961599ecb64d9c0ca96d96b1d73 ntpd diff --git a/ntp/Pkgfile b/ntp/Pkgfile index bdf13a8..f6d3244 100644 --- a/ntp/Pkgfile +++ b/ntp/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=ntp -version=4.2.8p1 +version=4.2.8p2 release=1 source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$name-$version.tar.gz ntpd ntpdate ntp.conf ntp-64bit.diff) From crux at crux.nu Wed Apr 8 10:30:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 8 Apr 2015 12:30:32 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xf86-input-keyboard: update to 1.8.1 Message-ID: <20150408103032.D6B54E9905@crux.nu> commit dec381ff55e81b5878f15c42742554fd1761958a Author: Juergen Daubert Date: Wed Apr 8 12:30:24 2015 +0200 xorg-xf86-input-keyboard: update to 1.8.1 diff --git a/xorg-xf86-input-keyboard/.md5sum b/xorg-xf86-input-keyboard/.md5sum index 884af8a..50143e1 100644 --- a/xorg-xf86-input-keyboard/.md5sum +++ b/xorg-xf86-input-keyboard/.md5sum @@ -1 +1 @@ -ce936e219682bacf5a4a9c4ab940edb8 xf86-input-keyboard-1.8.0.tar.bz2 +96ccc43d389b970afbd3893875dfd678 xf86-input-keyboard-1.8.1.tar.bz2 diff --git a/xorg-xf86-input-keyboard/Pkgfile b/xorg-xf86-input-keyboard/Pkgfile index 51af7bc..f4f7006 100644 --- a/xorg-xf86-input-keyboard/Pkgfile +++ b/xorg-xf86-input-keyboard/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-server name=xorg-xf86-input-keyboard -version=1.8.0 +version=1.8.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-$version.tar.bz2) From crux at crux.nu Wed Apr 8 13:13:27 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 8 Apr 2015 15:13:27 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): pillow: 2.7.0 -> 2.8.1 Message-ID: <20150408131327.E3DA6E9905@crux.nu> commit 483ed10f126f8b96845a45b0e9eb5d03a9aeb060 Author: Danny Rawlins Date: Wed Apr 8 23:12:38 2015 +1000 pillow: 2.7.0 -> 2.8.1 diff --git a/pillow/.footprint b/pillow/.footprint index 2cc34ce..1cd2fa9 100644 --- a/pillow/.footprint +++ b/pillow/.footprint @@ -123,7 +123,7 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/PIL/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/MpoImagePlugin.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/MspImagePlugin.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/MspImagePlugin.pyc --rw-rw-r-- root/root usr/lib/python2.7/site-packages/PIL/OleFileIO-README.md +-rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/OleFileIO-README.md -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/OleFileIO.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/OleFileIO.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/PSDraw.py @@ -186,9 +186,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/PIL/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/_util.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/PIL/_util.pyc -rwxr-xr-x root/root usr/lib/python2.7/site-packages/PIL/_webp.so -drwxr-xr-x root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/ --rw-rw-r-- root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/PKG-INFO --rw-rw-r-- root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/SOURCES.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/dependency_links.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/top_level.txt --rw-rw-r-- root/root usr/lib/python2.7/site-packages/Pillow-2.7.0-py2.7.egg-info/zip-safe +drwxr-xr-x root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pillow-2.8.1-py2.7.egg-info/zip-safe diff --git a/pillow/.md5sum b/pillow/.md5sum index 302f533..391cc1f 100644 --- a/pillow/.md5sum +++ b/pillow/.md5sum @@ -1 +1 @@ -3fdc9f16a1b60366ae8158b424655d10 Pillow-2.7.0.tar.gz +fb62af4625179f5316241772ae30c4b7 Pillow-2.8.1.tar.gz diff --git a/pillow/Pkgfile b/pillow/Pkgfile index 8a7fa6b..337abd6 100644 --- a/pillow/Pkgfile +++ b/pillow/Pkgfile @@ -5,11 +5,12 @@ # Depends on: setuptools lcms libwebp name=pillow -version=2.7.0 +version=2.8.1 release=1 source=(https://pypi.python.org/packages/source/P/Pillow/Pillow-$version.tar.gz) build() { cd Pillow-$version - /usr/bin/python setup.py install --root=$PKG + /usr/bin/python setup.py build + /usr/bin/python setup.py install --root=$PKG --optimize=0 } From crux at crux.nu Thu Apr 9 01:02:47 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 9 Apr 2015 03:02:47 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): nvidia: updated to version 346.59 Message-ID: <20150409010247.C6526E9905@crux.nu> commit 5aad527360a3db36dae879795f1bf20f82b35952 Author: Matt Housh Date: Wed Apr 8 20:01:45 2015 -0500 nvidia: updated to version 346.59 diff --git a/nvidia/.footprint b/nvidia/.footprint index 8ca6a31..f90f00d 100644 --- a/nvidia/.footprint +++ b/nvidia/.footprint @@ -19,41 +19,41 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nvidia-smi -rwxr-xr-x root/root usr/bin/nvidia-xconfig drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libGL.so.346.47 -lrwxrwxrwx root/root usr/lib/libGL_so_1_2_nvidia -> libGL.so.346.47 +-rwxr-xr-x root/root usr/lib/libGL.so.346.59 +lrwxrwxrwx root/root usr/lib/libGL_so_1_2_nvidia -> libGL.so.346.59 lrwxrwxrwx root/root usr/lib/libOpenCL.so -> libOpenCL.so.1.0.0 -rwxr-xr-x root/root usr/lib/libOpenCL.so.1.0.0 --rwxr-xr-x root/root usr/lib/libcuda.so.346.47 -lrwxrwxrwx root/root usr/lib/libnvcuvid.so -> libnvcuvid.so.346.47 -lrwxrwxrwx root/root usr/lib/libnvcuvid.so.1 -> libnvcuvid.so.346.47 --rwxr-xr-x root/root usr/lib/libnvcuvid.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-compiler.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-encode.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-fbc.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-glcore.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-gtk2.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-gtk3.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-ifr.so.346.47 -lrwxrwxrwx root/root usr/lib/libnvidia-ml.so -> libnvidia-ml.so.346.47 -lrwxrwxrwx root/root usr/lib/libnvidia-ml.so.1 -> libnvidia-ml.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-ml.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-opencl.so.346.47 --rwxr-xr-x root/root usr/lib/libnvidia-tls.so.346.47 +-rwxr-xr-x root/root usr/lib/libcuda.so.346.59 +lrwxrwxrwx root/root usr/lib/libnvcuvid.so -> libnvcuvid.so.346.59 +lrwxrwxrwx root/root usr/lib/libnvcuvid.so.1 -> libnvcuvid.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvcuvid.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-compiler.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-encode.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-fbc.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-glcore.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-gtk2.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-gtk3.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-ifr.so.346.59 +lrwxrwxrwx root/root usr/lib/libnvidia-ml.so -> libnvidia-ml.so.346.59 +lrwxrwxrwx root/root usr/lib/libnvidia-ml.so.1 -> libnvidia-ml.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-ml.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-opencl.so.346.59 +-rwxr-xr-x root/root usr/lib/libnvidia-tls.so.346.59 drwxr-xr-x root/root usr/lib/tls/ --rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.346.47 +-rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.346.59 drwxr-xr-x root/root usr/lib/vdpau/ -lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_nvidia.so -> libvdpau_nvidia.so.346.47 -lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.346.47 --rwxr-xr-x root/root usr/lib/vdpau/libvdpau_nvidia.so.346.47 +lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_nvidia.so -> libvdpau_nvidia.so.346.59 +lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.346.59 +-rwxr-xr-x root/root usr/lib/vdpau/libvdpau_nvidia.so.346.59 drwxr-xr-x root/root usr/lib/xorg/ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nvidia_drv.so drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ --rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.346.47 -lrwxrwxrwx root/root usr/lib/xorg/modules/extensions/libglx_so_nvidia -> libglx.so.346.47 --rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.346.47 +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.346.59 +lrwxrwxrwx root/root usr/lib/xorg/modules/extensions/libglx_so_nvidia -> libglx.so.346.59 +-rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.346.59 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/nvidia-persistenced.1.gz @@ -64,6 +64,6 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/nvidia-settings.desktop drwxr-xr-x root/root usr/share/nvidia/ --rw-r--r-- root/root usr/share/nvidia/nvidia-application-profiles-346.47-key-documentation +-rw-r--r-- root/root usr/share/nvidia/nvidia-application-profiles-346.59-key-documentation drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/nvidia-settings.png diff --git a/nvidia/.md5sum b/nvidia/.md5sum index db0329b..e11fd84 100644 --- a/nvidia/.md5sum +++ b/nvidia/.md5sum @@ -1,3 +1,3 @@ 4511024cc556d0c6e7c467b6789524e2 90-nvidia-uvm.rules -115b5b2d136c4b44c658ef823b8a4bab NVIDIA-Linux-x86_64-346.47-no-compat32.run +db1cebc2a78eac85777bb4c7c2c8c70c NVIDIA-Linux-x86_64-346.59-no-compat32.run 07e8f8a60f3be17700de4451a2737ede nvidia-3.18.patch diff --git a/nvidia/Pkgfile b/nvidia/Pkgfile index 09064ba..7970fcb 100644 --- a/nvidia/Pkgfile +++ b/nvidia/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk gl-select name=nvidia -version=346.47 +version=346.59 release=1 source=(http://us.download.nvidia.com/XFree86/Linux-x86_64/$version/NVIDIA-Linux-x86_64-$version-no-compat32.run \ 90-nvidia-uvm.rules $name-3.18.patch) From crux at crux.nu Thu Apr 9 01:03:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 9 Apr 2015 03:03:20 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): nvidia-32: updated to version 346.59 Message-ID: <20150409010320.C6E7DE9905@crux.nu> commit 20e90109c420c2ae4cc657904f7c8d1b66db708a Author: Matt Housh Date: Wed Apr 8 20:02:20 2015 -0500 nvidia-32: updated to version 346.59 diff --git a/nvidia-32/.footprint b/nvidia-32/.footprint index f09fdf9..eaf5cf0 100644 --- a/nvidia-32/.footprint +++ b/nvidia-32/.footprint @@ -1,27 +1,27 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ --rwxr-xr-x root/root usr/lib32/libGL.so.346.47 -lrwxrwxrwx root/root usr/lib32/libGL_so_1_2_nvidia -> libGL.so.346.47 +-rwxr-xr-x root/root usr/lib32/libGL.so.346.59 +lrwxrwxrwx root/root usr/lib32/libGL_so_1_2_nvidia -> libGL.so.346.59 lrwxrwxrwx root/root usr/lib32/libOpenCL.so -> libOpenCL.so.1.0.0 -rwxr-xr-x root/root usr/lib32/libOpenCL.so.1.0.0 --rwxr-xr-x root/root usr/lib32/libcuda.so.346.47 -lrwxrwxrwx root/root usr/lib32/libnvcuvid.so -> libnvcuvid.so.346.47 -lrwxrwxrwx root/root usr/lib32/libnvcuvid.so.1 -> libnvcuvid.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvcuvid.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-cfg.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-compiler.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-encode.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-fbc.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-glcore.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-ifr.so.346.47 -lrwxrwxrwx root/root usr/lib32/libnvidia-ml.so -> libnvidia-ml.so.346.47 -lrwxrwxrwx root/root usr/lib32/libnvidia-ml.so.1 -> libnvidia-ml.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-ml.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-opencl.so.346.47 --rwxr-xr-x root/root usr/lib32/libnvidia-tls.so.346.47 +-rwxr-xr-x root/root usr/lib32/libcuda.so.346.59 +lrwxrwxrwx root/root usr/lib32/libnvcuvid.so -> libnvcuvid.so.346.59 +lrwxrwxrwx root/root usr/lib32/libnvcuvid.so.1 -> libnvcuvid.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvcuvid.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-cfg.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-compiler.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-encode.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-fbc.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-glcore.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-ifr.so.346.59 +lrwxrwxrwx root/root usr/lib32/libnvidia-ml.so -> libnvidia-ml.so.346.59 +lrwxrwxrwx root/root usr/lib32/libnvidia-ml.so.1 -> libnvidia-ml.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-ml.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-opencl.so.346.59 +-rwxr-xr-x root/root usr/lib32/libnvidia-tls.so.346.59 drwxr-xr-x root/root usr/lib32/tls/ --rwxr-xr-x root/root usr/lib32/tls/libnvidia-tls.so.346.47 +-rwxr-xr-x root/root usr/lib32/tls/libnvidia-tls.so.346.59 drwxr-xr-x root/root usr/lib32/vdpau/ -lrwxrwxrwx root/root usr/lib32/vdpau/libvdpau_nvidia.so -> libvdpau_nvidia.so.346.47 -lrwxrwxrwx root/root usr/lib32/vdpau/libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.346.47 --rwxr-xr-x root/root usr/lib32/vdpau/libvdpau_nvidia.so.346.47 +lrwxrwxrwx root/root usr/lib32/vdpau/libvdpau_nvidia.so -> libvdpau_nvidia.so.346.59 +lrwxrwxrwx root/root usr/lib32/vdpau/libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.346.59 +-rwxr-xr-x root/root usr/lib32/vdpau/libvdpau_nvidia.so.346.59 diff --git a/nvidia-32/.md5sum b/nvidia-32/.md5sum index 6613d4a..8a2745e 100644 --- a/nvidia-32/.md5sum +++ b/nvidia-32/.md5sum @@ -1 +1 @@ -ae61b6c3c081383f991bcc64ee0844b1 NVIDIA-Linux-x86-346.47.run +565800c3d9bf347eb35a393f48a6b7f3 NVIDIA-Linux-x86-346.59.run diff --git a/nvidia-32/Pkgfile b/nvidia-32/Pkgfile index 92d75f2..d803d98 100644 --- a/nvidia-32/Pkgfile +++ b/nvidia-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gl-select xorg-libxv-32 xorg-libxvmc-32 nvidia name=nvidia-32 -version=346.47 +version=346.59 release=1 source=(http://us.download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-x86-$version.run) From crux at crux.nu Thu Apr 9 09:55:10 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 9 Apr 2015 11:55:10 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): uptimed: 0.3.16 -> 0.4.0 Message-ID: <20150409095510.F2559E98F6@crux.nu> commit 56c759778093c9994f33e25b31e4d28310d17584 Author: Danny Rawlins Date: Thu Apr 9 19:55:03 2015 +1000 uptimed: 0.3.16 -> 0.4.0 diff --git a/uptimed/.footprint b/uptimed/.footprint index 2c7aa93..0dbab07 100644 --- a/uptimed/.footprint +++ b/uptimed/.footprint @@ -6,6 +6,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/uprecords drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libuptimed.a -rwxr-xr-x root/root usr/lib/libuptimed.la lrwxrwxrwx root/root usr/lib/libuptimed.so -> libuptimed.so.0.0.0 lrwxrwxrwx root/root usr/lib/libuptimed.so.0 -> libuptimed.so.0.0.0 diff --git a/uptimed/.md5sum b/uptimed/.md5sum index e8c21fd..c4f1a9d 100644 --- a/uptimed/.md5sum +++ b/uptimed/.md5sum @@ -1,3 +1,2 @@ -e6ef350822a8ce092e3810c6c67cbf75 rc.uptimed -3f7d86d685e9bee22104882736fd8495 uptimed-0.3.16.patch -f87ec2cc39039239004afa542cf99c59 uptimed-0.3.16.tar.bz2 +287876889f8e8482e3f583fdabaae469 uptimed.rc +6c50b0671e7efed89efb4b956dc0f5e5 v0.4.0.tar.gz diff --git a/uptimed/Pkgfile b/uptimed/Pkgfile index 6c5a841..ae34008 100644 --- a/uptimed/Pkgfile +++ b/uptimed/Pkgfile @@ -1,28 +1,27 @@ # Description: Uptime record tracking daemon. -# URL: http://podgorny.cz/uptimed/ +# URL: https://github.com/rpodgorny/uptimed # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Mark Rosenstand, mark at borkware dot net # Depends on: name=uptimed -version=0.3.16 +version=0.4.0 release=1 -source=(http://podgorny.cz/uptimed/releases/$name-$version.tar.bz2 - uptimed-0.3.16.patch rc.uptimed) +source=(https://github.com/rpodgorny/uptimed/archive/v$version.tar.gz + uptimed.rc) build() { cd $name-$version - patch -p 1 -i $SRC/uptimed-0.3.16.patch + ./autogen.sh ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ - --disable-static + --mandir=/usr/man make make DESTDIR=$PKG install mv $PKG/etc/uptimed.conf-dist $PKG/etc/uptimed.conf - install -m 0755 -D $SRC/rc.uptimed $PKG/etc/rc.d/uptimed + install -m 0755 -D $SRC/uptimed.rc $PKG/etc/rc.d/uptimed } diff --git a/uptimed/rc.uptimed b/uptimed/rc.uptimed deleted file mode 100755 index 005b97c..0000000 --- a/uptimed/rc.uptimed +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# /etc/rc.d/uptimed: start/stop uptime record tracking daemon -# - -case $1 in -start) - /usr/sbin/uptimed -b - /usr/sbin/uptimed - ;; -stop) - test -s /var/run/uptimed.pid && kill `cat /var/run/uptimed.pid` - ;; -restart) - $0 stop - sleep 1 - /usr/sbin/uptimed - ;; -*) - echo "usage: $0 [start|stop|restart]" >&2 - ;; -esac diff --git a/uptimed/uptimed-0.3.16.patch b/uptimed/uptimed-0.3.16.patch deleted file mode 100644 index 0f7de2c..0000000 --- a/uptimed/uptimed-0.3.16.patch +++ /dev/null @@ -1,9556 +0,0 @@ -diff -pruN uptimed-0.3.16.orig/Makefile.am uptimed-0.3.16/Makefile.am ---- uptimed-0.3.16.orig/Makefile.am 2009-01-03 17:27:13.930145075 +0000 -+++ uptimed-0.3.16/Makefile.am 2009-01-03 17:32:42.419894893 +0000 -@@ -6,6 +6,7 @@ EXTRA_DIST = CREDITS INSTALL.cgi INSTALL - sample-cgi/uprecords.conf sample-cgi/uprecords.header \ - sample-cgi/uprecords.footer uptimed.spec depcomp - -+ACLOCAL_AMFLAGS = -I m4 - AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" - - install-data-local: -diff -pruN uptimed-0.3.16.orig/Makefile.in uptimed-0.3.16/Makefile.in ---- uptimed-0.3.16.orig/Makefile.in 2009-01-03 17:27:13.929145019 +0000 -+++ uptimed-0.3.16/Makefile.in 2009-01-03 17:32:52.993144459 +0000 -@@ -40,7 +40,10 @@ DIST_COMMON = README $(am__configure_dep - COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ - depcomp install-sh ltmain.sh missing mkinstalldirs - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ -+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ -+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ -+ $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ -@@ -188,6 +191,7 @@ EXTRA_DIST = CREDITS INSTALL.cgi INSTALL - sample-cgi/uprecords.conf sample-cgi/uprecords.header \ - sample-cgi/uprecords.footer uptimed.spec depcomp - -+ACLOCAL_AMFLAGS = -I m4 - AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive -diff -pruN uptimed-0.3.16.orig/aclocal.m4 uptimed-0.3.16/aclocal.m4 ---- uptimed-0.3.16.orig/aclocal.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/aclocal.m4 2009-01-03 17:32:47.485147079 +0000 -@@ -0,0 +1,894 @@ -+# generated automatically by aclocal 1.10.2 -*- Autoconf -*- -+ -+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -+# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -+# PARTICULAR PURPOSE. -+ -+m4_ifndef([AC_AUTOCONF_VERSION], -+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, -+[m4_warning([this file was generated for autoconf 2.63. -+You have another version of autoconf. It may work, but is not guaranteed to. -+If you have problems, you may need to regenerate the build system entirely. -+To do so, use the procedure documented by the package, typically `autoreconf'.])]) -+ -+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# AM_AUTOMAKE_VERSION(VERSION) -+# ---------------------------- -+# Automake X.Y traces this macro to ensure aclocal.m4 has been -+# generated from the m4 files accompanying Automake X.Y. -+# (This private macro should not be called outside this file.) -+AC_DEFUN([AM_AUTOMAKE_VERSION], -+[am__api_version='1.10' -+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -+dnl require some minimum version. Point them to the right macro. -+m4_if([$1], [1.10.2], [], -+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -+]) -+ -+# _AM_AUTOCONF_VERSION(VERSION) -+# ----------------------------- -+# aclocal traces this macro to find the Autoconf version. -+# This is a private macro too. Using m4_define simplifies -+# the logic in aclocal, which can simply ignore this definition. -+m4_define([_AM_AUTOCONF_VERSION], []) -+ -+# AM_SET_CURRENT_AUTOMAKE_VERSION -+# ------------------------------- -+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -+[AM_AUTOMAKE_VERSION([1.10.2])dnl -+m4_ifndef([AC_AUTOCONF_VERSION], -+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -+ -+# AM_AUX_DIR_EXPAND -*- Autoconf -*- -+ -+# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -+# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -+# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -+# -+# Of course, Automake must honor this variable whenever it calls a -+# tool from the auxiliary directory. The problem is that $srcdir (and -+# therefore $ac_aux_dir as well) can be either absolute or relative, -+# depending on how configure is run. This is pretty annoying, since -+# it makes $ac_aux_dir quite unusable in subdirectories: in the top -+# source directory, any form will work fine, but in subdirectories a -+# relative path needs to be adjusted first. -+# -+# $ac_aux_dir/missing -+# fails when called from a subdirectory if $ac_aux_dir is relative -+# $top_srcdir/$ac_aux_dir/missing -+# fails if $ac_aux_dir is absolute, -+# fails when called from a subdirectory in a VPATH build with -+# a relative $ac_aux_dir -+# -+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -+# are both prefixed by $srcdir. In an in-source build this is usually -+# harmless because $srcdir is `.', but things will broke when you -+# start a VPATH build or use an absolute $srcdir. -+# -+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -+# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -+# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -+# and then we would define $MISSING as -+# MISSING="\${SHELL} $am_aux_dir/missing" -+# This will work as long as MISSING is not called from configure, because -+# unfortunately $(top_srcdir) has no meaning in configure. -+# However there are other variables, like CC, which are often used in -+# configure, and could therefore not use this "fixed" $ac_aux_dir. -+# -+# Another solution, used here, is to always expand $ac_aux_dir to an -+# absolute PATH. The drawback is that using absolute paths prevent a -+# configured tree to be moved without reconfiguration. -+ -+AC_DEFUN([AM_AUX_DIR_EXPAND], -+[dnl Rely on autoconf to set up CDPATH properly. -+AC_PREREQ([2.50])dnl -+# expand $ac_aux_dir to an absolute path -+am_aux_dir=`cd $ac_aux_dir && pwd` -+]) -+ -+# AM_CONDITIONAL -*- Autoconf -*- -+ -+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 8 -+ -+# AM_CONDITIONAL(NAME, SHELL-CONDITION) -+# ------------------------------------- -+# Define a conditional. -+AC_DEFUN([AM_CONDITIONAL], -+[AC_PREREQ(2.52)dnl -+ ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], -+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -+AC_SUBST([$1_TRUE])dnl -+AC_SUBST([$1_FALSE])dnl -+_AM_SUBST_NOTMAKE([$1_TRUE])dnl -+_AM_SUBST_NOTMAKE([$1_FALSE])dnl -+if $2; then -+ $1_TRUE= -+ $1_FALSE='#' -+else -+ $1_TRUE='#' -+ $1_FALSE= -+fi -+AC_CONFIG_COMMANDS_PRE( -+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then -+ AC_MSG_ERROR([[conditional "$1" was never defined. -+Usually this means the macro was only invoked conditionally.]]) -+fi])]) -+ -+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 9 -+ -+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -+# written in clear, in which case automake, when reading aclocal.m4, -+# will think it sees a *use*, and therefore will trigger all it's -+# C support machinery. Also note that it means that autoscan, seeing -+# CC etc. in the Makefile, will ask for an AC_PROG_CC use... -+ -+ -+# _AM_DEPENDENCIES(NAME) -+# ---------------------- -+# See how the compiler implements dependency checking. -+# NAME is "CC", "CXX", "GCJ", or "OBJC". -+# We try a few techniques and use that to set a single cache variable. -+# -+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -+# dependency, and given that the user is not expected to run this macro, -+# just rely on AC_PROG_CC. -+AC_DEFUN([_AM_DEPENDENCIES], -+[AC_REQUIRE([AM_SET_DEPDIR])dnl -+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -+AC_REQUIRE([AM_MAKE_INCLUDE])dnl -+AC_REQUIRE([AM_DEP_TRACK])dnl -+ -+ifelse([$1], CC, [depcc="$CC" am_compiler_list=], -+ [$1], CXX, [depcc="$CXX" am_compiler_list=], -+ [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], -+ [$1], UPC, [depcc="$UPC" am_compiler_list=], -+ [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], -+ [depcc="$$1" am_compiler_list=]) -+ -+AC_CACHE_CHECK([dependency style of $depcc], -+ [am_cv_$1_dependencies_compiler_type], -+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then -+ # We make a subdir and do the tests there. Otherwise we can end up -+ # making bogus files that we don't know about and never remove. For -+ # instance it was reported that on HP-UX the gcc test will end up -+ # making a dummy file named `D' -- because `-MD' means `put the output -+ # in D'. -+ mkdir conftest.dir -+ # Copy depcomp to subdir because otherwise we won't find it if we're -+ # using a relative directory. -+ cp "$am_depcomp" conftest.dir -+ cd conftest.dir -+ # We will build objects and dependencies in a subdirectory because -+ # it helps to detect inapplicable dependency modes. For instance -+ # both Tru64's cc and ICC support -MD to output dependencies as a -+ # side effect of compilation, but ICC will put the dependencies in -+ # the current directory while Tru64 will put them in the object -+ # directory. -+ mkdir sub -+ -+ am_cv_$1_dependencies_compiler_type=none -+ if test "$am_compiler_list" = ""; then -+ am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` -+ fi -+ for depmode in $am_compiler_list; do -+ # Setup a source with many dependencies, because some compilers -+ # like to wrap large dependency lists on column 80 (with \), and -+ # we should not choose a depcomp mode which is confused by this. -+ # -+ # We need to recreate these files for each test, as the compiler may -+ # overwrite some of them when testing with obscure command lines. -+ # This happens at least with the AIX C compiler. -+ : > sub/conftest.c -+ for i in 1 2 3 4 5 6; do -+ echo '#include "conftst'$i'.h"' >> sub/conftest.c -+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with -+ # Solaris 8's {/usr,}/bin/sh. -+ touch sub/conftst$i.h -+ done -+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -+ -+ case $depmode in -+ nosideeffect) -+ # after this tag, mechanisms are not by side-effect, so they'll -+ # only be used when explicitly requested -+ if test "x$enable_dependency_tracking" = xyes; then -+ continue -+ else -+ break -+ fi -+ ;; -+ none) break ;; -+ esac -+ # We check with `-c' and `-o' for the sake of the "dashmstdout" -+ # mode. It turns out that the SunPro C++ compiler does not properly -+ # handle `-M -o', and we need to detect this. -+ if depmode=$depmode \ -+ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ -+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ -+ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ -+ >/dev/null 2>conftest.err && -+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && -+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then -+ # icc doesn't choke on unknown options, it will just issue warnings -+ # or remarks (even with -Werror). So we grep stderr for any message -+ # that says an option was ignored or not supported. -+ # When given -MP, icc 7.0 and 7.1 complain thusly: -+ # icc: Command line warning: ignoring option '-M'; no argument required -+ # The diagnosis changed in icc 8.0: -+ # icc: Command line remark: option '-MP' not supported -+ if (grep 'ignoring option' conftest.err || -+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else -+ am_cv_$1_dependencies_compiler_type=$depmode -+ break -+ fi -+ fi -+ done -+ -+ cd .. -+ rm -rf conftest.dir -+else -+ am_cv_$1_dependencies_compiler_type=none -+fi -+]) -+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -+AM_CONDITIONAL([am__fastdep$1], [ -+ test "x$enable_dependency_tracking" != xno \ -+ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -+]) -+ -+ -+# AM_SET_DEPDIR -+# ------------- -+# Choose a directory name for dependency files. -+# This macro is AC_REQUIREd in _AM_DEPENDENCIES -+AC_DEFUN([AM_SET_DEPDIR], -+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -+]) -+ -+ -+# AM_DEP_TRACK -+# ------------ -+AC_DEFUN([AM_DEP_TRACK], -+[AC_ARG_ENABLE(dependency-tracking, -+[ --disable-dependency-tracking speeds up one-time build -+ --enable-dependency-tracking do not reject slow dependency extractors]) -+if test "x$enable_dependency_tracking" != xno; then -+ am_depcomp="$ac_aux_dir/depcomp" -+ AMDEPBACKSLASH='\' -+fi -+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -+AC_SUBST([AMDEPBACKSLASH])dnl -+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl -+]) -+ -+# Generate code to set up dependency tracking. -*- Autoconf -*- -+ -+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+#serial 4 -+ -+# _AM_OUTPUT_DEPENDENCY_COMMANDS -+# ------------------------------ -+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -+[# Autoconf 2.62 quotes --file arguments for eval, but not when files -+# are listed without --file. Let's play safe and only enable the eval -+# if we detect the quoting. -+case $CONFIG_FILES in -+*\'*) eval set x "$CONFIG_FILES" ;; -+*) set x $CONFIG_FILES ;; -+esac -+shift -+for mf -+do -+ # Strip MF so we end up with the name of the file. -+ mf=`echo "$mf" | sed -e 's/:.*$//'` -+ # Check whether this is an Automake generated Makefile or not. -+ # We used to match only the files named `Makefile.in', but -+ # some people rename them; so instead we look at the file content. -+ # Grep'ing the first line is not enough: some people post-process -+ # each Makefile.in and add a new line on top of each file to say so. -+ # Grep'ing the whole file is not good either: AIX grep has a line -+ # limit of 2048, but all sed's we know have understand at least 4000. -+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then -+ dirpart=`AS_DIRNAME("$mf")` -+ else -+ continue -+ fi -+ # Extract the definition of DEPDIR, am__include, and am__quote -+ # from the Makefile without running `make'. -+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` -+ test -z "$DEPDIR" && continue -+ am__include=`sed -n 's/^am__include = //p' < "$mf"` -+ test -z "am__include" && continue -+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -+ # When using ansi2knr, U may be empty or an underscore; expand it -+ U=`sed -n 's/^U = //p' < "$mf"` -+ # Find all dependency output files, they are included files with -+ # $(DEPDIR) in their names. We invoke sed twice because it is the -+ # simplest approach to changing $(DEPDIR) to its actual value in the -+ # expansion. -+ for file in `sed -n " -+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do -+ # Make sure the directory exists. -+ test -f "$dirpart/$file" && continue -+ fdir=`AS_DIRNAME(["$file"])` -+ AS_MKDIR_P([$dirpart/$fdir]) -+ # echo "creating $dirpart/$file" -+ echo '# dummy' > "$dirpart/$file" -+ done -+done -+])# _AM_OUTPUT_DEPENDENCY_COMMANDS -+ -+ -+# AM_OUTPUT_DEPENDENCY_COMMANDS -+# ----------------------------- -+# This macro should only be invoked once -- use via AC_REQUIRE. -+# -+# This code is only required when automatic dependency tracking -+# is enabled. FIXME. This creates each `.P' file that we will -+# need in order to bootstrap the dependency handling code. -+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -+[AC_CONFIG_COMMANDS([depfiles], -+ [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], -+ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -+]) -+ -+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 8 -+ -+# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) -+ -+# Do all the work for Automake. -*- Autoconf -*- -+ -+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -+# 2005, 2006, 2008 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 13 -+ -+# This macro actually does too much. Some checks are only needed if -+# your package does certain things. But this isn't really a big deal. -+ -+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -+# AM_INIT_AUTOMAKE([OPTIONS]) -+# ----------------------------------------------- -+# The call with PACKAGE and VERSION arguments is the old style -+# call (pre autoconf-2.50), which is being phased out. PACKAGE -+# and VERSION should now be passed to AC_INIT and removed from -+# the call to AM_INIT_AUTOMAKE. -+# We support both call styles for the transition. After -+# the next Automake release, Autoconf can make the AC_INIT -+# arguments mandatory, and then we can depend on a new Autoconf -+# release and drop the old call support. -+AC_DEFUN([AM_INIT_AUTOMAKE], -+[AC_PREREQ([2.60])dnl -+dnl Autoconf wants to disallow AM_ names. We explicitly allow -+dnl the ones we care about. -+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -+AC_REQUIRE([AC_PROG_INSTALL])dnl -+if test "`cd $srcdir && pwd`" != "`pwd`"; then -+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output -+ # is not polluted with repeated "-I." -+ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl -+ # test to see if srcdir already configured -+ if test -f $srcdir/config.status; then -+ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -+ fi -+fi -+ -+# test whether we have cygpath -+if test -z "$CYGPATH_W"; then -+ if (cygpath --version) >/dev/null 2>/dev/null; then -+ CYGPATH_W='cygpath -w' -+ else -+ CYGPATH_W=echo -+ fi -+fi -+AC_SUBST([CYGPATH_W]) -+ -+# Define the identity of the package. -+dnl Distinguish between old-style and new-style calls. -+m4_ifval([$2], -+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl -+ AC_SUBST([PACKAGE], [$1])dnl -+ AC_SUBST([VERSION], [$2])], -+[_AM_SET_OPTIONS([$1])dnl -+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, -+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl -+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl -+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl -+ -+_AM_IF_OPTION([no-define],, -+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) -+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl -+ -+# Some tools Automake needs. -+AC_REQUIRE([AM_SANITY_CHECK])dnl -+AC_REQUIRE([AC_ARG_PROGRAM])dnl -+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -+AM_MISSING_PROG(AUTOCONF, autoconf) -+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -+AM_MISSING_PROG(AUTOHEADER, autoheader) -+AM_MISSING_PROG(MAKEINFO, makeinfo) -+AM_PROG_INSTALL_SH -+AM_PROG_INSTALL_STRIP -+AC_REQUIRE([AM_PROG_MKDIR_P])dnl -+# We need awk for the "check" target. The system "awk" is bad on -+# some platforms. -+AC_REQUIRE([AC_PROG_AWK])dnl -+AC_REQUIRE([AC_PROG_MAKE_SET])dnl -+AC_REQUIRE([AM_SET_LEADING_DOT])dnl -+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], -+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], -+ [_AM_PROG_TAR([v7])])]) -+_AM_IF_OPTION([no-dependencies],, -+[AC_PROVIDE_IFELSE([AC_PROG_CC], -+ [_AM_DEPENDENCIES(CC)], -+ [define([AC_PROG_CC], -+ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -+AC_PROVIDE_IFELSE([AC_PROG_CXX], -+ [_AM_DEPENDENCIES(CXX)], -+ [define([AC_PROG_CXX], -+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -+AC_PROVIDE_IFELSE([AC_PROG_OBJC], -+ [_AM_DEPENDENCIES(OBJC)], -+ [define([AC_PROG_OBJC], -+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -+]) -+]) -+ -+ -+# When config.status generates a header, we must update the stamp-h file. -+# This file resides in the same directory as the config header -+# that is generated. The stamp files are numbered to have different names. -+ -+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -+# loop where config.status creates the headers, so we can generate -+# our stamp files there. -+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -+[# Compute $1's index in $config_headers. -+_am_arg=$1 -+_am_stamp_count=1 -+for _am_header in $config_headers :; do -+ case $_am_header in -+ $_am_arg | $_am_arg:* ) -+ break ;; -+ * ) -+ _am_stamp_count=`expr $_am_stamp_count + 1` ;; -+ esac -+done -+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -+ -+# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# AM_PROG_INSTALL_SH -+# ------------------ -+# Define $install_sh. -+AC_DEFUN([AM_PROG_INSTALL_SH], -+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} -+AC_SUBST(install_sh)]) -+ -+# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 2 -+ -+# Check whether the underlying file-system supports filenames -+# with a leading dot. For instance MS-DOS doesn't. -+AC_DEFUN([AM_SET_LEADING_DOT], -+[rm -rf .tst 2>/dev/null -+mkdir .tst 2>/dev/null -+if test -d .tst; then -+ am__leading_dot=. -+else -+ am__leading_dot=_ -+fi -+rmdir .tst 2>/dev/null -+AC_SUBST([am__leading_dot])]) -+ -+# Check to see how 'make' treats includes. -*- Autoconf -*- -+ -+# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 3 -+ -+# AM_MAKE_INCLUDE() -+# ----------------- -+# Check to see how make treats includes. -+AC_DEFUN([AM_MAKE_INCLUDE], -+[am_make=${MAKE-make} -+cat > confinc << 'END' -+am__doit: -+ @echo done -+.PHONY: am__doit -+END -+# If we don't find an include directive, just comment out the code. -+AC_MSG_CHECKING([for style of include used by $am_make]) -+am__include="#" -+am__quote= -+_am_result=none -+# First try GNU make style include. -+echo "include confinc" > confmf -+# We grep out `Entering directory' and `Leaving directory' -+# messages which can occur if `w' ends up in MAKEFLAGS. -+# In particular we don't look at `^make:' because GNU make might -+# be invoked under some other name (usually "gmake"), in which -+# case it prints its new name instead of `make'. -+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then -+ am__include=include -+ am__quote= -+ _am_result=GNU -+fi -+# Now try BSD make style include. -+if test "$am__include" = "#"; then -+ echo '.include "confinc"' > confmf -+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then -+ am__include=.include -+ am__quote="\"" -+ _am_result=BSD -+ fi -+fi -+AC_SUBST([am__include]) -+AC_SUBST([am__quote]) -+AC_MSG_RESULT([$_am_result]) -+rm -f confinc confmf -+]) -+ -+# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -+ -+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 5 -+ -+# AM_MISSING_PROG(NAME, PROGRAM) -+# ------------------------------ -+AC_DEFUN([AM_MISSING_PROG], -+[AC_REQUIRE([AM_MISSING_HAS_RUN]) -+$1=${$1-"${am_missing_run}$2"} -+AC_SUBST($1)]) -+ -+ -+# AM_MISSING_HAS_RUN -+# ------------------ -+# Define MISSING if not defined so far and test if it supports --run. -+# If it does, set am_missing_run to use it, otherwise, to nothing. -+AC_DEFUN([AM_MISSING_HAS_RUN], -+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -+AC_REQUIRE_AUX_FILE([missing])dnl -+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -+# Use eval to expand $SHELL -+if eval "$MISSING --run true"; then -+ am_missing_run="$MISSING --run " -+else -+ am_missing_run= -+ AC_MSG_WARN([`missing' script is too old or missing]) -+fi -+]) -+ -+# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# AM_PROG_MKDIR_P -+# --------------- -+# Check for `mkdir -p'. -+AC_DEFUN([AM_PROG_MKDIR_P], -+[AC_PREREQ([2.60])dnl -+AC_REQUIRE([AC_PROG_MKDIR_P])dnl -+dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -+dnl while keeping a definition of mkdir_p for backward compatibility. -+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -+dnl Makefile.ins that do not define MKDIR_P, so we do our own -+dnl adjustment using top_builddir (which is defined more often than -+dnl MKDIR_P). -+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -+case $mkdir_p in -+ [[\\/$]]* | ?:[[\\/]]*) ;; -+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -+esac -+]) -+ -+# Helper functions for option handling. -*- Autoconf -*- -+ -+# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 4 -+ -+# _AM_MANGLE_OPTION(NAME) -+# ----------------------- -+AC_DEFUN([_AM_MANGLE_OPTION], -+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) -+ -+# _AM_SET_OPTION(NAME) -+# ------------------------------ -+# Set option NAME. Presently that only means defining a flag for this option. -+AC_DEFUN([_AM_SET_OPTION], -+[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) -+ -+# _AM_SET_OPTIONS(OPTIONS) -+# ---------------------------------- -+# OPTIONS is a space-separated list of Automake options. -+AC_DEFUN([_AM_SET_OPTIONS], -+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) -+ -+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -+# ------------------------------------------- -+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -+AC_DEFUN([_AM_IF_OPTION], -+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -+ -+# Check to make sure that the build environment is sane. -*- Autoconf -*- -+ -+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -+# Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 4 -+ -+# AM_SANITY_CHECK -+# --------------- -+AC_DEFUN([AM_SANITY_CHECK], -+[AC_MSG_CHECKING([whether build environment is sane]) -+# Just in case -+sleep 1 -+echo timestamp > conftest.file -+# Do `set' in a subshell so we don't clobber the current shell's -+# arguments. Must try -L first in case configure is actually a -+# symlink; some systems play weird games with the mod time of symlinks -+# (eg FreeBSD returns the mod time of the symlink's containing -+# directory). -+if ( -+ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` -+ if test "$[*]" = "X"; then -+ # -L didn't work. -+ set X `ls -t $srcdir/configure conftest.file` -+ fi -+ rm -f conftest.file -+ if test "$[*]" != "X $srcdir/configure conftest.file" \ -+ && test "$[*]" != "X conftest.file $srcdir/configure"; then -+ -+ # If neither matched, then we have a broken ls. This can happen -+ # if, for instance, CONFIG_SHELL is bash and it inherits a -+ # broken ls alias from the environment. This has actually -+ # happened. Such a system could not be considered "sane". -+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -+alias in your environment]) -+ fi -+ -+ test "$[2]" = conftest.file -+ ) -+then -+ # Ok. -+ : -+else -+ AC_MSG_ERROR([newly created file is older than distributed files! -+Check your system clock]) -+fi -+AC_MSG_RESULT(yes)]) -+ -+# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# AM_PROG_INSTALL_STRIP -+# --------------------- -+# One issue with vendor `install' (even GNU) is that you can't -+# specify the program used to strip binaries. This is especially -+# annoying in cross-compiling environments, where the build's strip -+# is unlikely to handle the host's binaries. -+# Fortunately install-sh will honor a STRIPPROG variable, so we -+# always use install-sh in `make install-strip', and initialize -+# STRIPPROG with the value of the STRIP variable (set by the user). -+AC_DEFUN([AM_PROG_INSTALL_STRIP], -+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -+# Installed binaries are usually stripped using `strip' when the user -+# run `make install-strip'. However `strip' might not be the right -+# tool to use in cross-compilation environments, therefore Automake -+# will honor the `STRIP' environment variable to overrule this program. -+dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -+if test "$cross_compiling" != no; then -+ AC_CHECK_TOOL([STRIP], [strip], :) -+fi -+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -+AC_SUBST([INSTALL_STRIP_PROGRAM])]) -+ -+# Copyright (C) 2006 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# _AM_SUBST_NOTMAKE(VARIABLE) -+# --------------------------- -+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -+# This macro is traced by Automake. -+AC_DEFUN([_AM_SUBST_NOTMAKE]) -+ -+# Check how to create a tarball. -*- Autoconf -*- -+ -+# Copyright (C) 2004, 2005 Free Software Foundation, Inc. -+# -+# This file is free software; the Free Software Foundation -+# gives unlimited permission to copy and/or distribute it, -+# with or without modifications, as long as this notice is preserved. -+ -+# serial 2 -+ -+# _AM_PROG_TAR(FORMAT) -+# -------------------- -+# Check how to create a tarball in format FORMAT. -+# FORMAT should be one of `v7', `ustar', or `pax'. -+# -+# Substitute a variable $(am__tar) that is a command -+# writing to stdout a FORMAT-tarball containing the directory -+# $tardir. -+# tardir=directory && $(am__tar) > result.tar -+# -+# Substitute a variable $(am__untar) that extract such -+# a tarball read from stdin. -+# $(am__untar) < result.tar -+AC_DEFUN([_AM_PROG_TAR], -+[# Always define AMTAR for backward compatibility. -+AM_MISSING_PROG([AMTAR], [tar]) -+m4_if([$1], [v7], -+ [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], -+ [m4_case([$1], [ustar],, [pax],, -+ [m4_fatal([Unknown tar format])]) -+AC_MSG_CHECKING([how to create a $1 tar archive]) -+# Loop over all known methods to create a tar archive until one works. -+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -+_am_tools=${am_cv_prog_tar_$1-$_am_tools} -+# Do not fold the above two line into one, because Tru64 sh and -+# Solaris sh will not grok spaces in the rhs of `-'. -+for _am_tool in $_am_tools -+do -+ case $_am_tool in -+ gnutar) -+ for _am_tar in tar gnutar gtar; -+ do -+ AM_RUN_LOG([$_am_tar --version]) && break -+ done -+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' -+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' -+ am__untar="$_am_tar -xf -" -+ ;; -+ plaintar) -+ # Must skip GNU tar: if it does not support --format= it doesn't create -+ # ustar tarball either. -+ (tar --version) >/dev/null 2>&1 && continue -+ am__tar='tar chf - "$$tardir"' -+ am__tar_='tar chf - "$tardir"' -+ am__untar='tar xf -' -+ ;; -+ pax) -+ am__tar='pax -L -x $1 -w "$$tardir"' -+ am__tar_='pax -L -x $1 -w "$tardir"' -+ am__untar='pax -r' -+ ;; -+ cpio) -+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L' -+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L' -+ am__untar='cpio -i -H $1 -d' -+ ;; -+ none) -+ am__tar=false -+ am__tar_=false -+ am__untar=false -+ ;; -+ esac -+ -+ # If the value was cached, stop now. We just wanted to have am__tar -+ # and am__untar set. -+ test -n "${am_cv_prog_tar_$1}" && break -+ -+ # tar/untar a dummy directory, and stop if the command works -+ rm -rf conftest.dir -+ mkdir conftest.dir -+ echo GrepMe > conftest.dir/file -+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) -+ rm -rf conftest.dir -+ if test -s conftest.tar; then -+ AM_RUN_LOG([$am__untar /dev/null 2>&1 && break -+ fi -+done -+rm -rf conftest.dir -+ -+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -+AC_MSG_RESULT([$am_cv_prog_tar_$1])]) -+AC_SUBST([am__tar]) -+AC_SUBST([am__untar]) -+]) # _AM_PROG_TAR -+ -+m4_include([m4/libtool.m4]) -+m4_include([m4/ltoptions.m4]) -+m4_include([m4/ltsugar.m4]) -+m4_include([m4/ltversion.m4]) -+m4_include([m4/lt~obsolete.m4]) -diff -pruN uptimed-0.3.16.orig/configure uptimed-0.3.16/configure ---- uptimed-0.3.16.orig/configure 2009-01-03 17:27:13.929145019 +0000 -+++ uptimed-0.3.16/configure 2009-01-03 17:32:51.622898736 +0000 -@@ -2013,6 +2013,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - ac_config_headers="$ac_config_headers config.h" - -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -3679,13 +3680,13 @@ if test "${lt_cv_nm_interface+set}" = se - else - lt_cv_nm_interface="BSD nm" - echo "int some_variable = 0;" > conftest.$ac_ext -- (eval echo "\"\$as_me:3682: $ac_compile\"" >&5) -+ (eval echo "\"\$as_me:3683: $ac_compile\"" >&5) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&5 -- (eval echo "\"\$as_me:3685: $NM \\\"conftest.$ac_objext\\\"\"" >&5) -+ (eval echo "\"\$as_me:3686: $NM \\\"conftest.$ac_objext\\\"\"" >&5) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&5 -- (eval echo "\"\$as_me:3688: output\"" >&5) -+ (eval echo "\"\$as_me:3689: output\"" >&5) - cat conftest.out >&5 - if $GREP 'External.*some_variable' conftest.out > /dev/null; then - lt_cv_nm_interface="MS dumpbin" -@@ -4891,7 +4892,7 @@ ia64-*-hpux*) - ;; - *-*-irix6*) - # Find out which ABI we are using. -- echo '#line 4894 "configure"' > conftest.$ac_ext -+ echo '#line 4895 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -6719,6 +6720,10 @@ _lt_linker_boilerplate=`cat conftest.err - $RM -r conftest* - - -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... - if test -n "$compiler"; then - - lt_prog_compiler_no_builtin_flag= -@@ -6744,11 +6749,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:6747: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:6752: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:6751: \$? = $ac_status" >&5 -+ echo "$as_me:6756: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -7083,11 +7088,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7086: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7091: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:7090: \$? = $ac_status" >&5 -+ echo "$as_me:7095: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -7188,11 +7193,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7191: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7196: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:7195: \$? = $ac_status" >&5 -+ echo "$as_me:7200: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -7243,11 +7248,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7246: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7251: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:7250: \$? = $ac_status" >&5 -+ echo "$as_me:7255: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -8879,14 +8884,7 @@ freebsd* | dragonfly*) - *) objformat=elf ;; - esac - fi -- # Handle Gentoo/FreeBSD as it was Linux -- case $host_vendor in -- gentoo) -- version_type=linux ;; -- *) -- version_type=freebsd-$objformat ;; -- esac -- -+ version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -@@ -8897,12 +8895,6 @@ freebsd* | dragonfly*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' - need_version=yes - ;; -- linux) -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -- soname_spec='${libname}${release}${shared_ext}$major' -- need_lib_prefix=no -- need_version=no -- ;; - esac - shlibpath_var=LD_LIBRARY_PATH - case $host_os in -@@ -10056,7 +10048,7 @@ else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<_LT_EOF --#line 10059 "configure" -+#line 10051 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -10152,7 +10144,7 @@ else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<_LT_EOF --#line 10155 "configure" -+#line 10147 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -diff -pruN uptimed-0.3.16.orig/configure.ac uptimed-0.3.16/configure.ac ---- uptimed-0.3.16.orig/configure.ac 2009-01-03 17:27:13.927145037 +0000 -+++ uptimed-0.3.16/configure.ac 2009-01-03 17:31:39.381020076 +0000 -@@ -2,6 +2,7 @@ dnl configure.in for uptimed - - AC_INIT([uptimed], 0.3.16) - AM_CONFIG_HEADER(config.h) -+AC_CONFIG_MACRO_DIR([m4]) - AC_PROG_CC - AM_PROG_LIBTOOL - AM_INIT_AUTOMAKE -diff -pruN uptimed-0.3.16.orig/etc/Makefile.in uptimed-0.3.16/etc/Makefile.in ---- uptimed-0.3.16.orig/etc/Makefile.in 2009-01-03 17:27:13.927145037 +0000 -+++ uptimed-0.3.16/etc/Makefile.in 2009-01-03 17:32:52.705894008 +0000 -@@ -35,7 +35,10 @@ host_triplet = @host@ - subdir = etc - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ -+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ -+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ -+ $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -diff -pruN uptimed-0.3.16.orig/libuptimed/Makefile.in uptimed-0.3.16/libuptimed/Makefile.in ---- uptimed-0.3.16.orig/libuptimed/Makefile.in 2009-01-03 17:27:13.927145037 +0000 -+++ uptimed-0.3.16/libuptimed/Makefile.in 2009-01-03 17:32:52.788144684 +0000 -@@ -37,7 +37,10 @@ subdir = libuptimed - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ -+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ -+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ -+ $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -diff -pruN uptimed-0.3.16.orig/m4/libtool.m4 uptimed-0.3.16/m4/libtool.m4 ---- uptimed-0.3.16.orig/m4/libtool.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/m4/libtool.m4 2009-01-03 17:31:52.343895677 +0000 -@@ -0,0 +1,7357 @@ -+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -+# -+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -+# 2006, 2007, 2008 Free Software Foundation, Inc. -+# Written by Gordon Matzigkeit, 1996 -+# -+# This file is free software; the Free Software Foundation gives -+# unlimited permission to copy and/or distribute it, with or without -+# modifications, as long as this notice is preserved. -+ -+m4_define([_LT_COPYING], [dnl -+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -+# 2006, 2007, 2008 Free Software Foundation, Inc. -+# Written by Gordon Matzigkeit, 1996 -+# -+# This file is part of GNU Libtool. -+# -+# GNU Libtool is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public License as -+# published by the Free Software Foundation; either version 2 of -+# the License, or (at your option) any later version. -+# -+# As a special exception to the GNU General Public License, -+# if you distribute this file as part of a program or library that -+# is built using GNU Libtool, you may include this file under the -+# same distribution terms that you use for the rest of that program. -+# -+# GNU Libtool is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with GNU Libtool; see the file COPYING. If not, a copy -+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -+# obtained by writing to the Free Software Foundation, Inc., -+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -+]) -+ -+# serial 56 LT_INIT -+ -+ -+# LT_PREREQ(VERSION) -+# ------------------ -+# Complain and exit if this libtool version is less that VERSION. -+m4_defun([LT_PREREQ], -+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, -+ [m4_default([$3], -+ [m4_fatal([Libtool version $1 or higher is required], -+ 63)])], -+ [$2])]) -+ -+ -+# _LT_CHECK_BUILDDIR -+# ------------------ -+# Complain if the absolute build directory name contains unusual characters -+m4_defun([_LT_CHECK_BUILDDIR], -+[case `pwd` in -+ *\ * | *\ *) -+ AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -+esac -+]) -+ -+ -+# LT_INIT([OPTIONS]) -+# ------------------ -+AC_DEFUN([LT_INIT], -+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT -+AC_BEFORE([$0], [LT_LANG])dnl -+AC_BEFORE([$0], [LT_OUTPUT])dnl -+AC_BEFORE([$0], [LTDL_INIT])dnl -+m4_require([_LT_CHECK_BUILDDIR])dnl -+ -+dnl Autoconf doesn't catch unexpanded LT_ macros by default: -+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -+dnl unless we require an AC_DEFUNed macro: -+AC_REQUIRE([LTOPTIONS_VERSION])dnl -+AC_REQUIRE([LTSUGAR_VERSION])dnl -+AC_REQUIRE([LTVERSION_VERSION])dnl -+AC_REQUIRE([LTOBSOLETE_VERSION])dnl -+m4_require([_LT_PROG_LTMAIN])dnl -+ -+dnl Parse OPTIONS -+_LT_SET_OPTIONS([$0], [$1]) -+ -+# This can be used to rebuild libtool when needed -+LIBTOOL_DEPS="$ltmain" -+ -+# Always use our own libtool. -+LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+AC_SUBST(LIBTOOL)dnl -+ -+_LT_SETUP -+ -+# Only expand once: -+m4_define([LT_INIT]) -+])# LT_INIT -+ -+# Old names: -+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -+dnl AC_DEFUN([AM_PROG_LIBTOOL], []) -+ -+ -+# _LT_CC_BASENAME(CC) -+# ------------------- -+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -+m4_defun([_LT_CC_BASENAME], -+[for cc_temp in $1""; do -+ case $cc_temp in -+ compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; -+ distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; -+ \-*) ;; -+ *) break;; -+ esac -+done -+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` -+]) -+ -+ -+# _LT_FILEUTILS_DEFAULTS -+# ---------------------- -+# It is okay to use these file commands and assume they have been set -+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. -+m4_defun([_LT_FILEUTILS_DEFAULTS], -+[: ${CP="cp -f"} -+: ${MV="mv -f"} -+: ${RM="rm -f"} -+])# _LT_FILEUTILS_DEFAULTS -+ -+ -+# _LT_SETUP -+# --------- -+m4_defun([_LT_SETUP], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_CANONICAL_BUILD])dnl -+_LT_DECL([], [host_alias], [0], [The host system])dnl -+_LT_DECL([], [host], [0])dnl -+_LT_DECL([], [host_os], [0])dnl -+dnl -+_LT_DECL([], [build_alias], [0], [The build system])dnl -+_LT_DECL([], [build], [0])dnl -+_LT_DECL([], [build_os], [0])dnl -+dnl -+AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([LT_PATH_LD])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+dnl -+AC_REQUIRE([AC_PROG_LN_S])dnl -+test -z "$LN_S" && LN_S="ln -s" -+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -+dnl -+AC_REQUIRE([LT_CMD_MAX_LEN])dnl -+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -+dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_CHECK_SHELL_FEATURES])dnl -+m4_require([_LT_CMD_RELOAD])dnl -+m4_require([_LT_CHECK_MAGIC_METHOD])dnl -+m4_require([_LT_CMD_OLD_ARCHIVE])dnl -+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -+ -+_LT_CONFIG_LIBTOOL_INIT([ -+# See if we are running on zsh, and set the options which allow our -+# commands through without removal of \ escapes INIT. -+if test -n "\${ZSH_VERSION+set}" ; then -+ setopt NO_GLOB_SUBST -+fi -+]) -+if test -n "${ZSH_VERSION+set}" ; then -+ setopt NO_GLOB_SUBST -+fi -+ -+_LT_CHECK_OBJDIR -+ -+m4_require([_LT_TAG_COMPILER])dnl -+_LT_PROG_ECHO_BACKSLASH -+ -+case $host_os in -+aix3*) -+ # AIX sometimes has problems with the GCC collect2 program. For some -+ # reason, if we set the COLLECT_NAMES environment variable, the problems -+ # vanish in a puff of smoke. -+ if test "X${COLLECT_NAMES+set}" != Xset; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+ fi -+ ;; -+esac -+ -+# Sed substitution that helps us do robust quoting. It backslashifies -+# metacharacters that are still active within double-quoted strings. -+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' -+ -+# Same as above, but do not quote variable references. -+double_quote_subst='s/\([["`\\]]\)/\\\1/g' -+ -+# Sed substitution to delay expansion of an escaped shell variable in a -+# double_quote_subst'ed string. -+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -+ -+# Sed substitution to delay expansion of an escaped single quote. -+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' -+ -+# Sed substitution to avoid accidental globbing in evaled expressions -+no_glob_subst='s/\*/\\\*/g' -+ -+# Global variables: -+ofile=libtool -+can_build_shared=yes -+ -+# All known linkers require a `.a' archive for static linking (except MSVC, -+# which needs '.lib'). -+libext=a -+ -+with_gnu_ld="$lt_cv_prog_gnu_ld" -+ -+old_CC="$CC" -+old_CFLAGS="$CFLAGS" -+ -+# Set sane defaults for various variables -+test -z "$CC" && CC=cc -+test -z "$LTCC" && LTCC=$CC -+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -+test -z "$LD" && LD=ld -+test -z "$ac_objext" && ac_objext=o -+ -+_LT_CC_BASENAME([$compiler]) -+ -+# Only perform the check for file, if the check method requires it -+test -z "$MAGIC_CMD" && MAGIC_CMD=file -+case $deplibs_check_method in -+file_magic*) -+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then -+ _LT_PATH_MAGIC -+ fi -+ ;; -+esac -+ -+# Use C for the default configuration in the libtool script -+LT_SUPPORTED_TAG([CC]) -+_LT_LANG_C_CONFIG -+_LT_LANG_DEFAULT_CONFIG -+_LT_CONFIG_COMMANDS -+])# _LT_SETUP -+ -+ -+# _LT_PROG_LTMAIN -+# --------------- -+# Note that this code is called both from `configure', and `config.status' -+# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -+# `config.status' has no value for ac_aux_dir unless we are using Automake, -+# so we pass a copy along to make sure it has a sensible value anyway. -+m4_defun([_LT_PROG_LTMAIN], -+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -+ltmain="$ac_aux_dir/ltmain.sh" -+])# _LT_PROG_LTMAIN -+ -+ -+## ------------------------------------- ## -+## Accumulate code for creating libtool. ## -+## ------------------------------------- ## -+ -+# So that we can recreate a full libtool script including additional -+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -+# in macros and then make a single call at the end using the `libtool' -+# label. -+ -+ -+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -+# ---------------------------------------- -+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -+m4_define([_LT_CONFIG_LIBTOOL_INIT], -+[m4_ifval([$1], -+ [m4_append([_LT_OUTPUT_LIBTOOL_INIT], -+ [$1 -+])])]) -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_INIT]) -+ -+ -+# _LT_CONFIG_LIBTOOL([COMMANDS]) -+# ------------------------------ -+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -+m4_define([_LT_CONFIG_LIBTOOL], -+[m4_ifval([$1], -+ [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], -+ [$1 -+])])]) -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) -+ -+ -+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -+# ----------------------------------------------------- -+m4_defun([_LT_CONFIG_SAVE_COMMANDS], -+[_LT_CONFIG_LIBTOOL([$1]) -+_LT_CONFIG_LIBTOOL_INIT([$2]) -+]) -+ -+ -+# _LT_FORMAT_COMMENT([COMMENT]) -+# ----------------------------- -+# Add leading comment marks to the start of each line, and a trailing -+# full-stop to the whole comment if one is not present already. -+m4_define([_LT_FORMAT_COMMENT], -+[m4_ifval([$1], [ -+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], -+ [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -+)]) -+ -+ -+ -+## ------------------------ ## -+## FIXME: Eliminate VARNAME ## -+## ------------------------ ## -+ -+ -+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -+# ------------------------------------------------------------------- -+# CONFIGNAME is the name given to the value in the libtool script. -+# VARNAME is the (base) name used in the configure script. -+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -+# VARNAME. Any other value will be used directly. -+m4_define([_LT_DECL], -+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], -+ [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], -+ [m4_ifval([$1], [$1], [$2])]) -+ lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) -+ m4_ifval([$4], -+ [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) -+ lt_dict_add_subkey([lt_decl_dict], [$2], -+ [tagged?], [m4_ifval([$5], [yes], [no])])]) -+]) -+ -+ -+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -+# -------------------------------------------------------- -+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) -+ -+ -+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -+# ------------------------------------------------ -+m4_define([lt_decl_tag_varnames], -+[_lt_decl_filter([tagged?], [yes], $@)]) -+ -+ -+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -+# --------------------------------------------------------- -+m4_define([_lt_decl_filter], -+[m4_case([$#], -+ [0], [m4_fatal([$0: too few arguments: $#])], -+ [1], [m4_fatal([$0: too few arguments: $#: $1])], -+ [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], -+ [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], -+ [lt_dict_filter([lt_decl_dict], $@)])[]dnl -+]) -+ -+ -+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -+# -------------------------------------------------- -+m4_define([lt_decl_quote_varnames], -+[_lt_decl_filter([value], [1], $@)]) -+ -+ -+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -+# --------------------------------------------------- -+m4_define([lt_decl_dquote_varnames], -+[_lt_decl_filter([value], [2], $@)]) -+ -+ -+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -+# --------------------------------------------------- -+m4_define([lt_decl_varnames_tagged], -+[m4_assert([$# <= 2])dnl -+_$0(m4_quote(m4_default([$1], [[, ]])), -+ m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), -+ m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -+m4_define([_lt_decl_varnames_tagged], -+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) -+ -+ -+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -+# ------------------------------------------------ -+m4_define([lt_decl_all_varnames], -+[_$0(m4_quote(m4_default([$1], [[, ]])), -+ m4_if([$2], [], -+ m4_quote(lt_decl_varnames), -+ m4_quote(m4_shift($@))))[]dnl -+]) -+m4_define([_lt_decl_all_varnames], -+[lt_join($@, lt_decl_varnames_tagged([$1], -+ lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -+]) -+ -+ -+# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -+# ------------------------------------ -+# Quote a variable value, and forward it to `config.status' so that its -+# declaration there will have the same value as in `configure'. VARNAME -+# must have a single quote delimited value for this to work. -+m4_define([_LT_CONFIG_STATUS_DECLARE], -+[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) -+ -+ -+# _LT_CONFIG_STATUS_DECLARATIONS -+# ------------------------------ -+# We delimit libtool config variables with single quotes, so when -+# we write them to config.status, we have to be sure to quote all -+# embedded single quotes properly. In configure, this macro expands -+# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -+# -+# ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' -+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), -+ [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) -+ -+ -+# _LT_LIBTOOL_TAGS -+# ---------------- -+# Output comment and list of tags supported by the script -+m4_defun([_LT_LIBTOOL_TAGS], -+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -+available_tags="_LT_TAGS"dnl -+]) -+ -+ -+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -+# ----------------------------------- -+# Extract the dictionary values for VARNAME (optionally with TAG) and -+# expand to a commented shell variable setting: -+# -+# # Some comment about what VAR is for. -+# visible_name=$lt_internal_name -+m4_define([_LT_LIBTOOL_DECLARE], -+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], -+ [description])))[]dnl -+m4_pushdef([_libtool_name], -+ m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), -+ [0], [_libtool_name=[$]$1], -+ [1], [_libtool_name=$lt_[]$1], -+ [2], [_libtool_name=$lt_[]$1], -+ [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -+]) -+ -+ -+# _LT_LIBTOOL_CONFIG_VARS -+# ----------------------- -+# Produce commented declarations of non-tagged libtool config variables -+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' -+# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -+# section) are produced by _LT_LIBTOOL_TAG_VARS. -+m4_defun([_LT_LIBTOOL_CONFIG_VARS], -+[m4_foreach([_lt_var], -+ m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), -+ [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) -+ -+ -+# _LT_LIBTOOL_TAG_VARS(TAG) -+# ------------------------- -+m4_define([_LT_LIBTOOL_TAG_VARS], -+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), -+ [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) -+ -+ -+# _LT_TAGVAR(VARNAME, [TAGNAME]) -+# ------------------------------ -+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) -+ -+ -+# _LT_CONFIG_COMMANDS -+# ------------------- -+# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -+# variables for single and double quote escaping we saved from calls -+# to _LT_DECL, we can put quote escaped variables declarations -+# into `config.status', and then the shell code to quote escape them in -+# for loops in `config.status'. Finally, any additional code accumulated -+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -+m4_defun([_LT_CONFIG_COMMANDS], -+[AC_PROVIDE_IFELSE([LT_OUTPUT], -+ dnl If the libtool generation code has been placed in $CONFIG_LT, -+ dnl instead of duplicating it all over again into config.status, -+ dnl then we will have config.status run $CONFIG_LT later, so it -+ dnl needs to know what name is stored there: -+ [AC_CONFIG_COMMANDS([libtool], -+ [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], -+ dnl If the libtool generation code is destined for config.status, -+ dnl expand the accumulated commands and init code now: -+ [AC_CONFIG_COMMANDS([libtool], -+ [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -+])#_LT_CONFIG_COMMANDS -+ -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -+[ -+ -+# The HP-UX ksh and POSIX shell print the target directory to stdout -+# if CDPATH is set. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+sed_quote_subst='$sed_quote_subst' -+double_quote_subst='$double_quote_subst' -+delay_variable_subst='$delay_variable_subst' -+_LT_CONFIG_STATUS_DECLARATIONS -+LTCC='$LTCC' -+LTCFLAGS='$LTCFLAGS' -+compiler='$compiler_DEFAULT' -+ -+# Quote evaled strings. -+for var in lt_decl_all_varnames([[ \ -+]], lt_decl_quote_varnames); do -+ case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in -+ *[[\\\\\\\`\\"\\\$]]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+# Double-quote double-evaled strings. -+for var in lt_decl_all_varnames([[ \ -+]], lt_decl_dquote_varnames); do -+ case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in -+ *[[\\\\\\\`\\"\\\$]]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+# Fix-up fallback echo if it was mangled by the above quoting rules. -+case \$lt_ECHO in -+*'\\\[$]0 --fallback-echo"')dnl " -+ lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` -+ ;; -+esac -+ -+_LT_OUTPUT_LIBTOOL_INIT -+]) -+ -+ -+# LT_OUTPUT -+# --------- -+# This macro allows early generation of the libtool script (before -+# AC_OUTPUT is called), incase it is used in configure for compilation -+# tests. -+AC_DEFUN([LT_OUTPUT], -+[: ${CONFIG_LT=./config.lt} -+AC_MSG_NOTICE([creating $CONFIG_LT]) -+cat >"$CONFIG_LT" <<_LTEOF -+#! $SHELL -+# Generated by $as_me. -+# Run this file to recreate a libtool stub with the current configuration. -+ -+lt_cl_silent=false -+SHELL=\${CONFIG_SHELL-$SHELL} -+_LTEOF -+ -+cat >>"$CONFIG_LT" <<\_LTEOF -+AS_SHELL_SANITIZE -+_AS_PREPARE -+ -+exec AS_MESSAGE_FD>&1 -+exec AS_MESSAGE_LOG_FD>>config.log -+{ -+ echo -+ AS_BOX([Running $as_me.]) -+} >&AS_MESSAGE_LOG_FD -+ -+lt_cl_help="\ -+\`$as_me' creates a local libtool stub from the current configuration, -+for use in further configure time tests before the real libtool is -+generated. -+ -+Usage: $[0] [[OPTIONS]] -+ -+ -h, --help print this help, then exit -+ -V, --version print version number, then exit -+ -q, --quiet do not print progress messages -+ -d, --debug don't remove temporary files -+ -+Report bugs to ." -+ -+lt_cl_version="\ -+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -+configured by $[0], generated by m4_PACKAGE_STRING. -+ -+Copyright (C) 2008 Free Software Foundation, Inc. -+This config.lt script is free software; the Free Software Foundation -+gives unlimited permision to copy, distribute and modify it." -+ -+while test $[#] != 0 -+do -+ case $[1] in -+ --version | --v* | -V ) -+ echo "$lt_cl_version"; exit 0 ;; -+ --help | --h* | -h ) -+ echo "$lt_cl_help"; exit 0 ;; -+ --debug | --d* | -d ) -+ debug=: ;; -+ --quiet | --q* | --silent | --s* | -q ) -+ lt_cl_silent=: ;; -+ -+ -*) AC_MSG_ERROR([unrecognized option: $[1] -+Try \`$[0] --help' for more information.]) ;; -+ -+ *) AC_MSG_ERROR([unrecognized argument: $[1] -+Try \`$[0] --help' for more information.]) ;; -+ esac -+ shift -+done -+ -+if $lt_cl_silent; then -+ exec AS_MESSAGE_FD>/dev/null -+fi -+_LTEOF -+ -+cat >>"$CONFIG_LT" <<_LTEOF -+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -+_LTEOF -+ -+cat >>"$CONFIG_LT" <<\_LTEOF -+AC_MSG_NOTICE([creating $ofile]) -+_LT_OUTPUT_LIBTOOL_COMMANDS -+AS_EXIT(0) -+_LTEOF -+chmod +x "$CONFIG_LT" -+ -+# configure is writing to config.log, but config.lt does its own redirection, -+# appending to config.log, which fails on DOS, as config.log is still kept -+# open by configure. Here we exec the FD to /dev/null, effectively closing -+# config.log, so it can be properly (re)opened and appended to by config.lt. -+if test "$no_create" != yes; then -+ lt_cl_success=: -+ test "$silent" = yes && -+ lt_config_lt_args="$lt_config_lt_args --quiet" -+ exec AS_MESSAGE_LOG_FD>/dev/null -+ $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false -+ exec AS_MESSAGE_LOG_FD>>config.log -+ $lt_cl_success || AS_EXIT(1) -+fi -+])# LT_OUTPUT -+ -+ -+# _LT_CONFIG(TAG) -+# --------------- -+# If TAG is the built-in tag, create an initial libtool script with a -+# default configuration from the untagged config vars. Otherwise add code -+# to config.status for appending the configuration named by TAG from the -+# matching tagged config vars. -+m4_defun([_LT_CONFIG], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+_LT_CONFIG_SAVE_COMMANDS([ -+ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl -+ m4_if(_LT_TAG, [C], [ -+ # See if we are running on zsh, and set the options which allow our -+ # commands through without removal of \ escapes. -+ if test -n "${ZSH_VERSION+set}" ; then -+ setopt NO_GLOB_SUBST -+ fi -+ -+ cfgfile="${ofile}T" -+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15 -+ $RM "$cfgfile" -+ -+ cat <<_LT_EOF >> "$cfgfile" -+#! $SHELL -+ -+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION -+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -+# NOTE: Changes made to this file will be lost: look at ltmain.sh. -+# -+_LT_COPYING -+_LT_LIBTOOL_TAGS -+ -+# ### BEGIN LIBTOOL CONFIG -+_LT_LIBTOOL_CONFIG_VARS -+_LT_LIBTOOL_TAG_VARS -+# ### END LIBTOOL CONFIG -+ -+_LT_EOF -+ -+ case $host_os in -+ aix3*) -+ cat <<\_LT_EOF >> "$cfgfile" -+# AIX sometimes has problems with the GCC collect2 program. For some -+# reason, if we set the COLLECT_NAMES environment variable, the problems -+# vanish in a puff of smoke. -+if test "X${COLLECT_NAMES+set}" != Xset; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+fi -+_LT_EOF -+ ;; -+ esac -+ -+ _LT_PROG_LTMAIN -+ -+ # We use sed instead of cat because bash on DJGPP gets confused if -+ # if finds mixed CR/LF and LF-only lines. Since sed operates in -+ # text mode, it properly converts lines to CR/LF. This bash problem -+ # is reportedly fixed, but why not run on old versions too? -+ sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ -+ || (rm -f "$cfgfile"; exit 1) -+ -+ _LT_PROG_XSI_SHELLFNS -+ -+ sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ -+ || (rm -f "$cfgfile"; exit 1) -+ -+ mv -f "$cfgfile" "$ofile" || -+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") -+ chmod +x "$ofile" -+], -+[cat <<_LT_EOF >> "$ofile" -+ -+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -+dnl in a comment (ie after a #). -+# ### BEGIN LIBTOOL TAG CONFIG: $1 -+_LT_LIBTOOL_TAG_VARS(_LT_TAG) -+# ### END LIBTOOL TAG CONFIG: $1 -+_LT_EOF -+])dnl /m4_if -+], -+[m4_if([$1], [], [ -+ PACKAGE='$PACKAGE' -+ VERSION='$VERSION' -+ TIMESTAMP='$TIMESTAMP' -+ RM='$RM' -+ ofile='$ofile'], []) -+])dnl /_LT_CONFIG_SAVE_COMMANDS -+])# _LT_CONFIG -+ -+ -+# LT_SUPPORTED_TAG(TAG) -+# --------------------- -+# Trace this macro to discover what tags are supported by the libtool -+# --tag option, using: -+# autoconf --trace 'LT_SUPPORTED_TAG:$1' -+AC_DEFUN([LT_SUPPORTED_TAG], []) -+ -+ -+# C support is built-in for now -+m4_define([_LT_LANG_C_enabled], []) -+m4_define([_LT_TAGS], []) -+ -+ -+# LT_LANG(LANG) -+# ------------- -+# Enable libtool support for the given language if not already enabled. -+AC_DEFUN([LT_LANG], -+[AC_BEFORE([$0], [LT_OUTPUT])dnl -+m4_case([$1], -+ [C], [_LT_LANG(C)], -+ [C++], [_LT_LANG(CXX)], -+ [Java], [_LT_LANG(GCJ)], -+ [Fortran 77], [_LT_LANG(F77)], -+ [Fortran], [_LT_LANG(FC)], -+ [Windows Resource], [_LT_LANG(RC)], -+ [m4_ifdef([_LT_LANG_]$1[_CONFIG], -+ [_LT_LANG($1)], -+ [m4_fatal([$0: unsupported language: "$1"])])])dnl -+])# LT_LANG -+ -+ -+# _LT_LANG(LANGNAME) -+# ------------------ -+m4_defun([_LT_LANG], -+[m4_ifdef([_LT_LANG_]$1[_enabled], [], -+ [LT_SUPPORTED_TAG([$1])dnl -+ m4_append([_LT_TAGS], [$1 ])dnl -+ m4_define([_LT_LANG_]$1[_enabled], [])dnl -+ _LT_LANG_$1_CONFIG($1)])dnl -+])# _LT_LANG -+ -+ -+# _LT_LANG_DEFAULT_CONFIG -+# ----------------------- -+m4_defun([_LT_LANG_DEFAULT_CONFIG], -+[AC_PROVIDE_IFELSE([AC_PROG_CXX], -+ [LT_LANG(CXX)], -+ [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) -+ -+AC_PROVIDE_IFELSE([AC_PROG_F77], -+ [LT_LANG(F77)], -+ [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) -+ -+AC_PROVIDE_IFELSE([AC_PROG_FC], -+ [LT_LANG(FC)], -+ [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) -+ -+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -+dnl pulling things in needlessly. -+AC_PROVIDE_IFELSE([AC_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [AC_PROVIDE_IFELSE([LT_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [m4_ifdef([AC_PROG_GCJ], -+ [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) -+ m4_ifdef([A][M_PROG_GCJ], -+ [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) -+ m4_ifdef([LT_PROG_GCJ], -+ [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) -+ -+AC_PROVIDE_IFELSE([LT_PROG_RC], -+ [LT_LANG(RC)], -+ [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -+])# _LT_LANG_DEFAULT_CONFIG -+ -+# Obsolete macros: -+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -+dnl AC_DEFUN([AC_LIBTOOL_F77], []) -+dnl AC_DEFUN([AC_LIBTOOL_FC], []) -+dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) -+ -+ -+# _LT_TAG_COMPILER -+# ---------------- -+m4_defun([_LT_TAG_COMPILER], -+[AC_REQUIRE([AC_PROG_CC])dnl -+ -+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl -+ -+# If no C compiler was specified, use CC. -+LTCC=${LTCC-"$CC"} -+ -+# If no C compiler flags were specified, use CFLAGS. -+LTCFLAGS=${LTCFLAGS-"$CFLAGS"} -+ -+# Allow CC to be a program name with arguments. -+compiler=$CC -+])# _LT_TAG_COMPILER -+ -+ -+# _LT_COMPILER_BOILERPLATE -+# ------------------------ -+# Check for compiler boilerplate output or warnings with -+# the simple compiler test code. -+m4_defun([_LT_COMPILER_BOILERPLATE], -+[m4_require([_LT_DECL_SED])dnl -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_compile_test_code" >conftest.$ac_ext -+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_compiler_boilerplate=`cat conftest.err` -+$RM conftest* -+])# _LT_COMPILER_BOILERPLATE -+ -+ -+# _LT_LINKER_BOILERPLATE -+# ---------------------- -+# Check for linker boilerplate output or warnings with -+# the simple link test code. -+m4_defun([_LT_LINKER_BOILERPLATE], -+[m4_require([_LT_DECL_SED])dnl -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_link_test_code" >conftest.$ac_ext -+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_linker_boilerplate=`cat conftest.err` -+$RM -r conftest* -+])# _LT_LINKER_BOILERPLATE -+ -+# _LT_REQUIRED_DARWIN_CHECKS -+# ------------------------- -+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ -+ case $host_os in -+ rhapsody* | darwin*) -+ AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) -+ AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) -+ AC_CHECK_TOOL([LIPO], [lipo], [:]) -+ AC_CHECK_TOOL([OTOOL], [otool], [:]) -+ AC_CHECK_TOOL([OTOOL64], [otool64], [:]) -+ _LT_DECL([], [DSYMUTIL], [1], -+ [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) -+ _LT_DECL([], [NMEDIT], [1], -+ [Tool to change global to local symbols on Mac OS X]) -+ _LT_DECL([], [LIPO], [1], -+ [Tool to manipulate fat objects and archives on Mac OS X]) -+ _LT_DECL([], [OTOOL], [1], -+ [ldd/readelf like tool for Mach-O binaries on Mac OS X]) -+ _LT_DECL([], [OTOOL64], [1], -+ [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) -+ -+ AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], -+ [lt_cv_apple_cc_single_mod=no -+ if test -z "${LT_MULTI_MODULE}"; then -+ # By default we will add the -single_module flag. You can override -+ # by either setting the environment variable LT_MULTI_MODULE -+ # non-empty at configure time, or by adding -multi_module to the -+ # link flags. -+ rm -rf libconftest.dylib* -+ echo "int foo(void){return 1;}" > conftest.c -+ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD -+ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err -+ _lt_result=$? -+ if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then -+ lt_cv_apple_cc_single_mod=yes -+ else -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ fi -+ rm -rf libconftest.dylib* -+ rm -f conftest.* -+ fi]) -+ AC_CACHE_CHECK([for -exported_symbols_list linker flag], -+ [lt_cv_ld_exported_symbols_list], -+ [lt_cv_ld_exported_symbols_list=no -+ save_LDFLAGS=$LDFLAGS -+ echo "_main" > conftest.sym -+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], -+ [lt_cv_ld_exported_symbols_list=yes], -+ [lt_cv_ld_exported_symbols_list=no]) -+ LDFLAGS="$save_LDFLAGS" -+ ]) -+ case $host_os in -+ rhapsody* | darwin1.[[012]]) -+ _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; -+ darwin1.*) -+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; -+ darwin*) # darwin 5.x on -+ # if running on 10.5 or later, the deployment target defaults -+ # to the OS version, if on x86, and 10.4, the deployment -+ # target defaults to 10.4. Don't you love it? -+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in -+ 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) -+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; -+ 10.[[012]]*) -+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; -+ 10.*) -+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; -+ esac -+ ;; -+ esac -+ if test "$lt_cv_apple_cc_single_mod" = "yes"; then -+ _lt_dar_single_mod='$single_module' -+ fi -+ if test "$lt_cv_ld_exported_symbols_list" = "yes"; then -+ _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' -+ else -+ _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' -+ fi -+ if test "$DSYMUTIL" != ":"; then -+ _lt_dsymutil='~$DSYMUTIL $lib || :' -+ else -+ _lt_dsymutil= -+ fi -+ ;; -+ esac -+]) -+ -+ -+# _LT_DARWIN_LINKER_FEATURES -+# -------------------------- -+# Checks for linker and compiler features on darwin -+m4_defun([_LT_DARWIN_LINKER_FEATURES], -+[ -+ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_automatic, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" -+ case $cc_basename in -+ ifort*) _lt_dar_can_shared=yes ;; -+ *) _lt_dar_can_shared=$GCC ;; -+ esac -+ if test "$_lt_dar_can_shared" = "yes"; then -+ output_verbose_link_cmd=echo -+ _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" -+ _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" -+ _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" -+ m4_if([$1], [CXX], -+[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then -+ _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" -+ fi -+],[]) -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+]) -+ -+# _LT_SYS_MODULE_PATH_AIX -+# ----------------------- -+# Links a minimal program and checks the executable -+# for the system default hardcoded library path. In most cases, -+# this is /usr/lib:/lib, but when the MPI compilers are used -+# the location of the communication and MPI libs are included too. -+# If we don't find anything, use the default library path according -+# to the aix ld manual. -+m4_defun([_LT_SYS_MODULE_PATH_AIX], -+[m4_require([_LT_DECL_SED])dnl -+AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -+lt_aix_libpath_sed=' -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\(.*\)$/\1/ -+ p -+ } -+ }' -+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+# Check for a 64-bit object if we didn't find anything. -+if test -z "$aix_libpath"; then -+ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+fi],[]) -+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -+])# _LT_SYS_MODULE_PATH_AIX -+ -+ -+# _LT_SHELL_INIT(ARG) -+# ------------------- -+m4_define([_LT_SHELL_INIT], -+[ifdef([AC_DIVERSION_NOTICE], -+ [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], -+ [AC_DIVERT_PUSH(NOTICE)]) -+$1 -+AC_DIVERT_POP -+])# _LT_SHELL_INIT -+ -+ -+# _LT_PROG_ECHO_BACKSLASH -+# ----------------------- -+# Add some code to the start of the generated configure script which -+# will find an echo command which doesn't interpret backslashes. -+m4_defun([_LT_PROG_ECHO_BACKSLASH], -+[_LT_SHELL_INIT([ -+# Check that we are running under the correct shell. -+SHELL=${CONFIG_SHELL-/bin/sh} -+ -+case X$lt_ECHO in -+X*--fallback-echo) -+ # Remove one level of quotation (which was required for Make). -+ ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` -+ ;; -+esac -+ -+ECHO=${lt_ECHO-echo} -+if test "X[$]1" = X--no-reexec; then -+ # Discard the --no-reexec flag, and continue. -+ shift -+elif test "X[$]1" = X--fallback-echo; then -+ # Avoid inline document here, it may be left over -+ : -+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then -+ # Yippee, $ECHO works! -+ : -+else -+ # Restart under the correct shell. -+ exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} -+fi -+ -+if test "X[$]1" = X--fallback-echo; then -+ # used as fallback echo -+ shift -+ cat <<_LT_EOF -+[$]* -+_LT_EOF -+ exit 0 -+fi -+ -+# The HP-UX ksh and POSIX shell print the target directory to stdout -+# if CDPATH is set. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+if test -z "$lt_ECHO"; then -+ if test "X${echo_test_string+set}" != Xset; then -+ # find a string as large as possible, as long as the shell can cope with it -+ for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do -+ # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... -+ if { echo_test_string=`eval $cmd`; } 2>/dev/null && -+ { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null -+ then -+ break -+ fi -+ done -+ fi -+ -+ if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && -+ echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ : -+ else -+ # The Solaris, AIX, and Digital Unix default echo programs unquote -+ # backslashes. This makes it impossible to quote backslashes using -+ # echo "$something" | sed 's/\\/\\\\/g' -+ # -+ # So, first we look for a working echo in the user's PATH. -+ -+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -+ for dir in $PATH /usr/ucb; do -+ IFS="$lt_save_ifs" -+ if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && -+ test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && -+ echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ ECHO="$dir/echo" -+ break -+ fi -+ done -+ IFS="$lt_save_ifs" -+ -+ if test "X$ECHO" = Xecho; then -+ # We didn't find a better echo, so look for alternatives. -+ if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && -+ echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ # This shell has a builtin print -r that does the trick. -+ ECHO='print -r' -+ elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && -+ test "X$CONFIG_SHELL" != X/bin/ksh; then -+ # If we have ksh, try running configure again with it. -+ ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} -+ export ORIGINAL_CONFIG_SHELL -+ CONFIG_SHELL=/bin/ksh -+ export CONFIG_SHELL -+ exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} -+ else -+ # Try using printf. -+ ECHO='printf %s\n' -+ if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && -+ echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ # Cool, printf works -+ : -+ elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && -+ test "X$echo_testing_string" = 'X\t' && -+ echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL -+ export CONFIG_SHELL -+ SHELL="$CONFIG_SHELL" -+ export SHELL -+ ECHO="$CONFIG_SHELL [$]0 --fallback-echo" -+ elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && -+ test "X$echo_testing_string" = 'X\t' && -+ echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && -+ test "X$echo_testing_string" = "X$echo_test_string"; then -+ ECHO="$CONFIG_SHELL [$]0 --fallback-echo" -+ else -+ # maybe with a smaller string... -+ prev=: -+ -+ for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do -+ if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null -+ then -+ break -+ fi -+ prev="$cmd" -+ done -+ -+ if test "$prev" != 'sed 50q "[$]0"'; then -+ echo_test_string=`eval $prev` -+ export echo_test_string -+ exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} -+ else -+ # Oops. We lost completely, so just stick with echo. -+ ECHO=echo -+ fi -+ fi -+ fi -+ fi -+ fi -+fi -+ -+# Copy echo and quote the copy suitably for passing to libtool from -+# the Makefile, instead of quoting the original, which is used later. -+lt_ECHO=$ECHO -+if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then -+ lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" -+fi -+ -+AC_SUBST(lt_ECHO) -+]) -+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -+_LT_DECL([], [ECHO], [1], -+ [An echo program that does not interpret backslashes]) -+])# _LT_PROG_ECHO_BACKSLASH -+ -+ -+# _LT_ENABLE_LOCK -+# --------------- -+m4_defun([_LT_ENABLE_LOCK], -+[AC_ARG_ENABLE([libtool-lock], -+ [AS_HELP_STRING([--disable-libtool-lock], -+ [avoid locking (might break parallel builds)])]) -+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes -+ -+# Some flags need to be propagated to the compiler or linker for good -+# libtool support. -+case $host in -+ia64-*-hpux*) -+ # Find out which ABI we are using. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *ELF-32*) -+ HPUX_IA64_MODE="32" -+ ;; -+ *ELF-64*) -+ HPUX_IA64_MODE="64" -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+*-*-irix6*) -+ # Find out which ABI we are using. -+ echo '[#]line __oline__ "configure"' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ if test "$lt_cv_prog_gnu_ld" = yes; then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -melf32bsmip" -+ ;; -+ *N32*) -+ LD="${LD-ld} -melf32bmipn32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -melf64bmip" -+ ;; -+ esac -+ else -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -32" -+ ;; -+ *N32*) -+ LD="${LD-ld} -n32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -64" -+ ;; -+ esac -+ fi -+ fi -+ rm -rf conftest* -+ ;; -+ -+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -+s390*-*linux*|s390*-*tpf*|sparc*-*linux*) -+ # Find out which ABI we are using. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.o` in -+ *32-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_i386_fbsd" -+ ;; -+ x86_64-*linux*) -+ LD="${LD-ld} -m elf_i386" -+ ;; -+ ppc64-*linux*|powerpc64-*linux*) -+ LD="${LD-ld} -m elf32ppclinux" -+ ;; -+ s390x-*linux*) -+ LD="${LD-ld} -m elf_s390" -+ ;; -+ sparc64-*linux*) -+ LD="${LD-ld} -m elf32_sparc" -+ ;; -+ esac -+ ;; -+ *64-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_x86_64_fbsd" -+ ;; -+ x86_64-*linux*) -+ LD="${LD-ld} -m elf_x86_64" -+ ;; -+ ppc*-*linux*|powerpc*-*linux*) -+ LD="${LD-ld} -m elf64ppc" -+ ;; -+ s390*-*linux*|s390*-*tpf*) -+ LD="${LD-ld} -m elf64_s390" -+ ;; -+ sparc*-*linux*) -+ LD="${LD-ld} -m elf64_sparc" -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+ -+*-*-sco3.2v5*) -+ # On SCO OpenServer 5, we need -belf to get full-featured binaries. -+ SAVE_CFLAGS="$CFLAGS" -+ CFLAGS="$CFLAGS -belf" -+ AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, -+ [AC_LANG_PUSH(C) -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) -+ AC_LANG_POP]) -+ if test x"$lt_cv_cc_needs_belf" != x"yes"; then -+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf -+ CFLAGS="$SAVE_CFLAGS" -+ fi -+ ;; -+sparc*-*solaris*) -+ # Find out which ABI we are using. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.o` in -+ *64-bit*) -+ case $lt_cv_prog_gnu_ld in -+ yes*) LD="${LD-ld} -m elf64_sparc" ;; -+ *) -+ if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then -+ LD="${LD-ld} -64" -+ fi -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+esac -+ -+need_locks="$enable_libtool_lock" -+])# _LT_ENABLE_LOCK -+ -+ -+# _LT_CMD_OLD_ARCHIVE -+# ------------------- -+m4_defun([_LT_CMD_OLD_ARCHIVE], -+[AC_CHECK_TOOL(AR, ar, false) -+test -z "$AR" && AR=ar -+test -z "$AR_FLAGS" && AR_FLAGS=cru -+_LT_DECL([], [AR], [1], [The archiver]) -+_LT_DECL([], [AR_FLAGS], [1]) -+ -+AC_CHECK_TOOL(STRIP, strip, :) -+test -z "$STRIP" && STRIP=: -+_LT_DECL([], [STRIP], [1], [A symbol stripping program]) -+ -+AC_CHECK_TOOL(RANLIB, ranlib, :) -+test -z "$RANLIB" && RANLIB=: -+_LT_DECL([], [RANLIB], [1], -+ [Commands used to install an old-style archive]) -+ -+# Determine commands to create old-style static archives. -+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -+old_postinstall_cmds='chmod 644 $oldlib' -+old_postuninstall_cmds= -+ -+if test -n "$RANLIB"; then -+ case $host_os in -+ openbsd*) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" -+ ;; -+ *) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" -+ ;; -+ esac -+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" -+fi -+_LT_DECL([], [old_postinstall_cmds], [2]) -+_LT_DECL([], [old_postuninstall_cmds], [2]) -+_LT_TAGDECL([], [old_archive_cmds], [2], -+ [Commands used to build an old-style archive]) -+])# _LT_CMD_OLD_ARCHIVE -+ -+ -+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -+# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -+# ---------------------------------------------------------------- -+# Check whether the given compiler option works -+AC_DEFUN([_LT_COMPILER_OPTION], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_SED])dnl -+AC_CACHE_CHECK([$1], [$2], -+ [$2=no -+ m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ lt_compiler_flag="$3" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ # The option is referenced via a variable to avoid confusing sed. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$lt_compile" 2>conftest.err) -+ ac_status=$? -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD -+ if (exit $ac_status) && test -s "$ac_outfile"; then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings other than the usual output. -+ $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then -+ $2=yes -+ fi -+ fi -+ $RM conftest* -+]) -+ -+if test x"[$]$2" = xyes; then -+ m4_if([$5], , :, [$5]) -+else -+ m4_if([$6], , :, [$6]) -+fi -+])# _LT_COMPILER_OPTION -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) -+ -+ -+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -+# [ACTION-SUCCESS], [ACTION-FAILURE]) -+# ---------------------------------------------------- -+# Check whether the given linker option works -+AC_DEFUN([_LT_LINKER_OPTION], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_SED])dnl -+AC_CACHE_CHECK([$1], [$2], -+ [$2=no -+ save_LDFLAGS="$LDFLAGS" -+ LDFLAGS="$LDFLAGS $3" -+ echo "$lt_simple_link_test_code" > conftest.$ac_ext -+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then -+ # The linker can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ if test -s conftest.err; then -+ # Append any errors to the config.log. -+ cat conftest.err 1>&AS_MESSAGE_LOG_FD -+ $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if diff conftest.exp conftest.er2 >/dev/null; then -+ $2=yes -+ fi -+ else -+ $2=yes -+ fi -+ fi -+ $RM -r conftest* -+ LDFLAGS="$save_LDFLAGS" -+]) -+ -+if test x"[$]$2" = xyes; then -+ m4_if([$4], , :, [$4]) -+else -+ m4_if([$5], , :, [$5]) -+fi -+])# _LT_LINKER_OPTION -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) -+ -+ -+# LT_CMD_MAX_LEN -+#--------------- -+AC_DEFUN([LT_CMD_MAX_LEN], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+# find the maximum length of command line arguments -+AC_MSG_CHECKING([the maximum length of command line arguments]) -+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl -+ i=0 -+ teststring="ABCD" -+ -+ case $build_os in -+ msdosdjgpp*) -+ # On DJGPP, this test can blow up pretty badly due to problems in libc -+ # (any single argument exceeding 2000 bytes causes a buffer overrun -+ # during glob expansion). Even if it were fixed, the result of this -+ # check would be larger than it should be. -+ lt_cv_sys_max_cmd_len=12288; # 12K is about right -+ ;; -+ -+ gnu*) -+ # Under GNU Hurd, this test is not required because there is -+ # no limit to the length of command line arguments. -+ # Libtool will interpret -1 as no limit whatsoever -+ lt_cv_sys_max_cmd_len=-1; -+ ;; -+ -+ cygwin* | mingw* | cegcc*) -+ # On Win9x/ME, this test blows up -- it succeeds, but takes -+ # about 5 minutes as the teststring grows exponentially. -+ # Worse, since 9x/ME are not pre-emptively multitasking, -+ # you end up with a "frozen" computer, even though with patience -+ # the test eventually succeeds (with a max line length of 256k). -+ # Instead, let's just punt: use the minimum linelength reported by -+ # all of the supported platforms: 8192 (on NT/2K/XP). -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ amigaos*) -+ # On AmigaOS with pdksh, this test takes hours, literally. -+ # So we just punt and use a minimum line length of 8192. -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) -+ # This has been around since 386BSD, at least. Likely further. -+ if test -x /sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` -+ elif test -x /usr/sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` -+ else -+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs -+ fi -+ # And add a safety zone -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ ;; -+ -+ interix*) -+ # We know the value 262144 and hardcode it with a safety zone (like BSD) -+ lt_cv_sys_max_cmd_len=196608 -+ ;; -+ -+ osf*) -+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure -+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not -+ # nice to cause kernel panics so lets avoid the loop below. -+ # First set a reasonable default. -+ lt_cv_sys_max_cmd_len=16384 -+ # -+ if test -x /sbin/sysconfig; then -+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in -+ *1*) lt_cv_sys_max_cmd_len=-1 ;; -+ esac -+ fi -+ ;; -+ sco3.2v5*) -+ lt_cv_sys_max_cmd_len=102400 -+ ;; -+ sysv5* | sco5v6* | sysv4.2uw2*) -+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` -+ if test -n "$kargmax"; then -+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` -+ else -+ lt_cv_sys_max_cmd_len=32768 -+ fi -+ ;; -+ *) -+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` -+ if test -n "$lt_cv_sys_max_cmd_len"; then -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ else -+ # Make teststring a little bigger before we do anything with it. -+ # a 1K string should be a reasonable start. -+ for i in 1 2 3 4 5 6 7 8 ; do -+ teststring=$teststring$teststring -+ done -+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} -+ # If test is not a shell built-in, we'll probably end up computing a -+ # maximum length that is only half of the actual maximum length, but -+ # we can't tell. -+ while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ -+ = "XX$teststring$teststring"; } >/dev/null 2>&1 && -+ test $i != 17 # 1/2 MB should be enough -+ do -+ i=`expr $i + 1` -+ teststring=$teststring$teststring -+ done -+ # Only check the string length outside the loop. -+ lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` -+ teststring= -+ # Add a significant safety factor because C++ compilers can tack on -+ # massive amounts of additional arguments before passing them to the -+ # linker. It appears as though 1/2 is a usable value. -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` -+ fi -+ ;; -+ esac -+]) -+if test -n $lt_cv_sys_max_cmd_len ; then -+ AC_MSG_RESULT($lt_cv_sys_max_cmd_len) -+else -+ AC_MSG_RESULT(none) -+fi -+max_cmd_len=$lt_cv_sys_max_cmd_len -+_LT_DECL([], [max_cmd_len], [0], -+ [What is the maximum length of a command?]) -+])# LT_CMD_MAX_LEN -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) -+ -+ -+# _LT_HEADER_DLFCN -+# ---------------- -+m4_defun([_LT_HEADER_DLFCN], -+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -+])# _LT_HEADER_DLFCN -+ -+ -+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -+# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -+# ---------------------------------------------------------------- -+m4_defun([_LT_TRY_DLOPEN_SELF], -+[m4_require([_LT_HEADER_DLFCN])dnl -+if test "$cross_compiling" = yes; then : -+ [$4] -+else -+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 -+ lt_status=$lt_dlunknown -+ cat > conftest.$ac_ext <<_LT_EOF -+[#line __oline__ "configure" -+#include "confdefs.h" -+ -+#if HAVE_DLFCN_H -+#include -+#endif -+ -+#include -+ -+#ifdef RTLD_GLOBAL -+# define LT_DLGLOBAL RTLD_GLOBAL -+#else -+# ifdef DL_GLOBAL -+# define LT_DLGLOBAL DL_GLOBAL -+# else -+# define LT_DLGLOBAL 0 -+# endif -+#endif -+ -+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we -+ find out it does not work in some platform. */ -+#ifndef LT_DLLAZY_OR_NOW -+# ifdef RTLD_LAZY -+# define LT_DLLAZY_OR_NOW RTLD_LAZY -+# else -+# ifdef DL_LAZY -+# define LT_DLLAZY_OR_NOW DL_LAZY -+# else -+# ifdef RTLD_NOW -+# define LT_DLLAZY_OR_NOW RTLD_NOW -+# else -+# ifdef DL_NOW -+# define LT_DLLAZY_OR_NOW DL_NOW -+# else -+# define LT_DLLAZY_OR_NOW 0 -+# endif -+# endif -+# endif -+# endif -+#endif -+ -+void fnord() { int i=42;} -+int main () -+{ -+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); -+ int status = $lt_dlunknown; -+ -+ if (self) -+ { -+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; -+ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; -+ /* dlclose (self); */ -+ } -+ else -+ puts (dlerror ()); -+ -+ return status; -+}] -+_LT_EOF -+ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then -+ (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null -+ lt_status=$? -+ case x$lt_status in -+ x$lt_dlno_uscore) $1 ;; -+ x$lt_dlneed_uscore) $2 ;; -+ x$lt_dlunknown|x*) $3 ;; -+ esac -+ else : -+ # compilation failed -+ $3 -+ fi -+fi -+rm -fr conftest* -+])# _LT_TRY_DLOPEN_SELF -+ -+ -+# LT_SYS_DLOPEN_SELF -+# ------------------ -+AC_DEFUN([LT_SYS_DLOPEN_SELF], -+[m4_require([_LT_HEADER_DLFCN])dnl -+if test "x$enable_dlopen" != xyes; then -+ enable_dlopen=unknown -+ enable_dlopen_self=unknown -+ enable_dlopen_self_static=unknown -+else -+ lt_cv_dlopen=no -+ lt_cv_dlopen_libs= -+ -+ case $host_os in -+ beos*) -+ lt_cv_dlopen="load_add_on" -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ ;; -+ -+ mingw* | pw32* | cegcc*) -+ lt_cv_dlopen="LoadLibrary" -+ lt_cv_dlopen_libs= -+ ;; -+ -+ cygwin*) -+ lt_cv_dlopen="dlopen" -+ lt_cv_dlopen_libs= -+ ;; -+ -+ darwin*) -+ # if libdl is installed we need to link against it -+ AC_CHECK_LIB([dl], [dlopen], -+ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ -+ lt_cv_dlopen="dyld" -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ ]) -+ ;; -+ -+ *) -+ AC_CHECK_FUNC([shl_load], -+ [lt_cv_dlopen="shl_load"], -+ [AC_CHECK_LIB([dld], [shl_load], -+ [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], -+ [AC_CHECK_FUNC([dlopen], -+ [lt_cv_dlopen="dlopen"], -+ [AC_CHECK_LIB([dl], [dlopen], -+ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], -+ [AC_CHECK_LIB([svld], [dlopen], -+ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], -+ [AC_CHECK_LIB([dld], [dld_link], -+ [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ;; -+ esac -+ -+ if test "x$lt_cv_dlopen" != xno; then -+ enable_dlopen=yes -+ else -+ enable_dlopen=no -+ fi -+ -+ case $lt_cv_dlopen in -+ dlopen) -+ save_CPPFLAGS="$CPPFLAGS" -+ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" -+ -+ save_LDFLAGS="$LDFLAGS" -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" -+ -+ save_LIBS="$LIBS" -+ LIBS="$lt_cv_dlopen_libs $LIBS" -+ -+ AC_CACHE_CHECK([whether a program can dlopen itself], -+ lt_cv_dlopen_self, [dnl -+ _LT_TRY_DLOPEN_SELF( -+ lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, -+ lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) -+ ]) -+ -+ if test "x$lt_cv_dlopen_self" = xyes; then -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" -+ AC_CACHE_CHECK([whether a statically linked program can dlopen itself], -+ lt_cv_dlopen_self_static, [dnl -+ _LT_TRY_DLOPEN_SELF( -+ lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, -+ lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) -+ ]) -+ fi -+ -+ CPPFLAGS="$save_CPPFLAGS" -+ LDFLAGS="$save_LDFLAGS" -+ LIBS="$save_LIBS" -+ ;; -+ esac -+ -+ case $lt_cv_dlopen_self in -+ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; -+ *) enable_dlopen_self=unknown ;; -+ esac -+ -+ case $lt_cv_dlopen_self_static in -+ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; -+ *) enable_dlopen_self_static=unknown ;; -+ esac -+fi -+_LT_DECL([dlopen_support], [enable_dlopen], [0], -+ [Whether dlopen is supported]) -+_LT_DECL([dlopen_self], [enable_dlopen_self], [0], -+ [Whether dlopen of programs is supported]) -+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], -+ [Whether dlopen of statically linked programs is supported]) -+])# LT_SYS_DLOPEN_SELF -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) -+ -+ -+# _LT_COMPILER_C_O([TAGNAME]) -+# --------------------------- -+# Check to see if options -c and -o are simultaneously supported by compiler. -+# This macro does not hard code the compiler like AC_PROG_CC_C_O. -+m4_defun([_LT_COMPILER_C_O], -+[m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], -+ [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], -+ [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&AS_MESSAGE_LOG_FD -+ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes -+ fi -+ fi -+ chmod u+w . 2>&AS_MESSAGE_LOG_FD -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+]) -+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], -+ [Does compiler simultaneously support -c and -o options?]) -+])# _LT_COMPILER_C_O -+ -+ -+# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -+# ---------------------------------- -+# Check to see if we can do hard links to lock some files if needed -+m4_defun([_LT_COMPILER_FILE_LOCKS], -+[m4_require([_LT_ENABLE_LOCK])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+_LT_COMPILER_C_O([$1]) -+ -+hard_links="nottested" -+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then -+ # do not overwrite the value of need_locks provided by the user -+ AC_MSG_CHECKING([if we can lock with hard links]) -+ hard_links=yes -+ $RM conftest* -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ touch conftest.a -+ ln conftest.a conftest.b 2>&5 || hard_links=no -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ AC_MSG_RESULT([$hard_links]) -+ if test "$hard_links" = no; then -+ AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) -+ need_locks=warn -+ fi -+else -+ need_locks=no -+fi -+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -+])# _LT_COMPILER_FILE_LOCKS -+ -+ -+# _LT_CHECK_OBJDIR -+# ---------------- -+m4_defun([_LT_CHECK_OBJDIR], -+[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], -+[rm -f .libs 2>/dev/null -+mkdir .libs 2>/dev/null -+if test -d .libs; then -+ lt_cv_objdir=.libs -+else -+ # MS-DOS does not allow filenames that begin with a dot. -+ lt_cv_objdir=_libs -+fi -+rmdir .libs 2>/dev/null]) -+objdir=$lt_cv_objdir -+_LT_DECL([], [objdir], [0], -+ [The name of the directory that contains temporary libtool files])dnl -+m4_pattern_allow([LT_OBJDIR])dnl -+AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", -+ [Define to the sub-directory in which libtool stores uninstalled libraries.]) -+])# _LT_CHECK_OBJDIR -+ -+ -+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -+# -------------------------------------- -+# Check hardcoding attributes. -+m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -+[AC_MSG_CHECKING([how to hardcode library paths into programs]) -+_LT_TAGVAR(hardcode_action, $1)= -+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || -+ test -n "$_LT_TAGVAR(runpath_var, $1)" || -+ test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then -+ -+ # We can hardcode non-existent directories. -+ if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && -+ # If the only mechanism to avoid hardcoding is shlibpath_var, we -+ # have to relink, otherwise we might link with an installed library -+ # when we should be linking with a yet-to-be-installed one -+ ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && -+ test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then -+ # Linking always hardcodes the temporary library directory. -+ _LT_TAGVAR(hardcode_action, $1)=relink -+ else -+ # We can link without hardcoding, and we can hardcode nonexisting dirs. -+ _LT_TAGVAR(hardcode_action, $1)=immediate -+ fi -+else -+ # We cannot hardcode anything, or else we can only hardcode existing -+ # directories. -+ _LT_TAGVAR(hardcode_action, $1)=unsupported -+fi -+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) -+ -+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || -+ test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then -+ # Fast installation is not supported -+ enable_fast_install=no -+elif test "$shlibpath_overrides_runpath" = yes || -+ test "$enable_shared" = no; then -+ # Fast installation is not necessary -+ enable_fast_install=needless -+fi -+_LT_TAGDECL([], [hardcode_action], [0], -+ [How to hardcode a shared library path into an executable]) -+])# _LT_LINKER_HARDCODE_LIBPATH -+ -+ -+# _LT_CMD_STRIPLIB -+# ---------------- -+m4_defun([_LT_CMD_STRIPLIB], -+[m4_require([_LT_DECL_EGREP]) -+striplib= -+old_striplib= -+AC_MSG_CHECKING([whether stripping libraries is possible]) -+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" -+ test -z "$striplib" && striplib="$STRIP --strip-unneeded" -+ AC_MSG_RESULT([yes]) -+else -+# FIXME - insert some real tests, host_os isn't really good enough -+ case $host_os in -+ darwin*) -+ if test -n "$STRIP" ; then -+ striplib="$STRIP -x" -+ old_striplib="$STRIP -S" -+ AC_MSG_RESULT([yes]) -+ else -+ AC_MSG_RESULT([no]) -+ fi -+ ;; -+ *) -+ AC_MSG_RESULT([no]) -+ ;; -+ esac -+fi -+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -+_LT_DECL([], [striplib], [1]) -+])# _LT_CMD_STRIPLIB -+ -+ -+# _LT_SYS_DYNAMIC_LINKER([TAG]) -+# ----------------------------- -+# PORTME Fill in your ld.so characteristics -+m4_defun([_LT_SYS_DYNAMIC_LINKER], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_OBJDUMP])dnl -+m4_require([_LT_DECL_SED])dnl -+AC_MSG_CHECKING([dynamic linker characteristics]) -+m4_if([$1], -+ [], [ -+if test "$GCC" = yes; then -+ case $host_os in -+ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; -+ *) lt_awk_arg="/^libraries:/" ;; -+ esac -+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` -+ if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then -+ # if the path contains ";" then we assume it to be the separator -+ # otherwise default to the standard path separator (i.e. ":") - it is -+ # assumed that no part of a normal pathname contains ";" but that should -+ # okay in the real world where ";" in dirpaths is itself problematic. -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` -+ else -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ fi -+ # Ok, now we have the path, separated by spaces, we can step through it -+ # and add multilib dir if necessary. -+ lt_tmp_lt_search_path_spec= -+ lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` -+ for lt_sys_path in $lt_search_path_spec; do -+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" -+ else -+ test -d "$lt_sys_path" && \ -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" -+ fi -+ done -+ lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' -+BEGIN {RS=" "; FS="/|\n";} { -+ lt_foo=""; -+ lt_count=0; -+ for (lt_i = NF; lt_i > 0; lt_i--) { -+ if ($lt_i != "" && $lt_i != ".") { -+ if ($lt_i == "..") { -+ lt_count++; -+ } else { -+ if (lt_count == 0) { -+ lt_foo="/" $lt_i lt_foo; -+ } else { -+ lt_count--; -+ } -+ } -+ } -+ } -+ if (lt_foo != "") { lt_freq[[lt_foo]]++; } -+ if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -+}'` -+ sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` -+else -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+fi]) -+library_names_spec= -+libname_spec='lib$name' -+soname_spec= -+shrext_cmds=".so" -+postinstall_cmds= -+postuninstall_cmds= -+finish_cmds= -+finish_eval= -+shlibpath_var= -+shlibpath_overrides_runpath=unknown -+version_type=none -+dynamic_linker="$host_os ld.so" -+sys_lib_dlsearch_path_spec="/lib /usr/lib" -+need_lib_prefix=unknown -+hardcode_into_libs=no -+ -+# when you set need_version to no, make sure it does not cause -set_version -+# flags to be left without arguments -+need_version=unknown -+ -+case $host_os in -+aix3*) -+ version_type=linux -+ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' -+ shlibpath_var=LIBPATH -+ -+ # AIX 3 has no versioning support, so we append a major version to the name. -+ soname_spec='${libname}${release}${shared_ext}$major' -+ ;; -+ -+aix[[4-9]]*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ hardcode_into_libs=yes -+ if test "$host_cpu" = ia64; then -+ # AIX 5 supports IA64 -+ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' -+ shlibpath_var=LD_LIBRARY_PATH -+ else -+ # With GCC up to 2.95.x, collect2 would create an import file -+ # for dependence libraries. The import file would start with -+ # the line `#! .'. This would cause the generated library to -+ # depend on `.', always an invalid library. This was fixed in -+ # development snapshots of GCC prior to 3.0. -+ case $host_os in -+ aix4 | aix4.[[01]] | aix4.[[01]].*) -+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' -+ echo ' yes ' -+ echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then -+ : -+ else -+ can_build_shared=no -+ fi -+ ;; -+ esac -+ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct -+ # soname into executable. Probably we can add versioning support to -+ # collect2, so additional links can be useful in future. -+ if test "$aix_use_runtimelinking" = yes; then -+ # If using run time linking (on AIX 4.2 or later) use lib.so -+ # instead of lib.a to let people know that these are not -+ # typical AIX shared libraries. -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ else -+ # We preserve .a as extension for shared libraries through AIX4.2 -+ # and later when we are not doing run time linking. -+ library_names_spec='${libname}${release}.a $libname.a' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ fi -+ shlibpath_var=LIBPATH -+ fi -+ ;; -+ -+amigaos*) -+ case $host_cpu in -+ powerpc) -+ # Since July 2007 AmigaOS4 officially supports .so libraries. -+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ ;; -+ m68k) -+ library_names_spec='$libname.ixlibrary $libname.a' -+ # Create ${libname}_ixlibrary.a entries in /sys/libs. -+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' -+ ;; -+ esac -+ ;; -+ -+beos*) -+ library_names_spec='${libname}${shared_ext}' -+ dynamic_linker="$host_os ld.so" -+ shlibpath_var=LIBRARY_PATH -+ ;; -+ -+bsdi[[45]]*) -+ version_type=linux -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" -+ # the default ld.so.conf also contains /usr/contrib/lib and -+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow -+ # libtool to hard-code these into programs -+ ;; -+ -+cygwin* | mingw* | pw32* | cegcc*) -+ version_type=windows -+ shrext_cmds=".dll" -+ need_version=no -+ need_lib_prefix=no -+ -+ case $GCC,$host_os in -+ yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) -+ library_names_spec='$libname.dll.a' -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \${file}`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ -+ case $host_os in -+ cygwin*) -+ # Cygwin DLLs use 'cyg' prefix rather than 'lib' -+ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' -+ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" -+ ;; -+ mingw* | cegcc*) -+ # MinGW DLLs use traditional 'lib' prefix -+ soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' -+ sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` -+ if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then -+ # It is most probably a Windows format PATH printed by -+ # mingw gcc, but we are running on Cygwin. Gcc prints its search -+ # path with ; separators, and with drive letters. We can handle the -+ # drive letters (cygwin fileutils understands them), so leave them, -+ # especially as we might pass files found there to a mingw objdump, -+ # which wouldn't understand a cygwinified path. Ahh. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` -+ else -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ fi -+ ;; -+ pw32*) -+ # pw32 DLLs use 'pw' prefix rather than 'lib' -+ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' -+ ;; -+ esac -+ ;; -+ -+ *) -+ library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' -+ ;; -+ esac -+ dynamic_linker='Win32 ld.exe' -+ # FIXME: first we should search . and the directory the executable is in -+ shlibpath_var=PATH -+ ;; -+ -+darwin* | rhapsody*) -+ dynamic_linker="$host_os dyld" -+ version_type=darwin -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' -+ soname_spec='${libname}${release}${major}$shared_ext' -+ shlibpath_overrides_runpath=yes -+ shlibpath_var=DYLD_LIBRARY_PATH -+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -+m4_if([$1], [],[ -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) -+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' -+ ;; -+ -+dgux*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd1*) -+ dynamic_linker=no -+ ;; -+ -+freebsd* | dragonfly*) -+ # DragonFly does not have aout. When/if they implement a new -+ # versioning mechanism, adjust this. -+ if test -x /usr/bin/objformat; then -+ objformat=`/usr/bin/objformat` -+ else -+ case $host_os in -+ freebsd[[123]]*) objformat=aout ;; -+ *) objformat=elf ;; -+ esac -+ fi -+ version_type=freebsd-$objformat -+ case $version_type in -+ freebsd-elf*) -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -+ need_version=no -+ need_lib_prefix=no -+ ;; -+ freebsd-*) -+ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' -+ need_version=yes -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_os in -+ freebsd2*) -+ shlibpath_overrides_runpath=yes -+ ;; -+ freebsd3.[[01]]* | freebsdelf3.[[01]]*) -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ -+ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ *) # from 4.6 on, and DragonFly -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ esac -+ ;; -+ -+gnu*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ hardcode_into_libs=yes -+ ;; -+ -+hpux9* | hpux10* | hpux11*) -+ # Give a soname corresponding to the major version so that dld.sl refuses to -+ # link against other versions. -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ case $host_cpu in -+ ia64*) -+ shrext_cmds='.so' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.so" -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ if test "X$HPUX_IA64_MODE" = X32; then -+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" -+ else -+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" -+ fi -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ hppa*64*) -+ shrext_cmds='.sl' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ *) -+ shrext_cmds='.sl' -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=SHLIB_PATH -+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ ;; -+ esac -+ # HP-UX runs *really* slowly unless shared libraries are mode 555. -+ postinstall_cmds='chmod 555 $lib' -+ ;; -+ -+interix[[3-9]]*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $host_os in -+ nonstopux*) version_type=nonstopux ;; -+ *) -+ if test "$lt_cv_prog_gnu_ld" = yes; then -+ version_type=linux -+ else -+ version_type=irix -+ fi ;; -+ esac -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='${libname}${release}${shared_ext}$major' -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' -+ case $host_os in -+ irix5* | nonstopux*) -+ libsuff= shlibsuff= -+ ;; -+ *) -+ case $LD in # libtool.m4 will add one of these switches to LD -+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") -+ libsuff= shlibsuff= libmagic=32-bit;; -+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") -+ libsuff=32 shlibsuff=N32 libmagic=N32;; -+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") -+ libsuff=64 shlibsuff=64 libmagic=64-bit;; -+ *) libsuff= shlibsuff= libmagic=never-match;; -+ esac -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" -+ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" -+ hardcode_into_libs=yes -+ ;; -+ -+# No shared lib support for Linux oldld, aout, or coff. -+linux*oldld* | linux*aout* | linux*coff*) -+ dynamic_linker=no -+ ;; -+ -+# This must be Linux ELF. -+linux* | k*bsd*-gnu) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # Some binutils ld are patched to set DT_RUNPATH -+ save_LDFLAGS=$LDFLAGS -+ save_libdir=$libdir -+ eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ -+ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], -+ [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], -+ [shlibpath_overrides_runpath=yes])]) -+ LDFLAGS=$save_LDFLAGS -+ libdir=$save_libdir -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ # Append ld.so.conf contents to the search path -+ if test -f /etc/ld.so.conf; then -+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` -+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ fi -+ -+ # We used to test for /lib/ld.so.1 and disable shared libraries on -+ # powerpc, because MkLinux only supported shared libraries with the -+ # GNU dynamic linker. Since this was broken with cross compilers, -+ # most powerpc-linux boxes support dynamic linking these days and -+ # people can always --disable-shared, the test was removed, and we -+ # assume the GNU/Linux dynamic linker is in use. -+ dynamic_linker='GNU/Linux ld.so' -+ ;; -+ -+netbsd*) -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ dynamic_linker='NetBSD (a.out) ld.so' -+ else -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ dynamic_linker='NetBSD ld.elf_so' -+ fi -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ -+newsos6) -+ version_type=linux -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+*nto* | *qnx*) -+ version_type=qnx -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='ldqnx.so' -+ ;; -+ -+openbsd*) -+ version_type=sunos -+ sys_lib_dlsearch_path_spec="/usr/lib" -+ need_lib_prefix=no -+ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. -+ case $host_os in -+ openbsd3.3 | openbsd3.3.*) need_version=yes ;; -+ *) need_version=no ;; -+ esac -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -+ case $host_os in -+ openbsd2.[[89]] | openbsd2.[[89]].*) -+ shlibpath_overrides_runpath=no -+ ;; -+ *) -+ shlibpath_overrides_runpath=yes -+ ;; -+ esac -+ else -+ shlibpath_overrides_runpath=yes -+ fi -+ ;; -+ -+os2*) -+ libname_spec='$name' -+ shrext_cmds=".dll" -+ need_lib_prefix=no -+ library_names_spec='$libname${shared_ext} $libname.a' -+ dynamic_linker='OS/2 ld.exe' -+ shlibpath_var=LIBPATH -+ ;; -+ -+osf3* | osf4* | osf5*) -+ version_type=osf -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='${libname}${release}${shared_ext}$major' -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" -+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" -+ ;; -+ -+rdos*) -+ dynamic_linker=no -+ ;; -+ -+solaris*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ # ldd complains unless libraries are executable -+ postinstall_cmds='chmod +x $lib' -+ ;; -+ -+sunos4*) -+ version_type=sunos -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' -+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ if test "$with_gnu_ld" = yes; then -+ need_lib_prefix=no -+ fi -+ need_version=yes -+ ;; -+ -+sysv4 | sysv4.3*) -+ version_type=linux -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_vendor in -+ sni) -+ shlibpath_overrides_runpath=no -+ need_lib_prefix=no -+ runpath_var=LD_RUN_PATH -+ ;; -+ siemens) -+ need_lib_prefix=no -+ ;; -+ motorola) -+ need_lib_prefix=no -+ need_version=no -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' -+ ;; -+ esac -+ ;; -+ -+sysv4*MP*) -+ if test -d /usr/nec ;then -+ version_type=linux -+ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' -+ soname_spec='$libname${shared_ext}.$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ fi -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ version_type=freebsd-elf -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ if test "$with_gnu_ld" = yes; then -+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' -+ else -+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' -+ case $host_os in -+ sco3.2v5*) -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" -+ ;; -+ esac -+ fi -+ sys_lib_dlsearch_path_spec='/usr/lib' -+ ;; -+ -+tpf*) -+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux. -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+uts4*) -+ version_type=linux -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+*) -+ dynamic_linker=no -+ ;; -+esac -+AC_MSG_RESULT([$dynamic_linker]) -+test "$dynamic_linker" = no && can_build_shared=no -+ -+variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -+if test "$GCC" = yes; then -+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -+fi -+ -+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then -+ sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" -+fi -+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then -+ sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" -+fi -+ -+_LT_DECL([], [variables_saved_for_relink], [1], -+ [Variables whose values should be saved in libtool wrapper scripts and -+ restored at link time]) -+_LT_DECL([], [need_lib_prefix], [0], -+ [Do we need the "lib" prefix for modules?]) -+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -+_LT_DECL([], [version_type], [0], [Library versioning type]) -+_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -+_LT_DECL([], [shlibpath_overrides_runpath], [0], -+ [Is shlibpath searched before the hard-coded library search path?]) -+_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -+_LT_DECL([], [library_names_spec], [1], -+ [[List of archive names. First name is the real one, the rest are links. -+ The last name is the one that the linker finds with -lNAME]]) -+_LT_DECL([], [soname_spec], [1], -+ [[The coded name of the library, if different from the real name]]) -+_LT_DECL([], [postinstall_cmds], [2], -+ [Command to use after installation of a shared archive]) -+_LT_DECL([], [postuninstall_cmds], [2], -+ [Command to use after uninstallation of a shared archive]) -+_LT_DECL([], [finish_cmds], [2], -+ [Commands used to finish a libtool library installation in a directory]) -+_LT_DECL([], [finish_eval], [1], -+ [[As "finish_cmds", except a single script fragment to be evaled but -+ not shown]]) -+_LT_DECL([], [hardcode_into_libs], [0], -+ [Whether we should hardcode library paths into libraries]) -+_LT_DECL([], [sys_lib_search_path_spec], [2], -+ [Compile-time system search path for libraries]) -+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], -+ [Run-time system search path for libraries]) -+])# _LT_SYS_DYNAMIC_LINKER -+ -+ -+# _LT_PATH_TOOL_PREFIX(TOOL) -+# -------------------------- -+# find a file program which can recognize shared library -+AC_DEFUN([_LT_PATH_TOOL_PREFIX], -+[m4_require([_LT_DECL_EGREP])dnl -+AC_MSG_CHECKING([for $1]) -+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, -+[case $MAGIC_CMD in -+[[\\/*] | ?:[\\/]*]) -+ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. -+ ;; -+*) -+ lt_save_MAGIC_CMD="$MAGIC_CMD" -+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -+dnl $ac_dummy forces splitting on constant user-supplied paths. -+dnl POSIX.2 word splitting is done only on the output of word expansions, -+dnl not every word. This closes a longstanding sh security hole. -+ ac_dummy="m4_if([$2], , $PATH, [$2])" -+ for ac_dir in $ac_dummy; do -+ IFS="$lt_save_ifs" -+ test -z "$ac_dir" && ac_dir=. -+ if test -f $ac_dir/$1; then -+ lt_cv_path_MAGIC_CMD="$ac_dir/$1" -+ if test -n "$file_magic_test_file"; then -+ case $deplibs_check_method in -+ "file_magic "*) -+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` -+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" -+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | -+ $EGREP "$file_magic_regex" > /dev/null; then -+ : -+ else -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the command libtool uses to detect shared libraries, -+*** $file_magic_cmd, produces output that libtool cannot recognize. -+*** The result is that libtool may fail to recognize shared libraries -+*** as such. This will affect the creation of libtool libraries that -+*** depend on shared libraries, but programs linked with such libtool -+*** libraries will work regardless of this problem. Nevertheless, you -+*** may want to report the problem to your system manager and/or to -+*** bug-libtool at gnu.org -+ -+_LT_EOF -+ fi ;; -+ esac -+ fi -+ break -+ fi -+ done -+ IFS="$lt_save_ifs" -+ MAGIC_CMD="$lt_save_MAGIC_CMD" -+ ;; -+esac]) -+MAGIC_CMD="$lt_cv_path_MAGIC_CMD" -+if test -n "$MAGIC_CMD"; then -+ AC_MSG_RESULT($MAGIC_CMD) -+else -+ AC_MSG_RESULT(no) -+fi -+_LT_DECL([], [MAGIC_CMD], [0], -+ [Used to examine libraries when file_magic_cmd begins with "file"])dnl -+])# _LT_PATH_TOOL_PREFIX -+ -+# Old name: -+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) -+ -+ -+# _LT_PATH_MAGIC -+# -------------- -+# find a file program which can recognize a shared library -+m4_defun([_LT_PATH_MAGIC], -+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) -+if test -z "$lt_cv_path_MAGIC_CMD"; then -+ if test -n "$ac_tool_prefix"; then -+ _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) -+ else -+ MAGIC_CMD=: -+ fi -+fi -+])# _LT_PATH_MAGIC -+ -+ -+# LT_PATH_LD -+# ---------- -+# find the pathname to the GNU or non-GNU linker -+AC_DEFUN([LT_PATH_LD], -+[AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_CANONICAL_BUILD])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_DECL_EGREP])dnl -+ -+AC_ARG_WITH([gnu-ld], -+ [AS_HELP_STRING([--with-gnu-ld], -+ [assume the C compiler uses GNU ld @<:@default=no@:>@])], -+ [test "$withval" = no || with_gnu_ld=yes], -+ [with_gnu_ld=no])dnl -+ -+ac_prog=ld -+if test "$GCC" = yes; then -+ # Check if gcc -print-prog-name=ld gives a path. -+ AC_MSG_CHECKING([for ld used by $CC]) -+ case $host in -+ *-*-mingw*) -+ # gcc leaves a trailing carriage return which upsets mingw -+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; -+ *) -+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; -+ esac -+ case $ac_prog in -+ # Accept absolute paths. -+ [[\\/]]* | ?:[[\\/]]*) -+ re_direlt='/[[^/]][[^/]]*/\.\./' -+ # Canonicalize the pathname of ld -+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` -+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do -+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` -+ done -+ test -z "$LD" && LD="$ac_prog" -+ ;; -+ "") -+ # If it fails, then pretend we aren't using GCC. -+ ac_prog=ld -+ ;; -+ *) -+ # If it is relative, then search for the first ld in PATH. -+ with_gnu_ld=unknown -+ ;; -+ esac -+elif test "$with_gnu_ld" = yes; then -+ AC_MSG_CHECKING([for GNU ld]) -+else -+ AC_MSG_CHECKING([for non-GNU ld]) -+fi -+AC_CACHE_VAL(lt_cv_path_LD, -+[if test -z "$LD"; then -+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH; do -+ IFS="$lt_save_ifs" -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then -+ lt_cv_path_LD="$ac_dir/$ac_prog" -+ # Check to see if the program is GNU ld. I'd rather use --version, -+ # but apparently some variants of GNU ld only accept -v. -+ # Break only if it was the GNU/non-GNU ld that we prefer. -+ case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then -+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' -+ lt_cv_file_magic_cmd='func_win32_libid' -+ else -+ lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ fi -+ ;; -+ -+cegcc) -+ # use the weaker test based on 'objdump'. See mingw*. -+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ ;; -+ -+darwin* | rhapsody*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+freebsd* | dragonfly*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ case $host_cpu in -+ i*86 ) -+ # Not sure whether the presence of OpenBSD here was a mistake. -+ # Let's accept both of them until this is cleared up. -+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` -+ ;; -+ esac -+ else -+ lt_cv_deplibs_check_method=pass_all -+ fi -+ ;; -+ -+gnu*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+hpux10.20* | hpux11*) -+ lt_cv_file_magic_cmd=/usr/bin/file -+ case $host_cpu in -+ ia64*) -+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' -+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so -+ ;; -+ hppa*64*) -+ [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] -+ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl -+ ;; -+ *) -+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' -+ lt_cv_file_magic_test_file=/usr/lib/libc.sl -+ ;; -+ esac -+ ;; -+ -+interix[[3-9]]*) -+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $LD in -+ *-32|*"-32 ") libmagic=32-bit;; -+ *-n32|*"-n32 ") libmagic=N32;; -+ *-64|*"-64 ") libmagic=64-bit;; -+ *) libmagic=never-match;; -+ esac -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+# This must be Linux ELF. -+linux* | k*bsd*-gnu) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' -+ fi -+ ;; -+ -+newos6*) -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=/usr/lib/libnls.so -+ ;; -+ -+*nto* | *qnx*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+openbsd*) -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' -+ fi -+ ;; -+ -+osf3* | osf4* | osf5*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+rdos*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+solaris*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv4 | sysv4.3*) -+ case $host_vendor in -+ motorola) -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` -+ ;; -+ ncr) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ sequent) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' -+ ;; -+ sni) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" -+ lt_cv_file_magic_test_file=/lib/libc.so -+ ;; -+ siemens) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ pc) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ esac -+ ;; -+ -+tpf*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+esac -+]) -+file_magic_cmd=$lt_cv_file_magic_cmd -+deplibs_check_method=$lt_cv_deplibs_check_method -+test -z "$deplibs_check_method" && deplibs_check_method=unknown -+ -+_LT_DECL([], [deplibs_check_method], [1], -+ [Method to check whether dependent libraries are shared objects]) -+_LT_DECL([], [file_magic_cmd], [1], -+ [Command to use when deplibs_check_method == "file_magic"]) -+])# _LT_CHECK_MAGIC_METHOD -+ -+ -+# LT_PATH_NM -+# ---------- -+# find the pathname to a BSD- or MS-compatible name lister -+AC_DEFUN([LT_PATH_NM], -+[AC_REQUIRE([AC_PROG_CC])dnl -+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -+[if test -n "$NM"; then -+ # Let the user override the test. -+ lt_cv_path_NM="$NM" -+else -+ lt_nm_to_check="${ac_tool_prefix}nm" -+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then -+ lt_nm_to_check="$lt_nm_to_check nm" -+ fi -+ for lt_tmp_nm in $lt_nm_to_check; do -+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do -+ IFS="$lt_save_ifs" -+ test -z "$ac_dir" && ac_dir=. -+ tmp_nm="$ac_dir/$lt_tmp_nm" -+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then -+ # Check to see if the nm accepts a BSD-compat flag. -+ # Adding the `sed 1q' prevents false positives on HP-UX, which says: -+ # nm: unknown option "B" ignored -+ # Tru64's nm complains that /dev/null is an invalid object file -+ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in -+ */dev/null* | *'Invalid file or object type'*) -+ lt_cv_path_NM="$tmp_nm -B" -+ break -+ ;; -+ *) -+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in -+ */dev/null*) -+ lt_cv_path_NM="$tmp_nm -p" -+ break -+ ;; -+ *) -+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but -+ continue # so that we can try to find one that supports BSD flags -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ done -+ IFS="$lt_save_ifs" -+ done -+ : ${lt_cv_path_NM=no} -+fi]) -+if test "$lt_cv_path_NM" != "no"; then -+ NM="$lt_cv_path_NM" -+else -+ # Didn't find any BSD compatible name lister, look for dumpbin. -+ AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) -+ AC_SUBST([DUMPBIN]) -+ if test "$DUMPBIN" != ":"; then -+ NM="$DUMPBIN" -+ fi -+fi -+test -z "$NM" && NM=nm -+AC_SUBST([NM]) -+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl -+ -+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], -+ [lt_cv_nm_interface="BSD nm" -+ echo "int some_variable = 0;" > conftest.$ac_ext -+ (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$ac_compile" 2>conftest.err) -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) -+ cat conftest.out >&AS_MESSAGE_LOG_FD -+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then -+ lt_cv_nm_interface="MS dumpbin" -+ fi -+ rm -f conftest*]) -+])# LT_PATH_NM -+ -+# Old names: -+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_PROG_NM], []) -+dnl AC_DEFUN([AC_PROG_NM], []) -+ -+ -+# LT_LIB_M -+# -------- -+# check for math library -+AC_DEFUN([LT_LIB_M], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+LIBM= -+case $host in -+*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) -+ # These system don't have libm, or don't need it -+ ;; -+*-ncr-sysv4.3*) -+ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") -+ AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") -+ ;; -+*) -+ AC_CHECK_LIB(m, cos, LIBM="-lm") -+ ;; -+esac -+AC_SUBST([LIBM]) -+])# LT_LIB_M -+ -+# Old name: -+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_CHECK_LIBM], []) -+ -+ -+# _LT_COMPILER_NO_RTTI([TAGNAME]) -+# ------------------------------- -+m4_defun([_LT_COMPILER_NO_RTTI], -+[m4_require([_LT_TAG_COMPILER])dnl -+ -+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= -+ -+if test "$GCC" = yes; then -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' -+ -+ _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], -+ lt_cv_prog_compiler_rtti_exceptions, -+ [-fno-rtti -fno-exceptions], [], -+ [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -+fi -+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], -+ [Compiler flag to turn off builtin functions]) -+])# _LT_COMPILER_NO_RTTI -+ -+ -+# _LT_CMD_GLOBAL_SYMBOLS -+# ---------------------- -+m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+AC_REQUIRE([LT_PATH_LD])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+ -+# Check for command to grab the raw symbol name followed by C symbol from nm. -+AC_MSG_CHECKING([command to parse $NM output from $compiler object]) -+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], -+[ -+# These are sane defaults that work on at least a few old systems. -+# [They come from Ultrix. What could be older than Ultrix?!! ;)] -+ -+# Character class describing NM global symbol codes. -+symcode='[[BCDEGRST]]' -+ -+# Regexp to match symbols that can be accessed directly from C. -+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' -+ -+# Define system-specific variables. -+case $host_os in -+aix*) -+ symcode='[[BCDT]]' -+ ;; -+cygwin* | mingw* | pw32* | cegcc*) -+ symcode='[[ABCDGISTW]]' -+ ;; -+hpux*) -+ if test "$host_cpu" = ia64; then -+ symcode='[[ABCDEGRST]]' -+ fi -+ ;; -+irix* | nonstopux*) -+ symcode='[[BCDEGRST]]' -+ ;; -+osf*) -+ symcode='[[BCDEGQRST]]' -+ ;; -+solaris*) -+ symcode='[[BDRT]]' -+ ;; -+sco3.2v5*) -+ symcode='[[DT]]' -+ ;; -+sysv4.2uw2*) -+ symcode='[[DT]]' -+ ;; -+sysv5* | sco5v6* | unixware* | OpenUNIX*) -+ symcode='[[ABDT]]' -+ ;; -+sysv4) -+ symcode='[[DFNSTU]]' -+ ;; -+esac -+ -+# If we're using GNU nm, then use its standard symbol codes. -+case `$NM -V 2>&1` in -+*GNU* | *'with BFD'*) -+ symcode='[[ABCDGIRSTW]]' ;; -+esac -+ -+# Transform an extracted symbol line into a proper C declaration. -+# Some systems (esp. on ia64) link data and code symbols differently, -+# so use this general approach. -+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" -+ -+# Transform an extracted symbol line into symbol name and symbol address -+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" -+ -+# Handle CRLF in mingw tool chain -+opt_cr= -+case $build_os in -+mingw*) -+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp -+ ;; -+esac -+ -+# Try without a prefix underscore, then with it. -+for ac_symprfx in "" "_"; do -+ -+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. -+ symxfrm="\\1 $ac_symprfx\\2 \\2" -+ -+ # Write the raw and C identifiers. -+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ # Fake it for dumpbin and say T for any non-static function -+ # and D for any global variable. -+ # Also find C++ and __fastcall symbols from MSVC++, -+ # which start with @ or ?. -+ lt_cv_sys_global_symbol_pipe="$AWK ['"\ -+" {last_section=section; section=\$ 3};"\ -+" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -+" \$ 0!~/External *\|/{next};"\ -+" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -+" {if(hide[section]) next};"\ -+" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -+" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -+" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -+" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ -+" ' prfx=^$ac_symprfx]" -+ else -+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" -+ fi -+ -+ # Check to see that the pipe works correctly. -+ pipe_works=no -+ -+ rm -f conftest* -+ cat > conftest.$ac_ext <<_LT_EOF -+#ifdef __cplusplus -+extern "C" { -+#endif -+char nm_test_var; -+void nm_test_func(void); -+void nm_test_func(void){} -+#ifdef __cplusplus -+} -+#endif -+int main(){nm_test_var='a';nm_test_func();return(0);} -+_LT_EOF -+ -+ if AC_TRY_EVAL(ac_compile); then -+ # Now try to grab the symbols. -+ nlist=conftest.nm -+ if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then -+ # Try sorting and uniquifying the output. -+ if sort "$nlist" | uniq > "$nlist"T; then -+ mv -f "$nlist"T "$nlist" -+ else -+ rm -f "$nlist"T -+ fi -+ -+ # Make sure that we snagged all the symbols we need. -+ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then -+ if $GREP ' nm_test_func$' "$nlist" >/dev/null; then -+ cat <<_LT_EOF > conftest.$ac_ext -+#ifdef __cplusplus -+extern "C" { -+#endif -+ -+_LT_EOF -+ # Now generate the symbol file. -+ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' -+ -+ cat <<_LT_EOF >> conftest.$ac_ext -+ -+/* The mapping between symbol names and symbols. */ -+const struct { -+ const char *name; -+ void *address; -+} -+lt__PROGRAM__LTX_preloaded_symbols[[]] = -+{ -+ { "@PROGRAM@", (void *) 0 }, -+_LT_EOF -+ $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext -+ cat <<\_LT_EOF >> conftest.$ac_ext -+ {0, (void *) 0} -+}; -+ -+/* This works around a problem in FreeBSD linker */ -+#ifdef FREEBSD_WORKAROUND -+static const void *lt_preloaded_setup() { -+ return lt__PROGRAM__LTX_preloaded_symbols; -+} -+#endif -+ -+#ifdef __cplusplus -+} -+#endif -+_LT_EOF -+ # Now try linking the two files. -+ mv conftest.$ac_objext conftstm.$ac_objext -+ lt_save_LIBS="$LIBS" -+ lt_save_CFLAGS="$CFLAGS" -+ LIBS="conftstm.$ac_objext" -+ CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" -+ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then -+ pipe_works=yes -+ fi -+ LIBS="$lt_save_LIBS" -+ CFLAGS="$lt_save_CFLAGS" -+ else -+ echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD -+ cat conftest.$ac_ext >&5 -+ fi -+ rm -rf conftest* conftst* -+ -+ # Do not use the global_symbol_pipe unless it works. -+ if test "$pipe_works" = yes; then -+ break -+ else -+ lt_cv_sys_global_symbol_pipe= -+ fi -+done -+]) -+if test -z "$lt_cv_sys_global_symbol_pipe"; then -+ lt_cv_sys_global_symbol_to_cdecl= -+fi -+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then -+ AC_MSG_RESULT(failed) -+else -+ AC_MSG_RESULT(ok) -+fi -+ -+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], -+ [Take the output of nm and produce a listing of raw symbols and C names]) -+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], -+ [Transform the output of nm in a proper C declaration]) -+_LT_DECL([global_symbol_to_c_name_address], -+ [lt_cv_sys_global_symbol_to_c_name_address], [1], -+ [Transform the output of nm in a C name address pair]) -+_LT_DECL([global_symbol_to_c_name_address_lib_prefix], -+ [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], -+ [Transform the output of nm in a C name address pair when lib prefix is needed]) -+]) # _LT_CMD_GLOBAL_SYMBOLS -+ -+ -+# _LT_COMPILER_PIC([TAGNAME]) -+# --------------------------- -+m4_defun([_LT_COMPILER_PIC], -+[m4_require([_LT_TAG_COMPILER])dnl -+_LT_TAGVAR(lt_prog_compiler_wl, $1)= -+_LT_TAGVAR(lt_prog_compiler_pic, $1)= -+_LT_TAGVAR(lt_prog_compiler_static, $1)= -+ -+AC_MSG_CHECKING([for $compiler option to produce PIC]) -+m4_if([$1], [CXX], [ -+ # C++ specific cases for pic, static, wl, etc. -+ if test "$GXX" = yes; then -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test "$host_cpu" = ia64; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the `-m68020' flag to GCC prevents building anything better, -+ # like `-m68040'. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ mingw* | cygwin* | os2* | pw32* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ ;; -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' -+ ;; -+ *djgpp*) -+ # DJGPP does not support shared libraries at all -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ ;; -+ interix[[3-9]]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic -+ fi -+ ;; -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ else -+ case $host_os in -+ aix[[4-9]]*) -+ # All AIX code is PIC. -+ if test "$host_cpu" = ia64; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ else -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ chorus*) -+ case $cc_basename in -+ cxch68*) -+ # Green Hills C++ Compiler -+ # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" -+ ;; -+ esac -+ ;; -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ freebsd* | dragonfly*) -+ # FreeBSD uses GNU C++ -+ ;; -+ hpux9* | hpux10* | hpux11*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' -+ if test "$host_cpu" != ia64; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ fi -+ ;; -+ aCC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ ;; -+ esac -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ interix*) -+ # This is c89, which is MS Visual C++ (no shared libs) -+ # Anyone wants to do a port? -+ ;; -+ irix5* | irix6* | nonstopux*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ # CC pic flag -KPIC is the default. -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ linux* | k*bsd*-gnu) -+ case $cc_basename in -+ KCC*) -+ # KAI C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ ecpc* ) -+ # old Intel C++ for x86_64 which still supported -KPIC. -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ icpc* ) -+ # Intel C++, used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ cxx*) -+ # Compaq C++ -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ xlc* | xlC*) -+ # IBM XL 8.0 on PPC -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ lynxos*) -+ ;; -+ m88k*) -+ ;; -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ netbsd*) -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ cxx*) -+ # Digital/Compaq C++ -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ psos*) -+ ;; -+ solaris*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ lcc*) -+ # Lucid -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ esac -+ ;; -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ vxworks*) -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ esac -+ fi -+], -+[ -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test "$host_cpu" = ia64; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the `-m68020' flag to GCC prevents building anything better, -+ # like `-m68040'. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ ;; -+ -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' -+ ;; -+ -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ ;; -+ -+ interix[[3-9]]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ -+ msdosdjgpp*) -+ # Just because we use GCC doesn't mean we suddenly get shared libraries -+ # on systems that don't support them. -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ enable_shared=no -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic -+ fi -+ ;; -+ -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ else -+ # PORTME Check for flag to pass linker flags through the system compiler. -+ case $host_os in -+ aix*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ if test "$host_cpu" = ia64; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ else -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ ;; -+ -+ hpux9* | hpux10* | hpux11*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but -+ # not for PA HP-UX. -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ ;; -+ esac -+ # Is there a better lt_prog_compiler_static that works with the bundled CC? -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # PIC (with -KPIC) is the default. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ linux* | k*bsd*-gnu) -+ case $cc_basename in -+ # old Intel for x86_64 which still supported -KPIC. -+ ecc*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ # icc used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ icc* | ifort*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ # Lahey Fortran 8.1. -+ lf95*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' -+ ;; -+ pgcc* | pgf77* | pgf90* | pgf95*) -+ # Portland Group compilers (*not* the Pentium gcc compiler, -+ # which looks to be a dead project) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ ccc*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # All Alpha code is PIC. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ xl*) -+ # IBM XL C 8.0/Fortran 10.1 on PPC -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C 5.9 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ ;; -+ *Sun\ F*) -+ # Sun Fortran 8.3 passes all unrecognized flags to the linker -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ newsos6) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # All OSF/1 code is PIC. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ rdos*) -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ solaris*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ case $cc_basename in -+ f77* | f90* | f95*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; -+ esac -+ ;; -+ -+ sunos4*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ sysv4 | sysv4.2uw2* | sysv4.3*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec ;then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ ;; -+ -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ unicos*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ -+ uts4*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ *) -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ esac -+ fi -+]) -+case $host_os in -+ # For platforms which do not support PIC, -DPIC is meaningless: -+ *djgpp*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" -+ ;; -+esac -+AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -+_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], -+ [How to pass a linker flag through the compiler]) -+ -+# -+# Check to make sure the PIC flag actually works. -+# -+if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then -+ _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], -+ [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], -+ [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], -+ [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in -+ "" | " "*) ;; -+ *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; -+ esac], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -+fi -+_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], -+ [Additional compiler flags for building library objects]) -+ -+# -+# Check to make sure the static flag actually works. -+# -+wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -+_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], -+ _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), -+ $lt_tmp_static_flag, -+ [], -+ [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -+_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], -+ [Compiler flag to prevent dynamic linking]) -+])# _LT_COMPILER_PIC -+ -+ -+# _LT_LINKER_SHLIBS([TAGNAME]) -+# ---------------------------- -+# See if the linker supports building shared libraries. -+m4_defun([_LT_LINKER_SHLIBS], -+[AC_REQUIRE([LT_PATH_LD])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -+m4_if([$1], [CXX], [ -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ case $host_os in -+ aix[[4-9]]*) -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to AIX nm, but means don't demangle with GNU nm -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' -+ else -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' -+ fi -+ ;; -+ pw32*) -+ _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" -+ ;; -+ cygwin* | mingw* | cegcc*) -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' -+ ;; -+ *) -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ ;; -+ esac -+ _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -+], [ -+ runpath_var= -+ _LT_TAGVAR(allow_undefined_flag, $1)= -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(archive_cmds, $1)= -+ _LT_TAGVAR(archive_expsym_cmds, $1)= -+ _LT_TAGVAR(compiler_needs_object, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)= -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ _LT_TAGVAR(hardcode_automatic, $1)=no -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+ _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ _LT_TAGVAR(hardcode_minus_L, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+ _LT_TAGVAR(inherit_rpath, $1)=no -+ _LT_TAGVAR(link_all_deplibs, $1)=unknown -+ _LT_TAGVAR(module_cmds, $1)= -+ _LT_TAGVAR(module_expsym_cmds, $1)= -+ _LT_TAGVAR(old_archive_from_new_cmds, $1)= -+ _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= -+ _LT_TAGVAR(thread_safe_flag_spec, $1)= -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ # include_expsyms should be a list of space-separated symbols to be *always* -+ # included in the symbol list -+ _LT_TAGVAR(include_expsyms, $1)= -+ # exclude_expsyms can be an extended regexp of symbols to exclude -+ # it will be wrapped by ` (' and `)$', so one must not match beginning or -+ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', -+ # as well as any symbol that contains `d'. -+ _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -+ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out -+ # platforms (ab)use it in PIC code, but their linkers get confused if -+ # the symbol is explicitly referenced. Since portable code cannot -+ # rely on this symbol name, it's probably fine to never include it in -+ # preloaded symbol tables. -+ # Exclude shared library initialization/finalization symbols. -+dnl Note also adjust exclude_expsyms for C++ above. -+ extract_expsyms_cmds= -+ -+ case $host_os in -+ cygwin* | mingw* | pw32* | cegcc*) -+ # FIXME: the MSVC++ port hasn't been tested in a loooong time -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ if test "$GCC" != yes; then -+ with_gnu_ld=no -+ fi -+ ;; -+ interix*) -+ # we just hope/assume this is gcc and not c89 (= MSVC++) -+ with_gnu_ld=yes -+ ;; -+ openbsd*) -+ with_gnu_ld=no -+ ;; -+ esac -+ -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ if test "$with_gnu_ld" = yes; then -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ wlarc='${wl}' -+ -+ # Set some defaults for GNU ld with shared library support. These -+ # are reset later if shared libraries are not supported. Putting them -+ # here allows them to be overridden if necessary. -+ runpath_var=LD_RUN_PATH -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ supports_anon_versioning=no -+ case `$LD -v 2>&1` in -+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 -+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... -+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... -+ *\ 2.11.*) ;; # other 2.11 versions -+ *) supports_anon_versioning=yes ;; -+ esac -+ -+ # See if GNU ld supports shared libraries. -+ case $host_os in -+ aix[[3-9]]*) -+ # On AIX/PPC, the GNU linker is very broken -+ if test "$host_cpu" != ia64; then -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the GNU linker, at least up to release 2.9.1, is reported -+*** to be unable to reliably create shared libraries on AIX. -+*** Therefore, libtool is disabling shared libraries support. If you -+*** really care for shared libraries, you may want to modify your PATH -+*** so that a non-GNU linker is found, and then restart. -+ -+_LT_EOF -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='' -+ ;; -+ m68k) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, -+ # as there is no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file (1st line -+ # is EXPORTS), use it as is; otherwise, prepend... -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ interix[[3-9]]*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ -+ gnu* | linux* | tpf* | k*bsd*-gnu) -+ tmp_diet=no -+ if test "$host_os" = linux-dietlibc; then -+ case $cc_basename in -+ diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) -+ esac -+ fi -+ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ -+ && test "$tmp_diet" = no -+ then -+ tmp_addflag= -+ tmp_sharedflag='-shared' -+ case $cc_basename,$host_cpu in -+ pgcc*) # Portland Group C compiler -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' -+ tmp_addflag=' $pic_flag' -+ ;; -+ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' -+ tmp_addflag=' $pic_flag -Mnomain' ;; -+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 -+ tmp_addflag=' -i_dynamic' ;; -+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 -+ tmp_addflag=' -i_dynamic -nofor_main' ;; -+ ifc* | ifort*) # Intel Fortran compiler -+ tmp_addflag=' -nofor_main' ;; -+ lf95*) # Lahey Fortran 8.1 -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ tmp_sharedflag='--shared' ;; -+ xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) -+ tmp_sharedflag='-qmkshrobj' -+ tmp_addflag= ;; -+ esac -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) # Sun C 5.9 -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' -+ _LT_TAGVAR(compiler_needs_object, $1)=yes -+ tmp_sharedflag='-G' ;; -+ *Sun\ F*) # Sun Fortran 8.3 -+ tmp_sharedflag='-G' ;; -+ esac -+ _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ -+ if test "x$supports_anon_versioning" = xyes; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' -+ fi -+ -+ case $cc_basename in -+ xlf*) -+ # IBM XL Fortran 10.1 on PPC cannot create shared libs itself -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+ _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' -+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' -+ if test "x$supports_anon_versioning" = xyes; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ esac -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' -+ wlarc= -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ fi -+ ;; -+ -+ solaris*) -+ if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: The releases 2.8.* of the GNU linker cannot reliably -+*** create shared libraries on Solaris systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.9.1 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) -+ case `$LD -v 2>&1` in -+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not -+*** reliably create shared libraries on SCO systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ ;; -+ *) -+ # For security reasons, it is highly recommended that you always -+ # use absolute paths for naming shared libraries, and exclude the -+ # DT_RUNPATH tag from executables and libraries. But doing so -+ # requires that you compile everything twice, which is a pain. -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ sunos4*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ wlarc= -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ -+ if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then -+ runpath_var= -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)= -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ else -+ # PORTME fill in a description of your system's linker (not GNU ld) -+ case $host_os in -+ aix3*) -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' -+ # Note: this linker hardcodes the directories in LIBPATH if there -+ # are no directories specified by -L. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then -+ # Neither direct hardcoding nor static linking is supported with a -+ # broken collect2. -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ fi -+ ;; -+ -+ aix[[4-9]]*) -+ if test "$host_cpu" = ia64; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag="" -+ else -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to AIX nm, but means don't demangle with GNU nm -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' -+ else -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' -+ fi -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # need to do runtime linking. -+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) -+ for ld_flag in $LDFLAGS; do -+ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then -+ aix_use_runtimelinking=yes -+ break -+ fi -+ done -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ _LT_TAGVAR(archive_cmds, $1)='' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' -+ -+ if test "$GCC" = yes; then -+ case $host_os in aix4.[[012]]|aix4.[[012]].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`${CC} -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ fi -+ ;; -+ esac -+ shared_flag='-shared' -+ if test "$aix_use_runtimelinking" = yes; then -+ shared_flag="$shared_flag "'${wl}-G' -+ fi -+ else -+ # not using gcc -+ if test "$host_cpu" = ia64; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test "$aix_use_runtimelinking" = yes; then -+ shared_flag='${wl}-G' -+ else -+ shared_flag='${wl}-bM:SRE' -+ fi -+ fi -+ fi -+ -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to export. -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ if test "$aix_use_runtimelinking" = yes; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(allow_undefined_flag, $1)='-berok' -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" -+ else -+ if test "$host_cpu" = ia64; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' -+ _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' -+ # Exported symbols can be pulled into shared objects from archives -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ # This is similar to how AIX traditionally builds its shared libraries. -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' -+ fi -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='' -+ ;; -+ m68k) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ ;; -+ -+ bsdi[[45]]*) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ # hardcode_libdir_flag_spec is actually meaningless, as there is -+ # no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=".dll" -+ # FIXME: Setting linknames here is a bad hack. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' -+ # The linker will automatically build a .lib file if we build a DLL. -+ _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' -+ # FIXME: Should let the user specify the lib program. -+ _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' -+ _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ ;; -+ -+ darwin* | rhapsody*) -+ _LT_DARWIN_LINKER_FEATURES($1) -+ ;; -+ -+ dgux*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ freebsd1*) -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor -+ # support. Future versions do this automatically, but an explicit c++rt0.o -+ # does not break anything, and helps significantly (at the cost of a little -+ # extra space). -+ freebsd2.2*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ # Unfortunately, older versions of FreeBSD 2 do not have this feature. -+ freebsd2*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -+ freebsd* | dragonfly*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ hpux9*) -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ ;; -+ -+ hpux10*) -+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ if test "$with_gnu_ld" = no; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ fi -+ ;; -+ -+ hpux11*) -+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ else -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ fi -+ if test "$with_gnu_ld" = no; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ *) -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ fi -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ # Try to use the -exported_symbol ld option, if it does not -+ # work, assume that -exports_file does not work either and -+ # implicitly export all symbols. -+ save_LDFLAGS="$LDFLAGS" -+ LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" -+ AC_LINK_IFELSE(int foo(void) {}, -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' -+ ) -+ LDFLAGS="$save_LDFLAGS" -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(inherit_rpath, $1)=yes -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ newsos6) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *nto* | *qnx*) -+ ;; -+ -+ openbsd*) -+ if test -f /usr/libexec/ld.so; then -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ else -+ case $host_os in -+ openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ ;; -+ esac -+ fi -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ os2*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' -+ _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' -+ ;; -+ -+ osf3*) -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ else -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ ;; -+ -+ osf4* | osf5*) # as osf3* with the addition of -msym flag -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ else -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ -+ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' -+ -+ # Both c and cxx compiler support -rpath directly -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ ;; -+ -+ solaris*) -+ _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' -+ if test "$GCC" = yes; then -+ wlarc='${wl}' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ else -+ case `$CC -V 2>&1` in -+ *"Compilers 5.0"*) -+ wlarc='' -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' -+ ;; -+ *) -+ wlarc='${wl}' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ ;; -+ esac -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands `-z linker_flag'. GCC discards it without `$wl', -+ # but is careful enough not to reorder. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' -+ fi -+ ;; -+ esac -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ sunos4*) -+ if test "x$host_vendor" = xsequent; then -+ # Use $CC to link under sequent, because it throws in some extra .o -+ # files that make .init and .fini sections work. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ sysv4) -+ case $host_vendor in -+ sni) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? -+ ;; -+ siemens) -+ ## LD is ld it makes a PLAMLIB -+ ## CC just makes a GrossModule. -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ ;; -+ motorola) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie -+ ;; -+ esac -+ runpath_var='LD_RUN_PATH' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ sysv4.3*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var=LD_RUN_PATH -+ hardcode_runpath_var=yes -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ fi -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) -+ _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var='LD_RUN_PATH' -+ -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We can NOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' -+ _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ if test "$GCC" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ uts4*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *) -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ -+ if test x$host_vendor = xsni; then -+ case $host in -+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' -+ ;; -+ esac -+ fi -+ fi -+]) -+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no -+ -+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld -+ -+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -+_LT_DECL([], [extract_expsyms_cmds], [2], -+ [The commands to extract the exported symbol list from a shared archive]) -+ -+# -+# Do we need to explicitly link libc? -+# -+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -+x|xyes) -+ # Assume -lc should be added -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ -+ if test "$enable_shared" = yes && test "$GCC" = yes; then -+ case $_LT_TAGVAR(archive_cmds, $1) in -+ *'~'*) -+ # FIXME: we may have to deal with multi-command sequences. -+ ;; -+ '$CC '*) -+ # Test whether the compiler implicitly links with -lc since on some -+ # systems, -lgcc has to come before -lc. If gcc already passes -lc -+ # to ld, don't add -lc before -lgcc. -+ AC_MSG_CHECKING([whether -lc should be explicitly linked in]) -+ $RM conftest* -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ if AC_TRY_EVAL(ac_compile) 2>conftest.err; then -+ soname=conftest -+ lib=conftest -+ libobjs=conftest.$ac_objext -+ deplibs= -+ wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) -+ pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) -+ compiler_flags=-v -+ linker_flags=-v -+ verstring= -+ output_objdir=. -+ libname=conftest -+ lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) -+ _LT_TAGVAR(allow_undefined_flag, $1)= -+ if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) -+ then -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ else -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ fi -+ _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag -+ else -+ cat conftest.err 1>&5 -+ fi -+ $RM conftest* -+ AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) -+ ;; -+ esac -+ fi -+ ;; -+esac -+ -+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], -+ [Whether or not to add -lc for building shared libraries]) -+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], -+ [enable_shared_with_static_runtimes], [0], -+ [Whether or not to disallow shared libs when runtime libs are static]) -+_LT_TAGDECL([], [export_dynamic_flag_spec], [1], -+ [Compiler flag to allow reflexive dlopens]) -+_LT_TAGDECL([], [whole_archive_flag_spec], [1], -+ [Compiler flag to generate shared objects directly from archives]) -+_LT_TAGDECL([], [compiler_needs_object], [1], -+ [Whether the compiler copes with passing no objects directly]) -+_LT_TAGDECL([], [old_archive_from_new_cmds], [2], -+ [Create an old-style archive from a shared archive]) -+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], -+ [Create a temporary old-style archive to link instead of a shared archive]) -+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -+_LT_TAGDECL([], [archive_expsym_cmds], [2]) -+_LT_TAGDECL([], [module_cmds], [2], -+ [Commands used to build a loadable module if different from building -+ a shared archive.]) -+_LT_TAGDECL([], [module_expsym_cmds], [2]) -+_LT_TAGDECL([], [with_gnu_ld], [1], -+ [Whether we are building with GNU ld or not]) -+_LT_TAGDECL([], [allow_undefined_flag], [1], -+ [Flag that allows shared libraries with undefined symbols to be built]) -+_LT_TAGDECL([], [no_undefined_flag], [1], -+ [Flag that enforces no undefined symbols]) -+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], -+ [Flag to hardcode $libdir into a binary during linking. -+ This must work even if $libdir does not exist]) -+_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], -+ [[If ld is used when linking, flag to hardcode $libdir into a binary -+ during linking. This must work even if $libdir does not exist]]) -+_LT_TAGDECL([], [hardcode_libdir_separator], [1], -+ [Whether we need a single "-rpath" flag with a separated argument]) -+_LT_TAGDECL([], [hardcode_direct], [0], -+ [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes -+ DIR into the resulting binary]) -+_LT_TAGDECL([], [hardcode_direct_absolute], [0], -+ [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes -+ DIR into the resulting binary and the resulting library dependency is -+ "absolute", i.e impossible to change by setting ${shlibpath_var} if the -+ library is relocated]) -+_LT_TAGDECL([], [hardcode_minus_L], [0], -+ [Set to "yes" if using the -LDIR flag during linking hardcodes DIR -+ into the resulting binary]) -+_LT_TAGDECL([], [hardcode_shlibpath_var], [0], -+ [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -+ into the resulting binary]) -+_LT_TAGDECL([], [hardcode_automatic], [0], -+ [Set to "yes" if building a shared library automatically hardcodes DIR -+ into the library and all subsequent libraries and executables linked -+ against it]) -+_LT_TAGDECL([], [inherit_rpath], [0], -+ [Set to yes if linker adds runtime paths of dependent libraries -+ to runtime path list]) -+_LT_TAGDECL([], [link_all_deplibs], [0], -+ [Whether libtool must link a program against all its dependency libraries]) -+_LT_TAGDECL([], [fix_srcfile_path], [1], -+ [Fix the shell variable $srcfile for the compiler]) -+_LT_TAGDECL([], [always_export_symbols], [0], -+ [Set to "yes" if exported symbols are required]) -+_LT_TAGDECL([], [export_symbols_cmds], [2], -+ [The commands to list exported symbols]) -+_LT_TAGDECL([], [exclude_expsyms], [1], -+ [Symbols that should not be listed in the preloaded symbols]) -+_LT_TAGDECL([], [include_expsyms], [1], -+ [Symbols that must always be exported]) -+_LT_TAGDECL([], [prelink_cmds], [2], -+ [Commands necessary for linking programs (against libraries) with templates]) -+_LT_TAGDECL([], [file_list_spec], [1], -+ [Specify filename containing input files]) -+dnl FIXME: Not yet implemented -+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -+dnl [Compiler flag to generate thread safe objects]) -+])# _LT_LINKER_SHLIBS -+ -+ -+# _LT_LANG_C_CONFIG([TAG]) -+# ------------------------ -+# Ensure that the configuration variables for a C compiler are suitably -+# defined. These variables are subsequently used by _LT_CONFIG to write -+# the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_C_CONFIG], -+[m4_require([_LT_DECL_EGREP])dnl -+lt_save_CC="$CC" -+AC_LANG_PUSH(C) -+ -+# Source file extension for C test sources. -+ac_ext=c -+ -+# Object file extension for compiled C test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="int some_variable = 0;" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='int main(){return(0);}' -+ -+_LT_TAG_COMPILER -+# Save the default compiler, since it gets overwritten when the other -+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -+compiler_DEFAULT=$CC -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ _LT_COMPILER_NO_RTTI($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ LT_SYS_DLOPEN_SELF -+ _LT_CMD_STRIPLIB -+ -+ # Report which library types will actually be built -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test "$can_build_shared" = "no" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test "$enable_shared" = yes && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ -+ aix[[4-9]]*) -+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then -+ test "$enable_shared" = yes && enable_static=no -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test "$enable_shared" = yes || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_CONFIG($1) -+fi -+AC_LANG_POP -+CC="$lt_save_CC" -+])# _LT_LANG_C_CONFIG -+ -+ -+# _LT_PROG_CXX -+# ------------ -+# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ -+# compiler, we have our own version here. -+m4_defun([_LT_PROG_CXX], -+[ -+pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) -+AC_PROG_CXX -+if test -n "$CXX" && ( test "X$CXX" != "Xno" && -+ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || -+ (test "X$CXX" != "Xg++"))) ; then -+ AC_PROG_CXXCPP -+else -+ _lt_caught_CXX_error=yes -+fi -+popdef([AC_MSG_ERROR]) -+])# _LT_PROG_CXX -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([_LT_PROG_CXX], []) -+ -+ -+# _LT_LANG_CXX_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for a C++ compiler are suitably -+# defined. These variables are subsequently used by _LT_CONFIG to write -+# the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_CXX_CONFIG], -+[AC_REQUIRE([_LT_PROG_CXX])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_EGREP])dnl -+ -+AC_LANG_PUSH(C++) -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(compiler_needs_object, $1)=no -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for C++ test sources. -+ac_ext=cpp -+ -+# Object file extension for compiled C++ test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the CXX compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test "$_lt_caught_CXX_error" != yes; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="int some_variable = 0;" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC=$CC -+ lt_save_LD=$LD -+ lt_save_GCC=$GCC -+ GCC=$GXX -+ lt_save_with_gnu_ld=$with_gnu_ld -+ lt_save_path_LD=$lt_cv_path_LD -+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then -+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx -+ else -+ $as_unset lt_cv_prog_gnu_ld -+ fi -+ if test -n "${lt_cv_path_LDCXX+set}"; then -+ lt_cv_path_LD=$lt_cv_path_LDCXX -+ else -+ $as_unset lt_cv_path_LD -+ fi -+ test -z "${LDCXX+set}" || LD=$LDCXX -+ CC=${CXX-"c++"} -+ compiler=$CC -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ -+ if test -n "$compiler"; then -+ # We don't want -fno-exception when compiling C++ code, so set the -+ # no_builtin_flag separately -+ if test "$GXX" = yes; then -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' -+ else -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= -+ fi -+ -+ if test "$GXX" = yes; then -+ # Set up default GNU C++ configuration -+ -+ LT_PATH_LD -+ -+ # Check if GNU C++ uses GNU ld as the underlying linker, since the -+ # archiving commands below assume that GNU ld is being used. -+ if test "$with_gnu_ld" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to -+ # investigate it a little bit more. (MM) -+ wlarc='${wl}' -+ -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if eval "`$CC -print-prog-name=ld` --help 2>&1" | -+ $GREP 'no-whole-archive' > /dev/null; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ else -+ with_gnu_ld=no -+ wlarc= -+ -+ # A generic and very simple default shared library creation -+ # command for GNU C++ for the case where it uses the native -+ # linker, instead of GNU ld. If possible, this setting should -+ # overridden to take advantage of the native linker features on -+ # the platform it is being used on. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ fi -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' -+ -+ else -+ GXX=no -+ with_gnu_ld=no -+ wlarc= -+ fi -+ -+ # PORTME: fill in a description of your system's C++ link characteristics -+ AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ case $host_os in -+ aix3*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aix[[4-9]]*) -+ if test "$host_cpu" = ia64; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag="" -+ else -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # need to do runtime linking. -+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) -+ for ld_flag in $LDFLAGS; do -+ case $ld_flag in -+ *-brtl*) -+ aix_use_runtimelinking=yes -+ break -+ ;; -+ esac -+ done -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ _LT_TAGVAR(archive_cmds, $1)='' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' -+ -+ if test "$GXX" = yes; then -+ case $host_os in aix4.[[012]]|aix4.[[012]].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`${CC} -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ fi -+ esac -+ shared_flag='-shared' -+ if test "$aix_use_runtimelinking" = yes; then -+ shared_flag="$shared_flag "'${wl}-G' -+ fi -+ else -+ # not using gcc -+ if test "$host_cpu" = ia64; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test "$aix_use_runtimelinking" = yes; then -+ shared_flag='${wl}-G' -+ else -+ shared_flag='${wl}-bM:SRE' -+ fi -+ fi -+ fi -+ -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to -+ # export. -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ if test "$aix_use_runtimelinking" = yes; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(allow_undefined_flag, $1)='-berok' -+ # Determine the default libpath from the value encoded in an empty -+ # executable. -+ _LT_SYS_MODULE_PATH_AIX -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" -+ -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" -+ else -+ if test "$host_cpu" = ia64; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' -+ _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' -+ # Exported symbols can be pulled into shared objects from archives -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ # This is similar to how AIX traditionally builds its shared -+ # libraries. -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' -+ fi -+ fi -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ chorus*) -+ case $cc_basename in -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, -+ # as there is no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file (1st line -+ # is EXPORTS), use it as is; otherwise, prepend... -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ darwin* | rhapsody*) -+ _LT_DARWIN_LINKER_FEATURES($1) -+ ;; -+ -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ freebsd[[12]]*) -+ # C++ shared libraries reported to be fairly broken before -+ # switch to ELF -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ freebsd-elf*) -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ ;; -+ -+ freebsd* | dragonfly*) -+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF -+ # conventions -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ ;; -+ -+ gnu*) -+ ;; -+ -+ hpux9*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aCC*) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' -+ ;; -+ *) -+ if test "$GXX" = yes; then -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ hpux10*|hpux11*) -+ if test $with_gnu_ld = no; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ ;; -+ *) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ ;; -+ esac -+ fi -+ case $host_cpu in -+ hppa*64*|ia64*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ *) -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ ;; -+ esac -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aCC*) -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' -+ ;; -+ *) -+ if test "$GXX" = yes; then -+ if test $with_gnu_ld = no; then -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ fi -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ interix[[3-9]]*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ irix5* | irix6*) -+ case $cc_basename in -+ CC*) -+ # SGI C++ -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' -+ ;; -+ *) -+ if test "$GXX" = yes; then -+ if test "$with_gnu_ld" = no; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' -+ fi -+ fi -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ esac -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(inherit_rpath, $1)=yes -+ ;; -+ -+ linux* | k*bsd*-gnu) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -Bstatic", where "CC" is the KAI C++ compiler. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' -+ ;; -+ icpc* | ecpc* ) -+ # Intel C++ -+ with_gnu_ld=yes -+ # version 8.0 and above of icpc choke on multiply defined symbols -+ # if we add $predep_objects and $postdep_objects, however 7.1 and -+ # earlier do not add the objects themselves. -+ case `$CC -V 2>&1` in -+ *"Version 7."*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ *) # Version 8.0 or newer -+ tmp_idyn= -+ case $host_cpu in -+ ia64*) tmp_idyn=' -i_dynamic';; -+ esac -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ esac -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ case `$CC -V` in -+ *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) -+ _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ -+ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' -+ _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ -+ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ -+ $RANLIB $oldlib' -+ _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' -+ ;; -+ *) # Version 6 will use weak symbols -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' -+ ;; -+ cxx*) -+ # Compaq C++ -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' -+ -+ runpath_var=LD_RUN_PATH -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' -+ ;; -+ xl*) -+ # IBM XL 8.0 on PPC, with GNU ld -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -+ if test "x$supports_anon_versioning" = xyes; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' -+ _LT_TAGVAR(compiler_needs_object, $1)=yes -+ -+ # Not sure whether something based on -+ # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 -+ # would be better. -+ output_verbose_link_cmd='echo' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ lynxos*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ m88k*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' -+ wlarc= -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ fi -+ # Workaround some broken pre-1.5 toolchains -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' -+ ;; -+ -+ *nto* | *qnx*) -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ ;; -+ -+ openbsd2*) -+ # C++ shared libraries are fairly broken -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ openbsd*) -+ if test -f /usr/libexec/ld.so; then -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' -+ fi -+ output_verbose_link_cmd=echo -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Archives containing C++ object files must be created using -+ # the KAI C++ compiler. -+ case $host in -+ osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; -+ *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; -+ esac -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ cxx*) -+ case $host in -+ osf3*) -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ ;; -+ *) -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ -+ echo "-hidden">> $lib.exp~ -+ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ -+ $RM $lib.exp' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' -+ ;; -+ *) -+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' -+ case $host in -+ osf3*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' -+ -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ psos*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ lcc*) -+ # Lucid -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ solaris*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes -+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands `-z linker_flag'. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' -+ ;; -+ esac -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ -+ output_verbose_link_cmd='echo' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' -+ -+ # The C++ compiler must be used to create the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' -+ ;; -+ *) -+ # GNU C++ compiler with Solaris linker -+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then -+ _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' -+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' -+ else -+ # g++ 2.7 appears to require `-G' NOT `-shared' on this -+ # platform. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' -+ fi -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' -+ ;; -+ esac -+ fi -+ ;; -+ esac -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) -+ _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We can NOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' -+ _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ vxworks*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ -+ AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -+ test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no -+ -+ _LT_TAGVAR(GCC, $1)="$GXX" -+ _LT_TAGVAR(LD, $1)="$LD" -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_SYS_HIDDEN_LIBDEPS($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ CC=$lt_save_CC -+ LDCXX=$LD -+ LD=$lt_save_LD -+ GCC=$lt_save_GCC -+ with_gnu_ld=$lt_save_with_gnu_ld -+ lt_cv_path_LDCXX=$lt_cv_path_LD -+ lt_cv_path_LD=$lt_save_path_LD -+ lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld -+ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -+fi # test "$_lt_caught_CXX_error" != yes -+ -+AC_LANG_POP -+])# _LT_LANG_CXX_CONFIG -+ -+ -+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) -+# --------------------------------- -+# Figure out "hidden" library dependencies from verbose -+# compiler output when linking a shared library. -+# Parse the compiler output and extract the necessary -+# objects, libraries and library flags. -+m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+# Dependencies to place before and after the object being linked: -+_LT_TAGVAR(predep_objects, $1)= -+_LT_TAGVAR(postdep_objects, $1)= -+_LT_TAGVAR(predeps, $1)= -+_LT_TAGVAR(postdeps, $1)= -+_LT_TAGVAR(compiler_lib_search_path, $1)= -+ -+dnl we can't use the lt_simple_compile_test_code here, -+dnl because it contains code intended for an executable, -+dnl not a library. It's possible we should let each -+dnl tag define a new lt_????_link_test_code variable, -+dnl but it's only used here... -+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -+int a; -+void foo (void) { a = 0; } -+_LT_EOF -+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -+class Foo -+{ -+public: -+ Foo (void) { a = 0; } -+private: -+ int a; -+}; -+_LT_EOF -+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF -+ subroutine foo -+ implicit none -+ integer*4 a -+ a=0 -+ return -+ end -+_LT_EOF -+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF -+ subroutine foo -+ implicit none -+ integer a -+ a=0 -+ return -+ end -+_LT_EOF -+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -+public class foo { -+ private int a; -+ public void bar (void) { -+ a = 0; -+ } -+}; -+_LT_EOF -+]) -+dnl Parse the compiler output and extract the necessary -+dnl objects, libraries and library flags. -+if AC_TRY_EVAL(ac_compile); then -+ # Parse the compiler output and extract the necessary -+ # objects, libraries and library flags. -+ -+ # Sentinel used to keep track of whether or not we are before -+ # the conftest object file. -+ pre_test_object_deps_done=no -+ -+ for p in `eval "$output_verbose_link_cmd"`; do -+ case $p in -+ -+ -L* | -R* | -l*) -+ # Some compilers place space between "-{L,R}" and the path. -+ # Remove the space. -+ if test $p = "-L" || -+ test $p = "-R"; then -+ prev=$p -+ continue -+ else -+ prev= -+ fi -+ -+ if test "$pre_test_object_deps_done" = no; then -+ case $p in -+ -L* | -R*) -+ # Internal compiler library paths should come after those -+ # provided the user. The postdeps already come after the -+ # user supplied libs so there is no need to process them. -+ if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then -+ _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" -+ else -+ _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" -+ fi -+ ;; -+ # The "-l" case would never come before the object being -+ # linked, so don't bother handling this case. -+ esac -+ else -+ if test -z "$_LT_TAGVAR(postdeps, $1)"; then -+ _LT_TAGVAR(postdeps, $1)="${prev}${p}" -+ else -+ _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" -+ fi -+ fi -+ ;; -+ -+ *.$objext) -+ # This assumes that the test object file only shows up -+ # once in the compiler output. -+ if test "$p" = "conftest.$objext"; then -+ pre_test_object_deps_done=yes -+ continue -+ fi -+ -+ if test "$pre_test_object_deps_done" = no; then -+ if test -z "$_LT_TAGVAR(predep_objects, $1)"; then -+ _LT_TAGVAR(predep_objects, $1)="$p" -+ else -+ _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" -+ fi -+ else -+ if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then -+ _LT_TAGVAR(postdep_objects, $1)="$p" -+ else -+ _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" -+ fi -+ fi -+ ;; -+ -+ *) ;; # Ignore the rest. -+ -+ esac -+ done -+ -+ # Clean up. -+ rm -f a.out a.exe -+else -+ echo "libtool.m4: error: problem compiling $1 test program" -+fi -+ -+$RM -f confest.$objext -+ -+# PORTME: override above test on systems where it is broken -+m4_if([$1], [CXX], -+[case $host_os in -+interix[[3-9]]*) -+ # Interix 3.5 installs completely hosed .la files for C++, so rather than -+ # hack all around it, let's just trust "g++" to DTRT. -+ _LT_TAGVAR(predep_objects,$1)= -+ _LT_TAGVAR(postdep_objects,$1)= -+ _LT_TAGVAR(postdeps,$1)= -+ ;; -+ -+linux*) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ -+ # The more standards-conforming stlport4 library is -+ # incompatible with the Cstd library. Avoid specifying -+ # it if it's in CXXFLAGS. Ignore libCrun as -+ # -library=stlport4 depends on it. -+ case " $CXX $CXXFLAGS " in -+ *" -library=stlport4 "*) -+ solaris_use_stlport4=yes -+ ;; -+ esac -+ -+ if test "$solaris_use_stlport4" != yes; then -+ _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' -+ fi -+ ;; -+ esac -+ ;; -+ -+solaris*) -+ case $cc_basename in -+ CC*) -+ # The more standards-conforming stlport4 library is -+ # incompatible with the Cstd library. Avoid specifying -+ # it if it's in CXXFLAGS. Ignore libCrun as -+ # -library=stlport4 depends on it. -+ case " $CXX $CXXFLAGS " in -+ *" -library=stlport4 "*) -+ solaris_use_stlport4=yes -+ ;; -+ esac -+ -+ # Adding this requires a known-good setup of shared libraries for -+ # Sun compiler versions before 5.6, else PIC objects from an old -+ # archive will be linked into the output, leading to subtle bugs. -+ if test "$solaris_use_stlport4" != yes; then -+ _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' -+ fi -+ ;; -+ esac -+ ;; -+esac -+]) -+ -+case " $_LT_TAGVAR(postdeps, $1) " in -+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -+esac -+ _LT_TAGVAR(compiler_lib_search_dirs, $1)= -+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then -+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` -+fi -+_LT_TAGDECL([], [compiler_lib_search_dirs], [1], -+ [The directories searched by this compiler when creating a shared library]) -+_LT_TAGDECL([], [predep_objects], [1], -+ [Dependencies to place before and after the objects being linked to -+ create a shared library]) -+_LT_TAGDECL([], [postdep_objects], [1]) -+_LT_TAGDECL([], [predeps], [1]) -+_LT_TAGDECL([], [postdeps], [1]) -+_LT_TAGDECL([], [compiler_lib_search_path], [1], -+ [The library search path used internally by the compiler when linking -+ a shared library]) -+])# _LT_SYS_HIDDEN_LIBDEPS -+ -+ -+# _LT_PROG_F77 -+# ------------ -+# Since AC_PROG_F77 is broken, in that it returns the empty string -+# if there is no fortran compiler, we have our own version here. -+m4_defun([_LT_PROG_F77], -+[ -+pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) -+AC_PROG_F77 -+if test -z "$F77" || test "X$F77" = "Xno"; then -+ _lt_disable_F77=yes -+fi -+popdef([AC_MSG_ERROR]) -+])# _LT_PROG_F77 -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([_LT_PROG_F77], []) -+ -+ -+# _LT_LANG_F77_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for a Fortran 77 compiler are -+# suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_F77_CONFIG], -+[AC_REQUIRE([_LT_PROG_F77])dnl -+AC_LANG_PUSH(Fortran 77) -+ -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for f77 test sources. -+ac_ext=f -+ -+# Object file extension for compiled f77 test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the F77 compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test "$_lt_disable_F77" != yes; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="\ -+ subroutine t -+ return -+ end -+" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code="\ -+ program t -+ end -+" -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC="$CC" -+ lt_save_GCC=$GCC -+ CC=${F77-"f77"} -+ compiler=$CC -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ GCC=$G77 -+ if test -n "$compiler"; then -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test "$can_build_shared" = "no" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test "$enable_shared" = yes && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ aix[[4-9]]*) -+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then -+ test "$enable_shared" = yes && enable_static=no -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test "$enable_shared" = yes || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_TAGVAR(GCC, $1)="$G77" -+ _LT_TAGVAR(LD, $1)="$LD" -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ GCC=$lt_save_GCC -+ CC="$lt_save_CC" -+fi # test "$_lt_disable_F77" != yes -+ -+AC_LANG_POP -+])# _LT_LANG_F77_CONFIG -+ -+ -+# _LT_PROG_FC -+# ----------- -+# Since AC_PROG_FC is broken, in that it returns the empty string -+# if there is no fortran compiler, we have our own version here. -+m4_defun([_LT_PROG_FC], -+[ -+pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) -+AC_PROG_FC -+if test -z "$FC" || test "X$FC" = "Xno"; then -+ _lt_disable_FC=yes -+fi -+popdef([AC_MSG_ERROR]) -+])# _LT_PROG_FC -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([_LT_PROG_FC], []) -+ -+ -+# _LT_LANG_FC_CONFIG([TAG]) -+# ------------------------- -+# Ensure that the configuration variables for a Fortran compiler are -+# suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_FC_CONFIG], -+[AC_REQUIRE([_LT_PROG_FC])dnl -+AC_LANG_PUSH(Fortran) -+ -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for fc test sources. -+ac_ext=${ac_fc_srcext-f} -+ -+# Object file extension for compiled fc test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the FC compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test "$_lt_disable_FC" != yes; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="\ -+ subroutine t -+ return -+ end -+" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code="\ -+ program t -+ end -+" -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC="$CC" -+ lt_save_GCC=$GCC -+ CC=${FC-"f95"} -+ compiler=$CC -+ GCC=$ac_cv_fc_compiler_gnu -+ -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ -+ if test -n "$compiler"; then -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test "$can_build_shared" = "no" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test "$enable_shared" = yes && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ aix[[4-9]]*) -+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then -+ test "$enable_shared" = yes && enable_static=no -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test "$enable_shared" = yes || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" -+ _LT_TAGVAR(LD, $1)="$LD" -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_SYS_HIDDEN_LIBDEPS($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ GCC=$lt_save_GCC -+ CC="$lt_save_CC" -+fi # test "$_lt_disable_FC" != yes -+ -+AC_LANG_POP -+])# _LT_LANG_FC_CONFIG -+ -+ -+# _LT_LANG_GCJ_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for the GNU Java Compiler compiler -+# are suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_GCJ_CONFIG], -+[AC_REQUIRE([LT_PROG_GCJ])dnl -+AC_LANG_SAVE -+ -+# Source file extension for Java test sources. -+ac_ext=java -+ -+# Object file extension for compiled Java test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="class foo {}" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' -+ -+# ltmain only uses $CC for tagged configurations so make sure $CC is set. -+_LT_TAG_COMPILER -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+# Allow CC to be a program name with arguments. -+lt_save_CC="$CC" -+lt_save_GCC=$GCC -+GCC=yes -+CC=${GCJ-"gcj"} -+compiler=$CC -+_LT_TAGVAR(compiler, $1)=$CC -+_LT_TAGVAR(LD, $1)="$LD" -+_LT_CC_BASENAME([$compiler]) -+ -+# GCJ did not exist at the time GCC didn't implicitly link libc in. -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ _LT_COMPILER_NO_RTTI($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+fi -+ -+AC_LANG_RESTORE -+ -+GCC=$lt_save_GCC -+CC="$lt_save_CC" -+])# _LT_LANG_GCJ_CONFIG -+ -+ -+# _LT_LANG_RC_CONFIG([TAG]) -+# ------------------------- -+# Ensure that the configuration variables for the Windows resource compiler -+# are suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to `libtool'. -+m4_defun([_LT_LANG_RC_CONFIG], -+[AC_REQUIRE([LT_PROG_RC])dnl -+AC_LANG_SAVE -+ -+# Source file extension for RC test sources. -+ac_ext=rc -+ -+# Object file extension for compiled RC test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code="$lt_simple_compile_test_code" -+ -+# ltmain only uses $CC for tagged configurations so make sure $CC is set. -+_LT_TAG_COMPILER -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+# Allow CC to be a program name with arguments. -+lt_save_CC="$CC" -+lt_save_GCC=$GCC -+GCC= -+CC=${RC-"windres"} -+compiler=$CC -+_LT_TAGVAR(compiler, $1)=$CC -+_LT_CC_BASENAME([$compiler]) -+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes -+ -+if test -n "$compiler"; then -+ : -+ _LT_CONFIG($1) -+fi -+ -+GCC=$lt_save_GCC -+AC_LANG_RESTORE -+CC="$lt_save_CC" -+])# _LT_LANG_RC_CONFIG -+ -+ -+# LT_PROG_GCJ -+# ----------- -+AC_DEFUN([LT_PROG_GCJ], -+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], -+ [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], -+ [AC_CHECK_TOOL(GCJ, gcj,) -+ test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" -+ AC_SUBST(GCJFLAGS)])])[]dnl -+]) -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_GCJ], []) -+ -+ -+# LT_PROG_RC -+# ---------- -+AC_DEFUN([LT_PROG_RC], -+[AC_CHECK_TOOL(RC, windres,) -+]) -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_RC], []) -+ -+ -+# _LT_DECL_EGREP -+# -------------- -+# If we don't have a new enough Autoconf to choose the best grep -+# available, choose the one first in the user's PATH. -+m4_defun([_LT_DECL_EGREP], -+[AC_REQUIRE([AC_PROG_EGREP])dnl -+AC_REQUIRE([AC_PROG_FGREP])dnl -+test -z "$GREP" && GREP=grep -+_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -+_LT_DECL([], [EGREP], [1], [An ERE matcher]) -+_LT_DECL([], [FGREP], [1], [A literal string matcher]) -+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -+AC_SUBST([GREP]) -+]) -+ -+ -+# _LT_DECL_OBJDUMP -+# -------------- -+# If we don't have a new enough Autoconf to choose the best objdump -+# available, choose the one first in the user's PATH. -+m4_defun([_LT_DECL_OBJDUMP], -+[AC_CHECK_TOOL(OBJDUMP, objdump, false) -+test -z "$OBJDUMP" && OBJDUMP=objdump -+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -+AC_SUBST([OBJDUMP]) -+]) -+ -+ -+# _LT_DECL_SED -+# ------------ -+# Check for a fully-functional sed program, that truncates -+# as few characters as possible. Prefer GNU sed if found. -+m4_defun([_LT_DECL_SED], -+[AC_PROG_SED -+test -z "$SED" && SED=sed -+Xsed="$SED -e 1s/^X//" -+_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], -+ [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -+])# _LT_DECL_SED -+ -+m4_ifndef([AC_PROG_SED], [ -+############################################################ -+# NOTE: This macro has been submitted for inclusion into # -+# GNU Autoconf as AC_PROG_SED. When it is available in # -+# a released version of Autoconf we should remove this # -+# macro and use it instead. # -+############################################################ -+ -+m4_defun([AC_PROG_SED], -+[AC_MSG_CHECKING([for a sed that does not truncate output]) -+AC_CACHE_VAL(lt_cv_path_SED, -+[# Loop through the user's path and test for sed and gsed. -+# Then use that list of sed's as ones to test for truncation. -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for lt_ac_prog in sed gsed; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then -+ lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" -+ fi -+ done -+ done -+done -+IFS=$as_save_IFS -+lt_ac_max=0 -+lt_ac_count=0 -+# Add /usr/xpg4/bin/sed as it is typically found on Solaris -+# along with /bin/sed that truncates output. -+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do -+ test ! -f $lt_ac_sed && continue -+ cat /dev/null > conftest.in -+ lt_ac_count=0 -+ echo $ECHO_N "0123456789$ECHO_C" >conftest.in -+ # Check for GNU sed and select it if it is found. -+ if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then -+ lt_cv_path_SED=$lt_ac_sed -+ break -+ fi -+ while true; do -+ cat conftest.in conftest.in >conftest.tmp -+ mv conftest.tmp conftest.in -+ cp conftest.in conftest.nl -+ echo >>conftest.nl -+ $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break -+ cmp -s conftest.out conftest.nl || break -+ # 10000 chars as input seems more than enough -+ test $lt_ac_count -gt 10 && break -+ lt_ac_count=`expr $lt_ac_count + 1` -+ if test $lt_ac_count -gt $lt_ac_max; then -+ lt_ac_max=$lt_ac_count -+ lt_cv_path_SED=$lt_ac_sed -+ fi -+ done -+done -+]) -+SED=$lt_cv_path_SED -+AC_SUBST([SED]) -+AC_MSG_RESULT([$SED]) -+])#AC_PROG_SED -+])#m4_ifndef -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_SED], []) -+ -+ -+# _LT_CHECK_SHELL_FEATURES -+# ------------------------ -+# Find out whether the shell is Bourne or XSI compatible, -+# or has some other useful features. -+m4_defun([_LT_CHECK_SHELL_FEATURES], -+[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) -+# Try some XSI features -+xsi_shell=no -+( _lt_dummy="a/b/c" -+ test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ -+ = c,a/b,, \ -+ && eval 'test $(( 1 + 1 )) -eq 2 \ -+ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ -+ && xsi_shell=yes -+AC_MSG_RESULT([$xsi_shell]) -+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) -+ -+AC_MSG_CHECKING([whether the shell understands "+="]) -+lt_shell_append=no -+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ -+ >/dev/null 2>&1 \ -+ && lt_shell_append=yes -+AC_MSG_RESULT([$lt_shell_append]) -+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) -+ -+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then -+ lt_unset=unset -+else -+ lt_unset=false -+fi -+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl -+ -+# test EBCDIC or ASCII -+case `echo X|tr X '\101'` in -+ A) # ASCII based system -+ # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr -+ lt_SP2NL='tr \040 \012' -+ lt_NL2SP='tr \015\012 \040\040' -+ ;; -+ *) # EBCDIC based system -+ lt_SP2NL='tr \100 \n' -+ lt_NL2SP='tr \r\n \100\100' -+ ;; -+esac -+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -+])# _LT_CHECK_SHELL_FEATURES -+ -+ -+# _LT_PROG_XSI_SHELLFNS -+# --------------------- -+# Bourne and XSI compatible variants of some useful shell functions. -+m4_defun([_LT_PROG_XSI_SHELLFNS], -+[case $xsi_shell in -+ yes) -+ cat << \_LT_EOF >> "$cfgfile" -+ -+# func_dirname file append nondir_replacement -+# Compute the dirname of FILE. If nonempty, add APPEND to the result, -+# otherwise set result to NONDIR_REPLACEMENT. -+func_dirname () -+{ -+ case ${1} in -+ */*) func_dirname_result="${1%/*}${2}" ;; -+ * ) func_dirname_result="${3}" ;; -+ esac -+} -+ -+# func_basename file -+func_basename () -+{ -+ func_basename_result="${1##*/}" -+} -+ -+# func_dirname_and_basename file append nondir_replacement -+# perform func_basename and func_dirname in a single function -+# call: -+# dirname: Compute the dirname of FILE. If nonempty, -+# add APPEND to the result, otherwise set result -+# to NONDIR_REPLACEMENT. -+# value returned in "$func_dirname_result" -+# basename: Compute filename of FILE. -+# value retuned in "$func_basename_result" -+# Implementation must be kept synchronized with func_dirname -+# and func_basename. For efficiency, we do not delegate to -+# those functions but instead duplicate the functionality here. -+func_dirname_and_basename () -+{ -+ case ${1} in -+ */*) func_dirname_result="${1%/*}${2}" ;; -+ * ) func_dirname_result="${3}" ;; -+ esac -+ func_basename_result="${1##*/}" -+} -+ -+# func_stripname prefix suffix name -+# strip PREFIX and SUFFIX off of NAME. -+# PREFIX and SUFFIX must not contain globbing or regex special -+# characters, hashes, percent signs, but SUFFIX may contain a leading -+# dot (in which case that matches only a dot). -+func_stripname () -+{ -+ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are -+ # positional parameters, so assign one to ordinary parameter first. -+ func_stripname_result=${3} -+ func_stripname_result=${func_stripname_result#"${1}"} -+ func_stripname_result=${func_stripname_result%"${2}"} -+} -+ -+# func_opt_split -+func_opt_split () -+{ -+ func_opt_split_opt=${1%%=*} -+ func_opt_split_arg=${1#*=} -+} -+ -+# func_lo2o object -+func_lo2o () -+{ -+ case ${1} in -+ *.lo) func_lo2o_result=${1%.lo}.${objext} ;; -+ *) func_lo2o_result=${1} ;; -+ esac -+} -+ -+# func_xform libobj-or-source -+func_xform () -+{ -+ func_xform_result=${1%.*}.lo -+} -+ -+# func_arith arithmetic-term... -+func_arith () -+{ -+ func_arith_result=$(( $[*] )) -+} -+ -+# func_len string -+# STRING may not start with a hyphen. -+func_len () -+{ -+ func_len_result=${#1} -+} -+ -+_LT_EOF -+ ;; -+ *) # Bourne compatible functions. -+ cat << \_LT_EOF >> "$cfgfile" -+ -+# func_dirname file append nondir_replacement -+# Compute the dirname of FILE. If nonempty, add APPEND to the result, -+# otherwise set result to NONDIR_REPLACEMENT. -+func_dirname () -+{ -+ # Extract subdirectory from the argument. -+ func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` -+ if test "X$func_dirname_result" = "X${1}"; then -+ func_dirname_result="${3}" -+ else -+ func_dirname_result="$func_dirname_result${2}" -+ fi -+} -+ -+# func_basename file -+func_basename () -+{ -+ func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` -+} -+ -+dnl func_dirname_and_basename -+dnl A portable version of this function is already defined in general.m4sh -+dnl so there is no need for it here. -+ -+# func_stripname prefix suffix name -+# strip PREFIX and SUFFIX off of NAME. -+# PREFIX and SUFFIX must not contain globbing or regex special -+# characters, hashes, percent signs, but SUFFIX may contain a leading -+# dot (in which case that matches only a dot). -+# func_strip_suffix prefix name -+func_stripname () -+{ -+ case ${2} in -+ .*) func_stripname_result=`$ECHO "X${3}" \ -+ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; -+ *) func_stripname_result=`$ECHO "X${3}" \ -+ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; -+ esac -+} -+ -+# sed scripts: -+my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' -+my_sed_long_arg='1s/^-[[^=]]*=//' -+ -+# func_opt_split -+func_opt_split () -+{ -+ func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` -+ func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` -+} -+ -+# func_lo2o object -+func_lo2o () -+{ -+ func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` -+} -+ -+# func_xform libobj-or-source -+func_xform () -+{ -+ func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` -+} -+ -+# func_arith arithmetic-term... -+func_arith () -+{ -+ func_arith_result=`expr "$[@]"` -+} -+ -+# func_len string -+# STRING may not start with a hyphen. -+func_len () -+{ -+ func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` -+} -+ -+_LT_EOF -+esac -+ -+case $lt_shell_append in -+ yes) -+ cat << \_LT_EOF >> "$cfgfile" -+ -+# func_append var value -+# Append VALUE to the end of shell variable VAR. -+func_append () -+{ -+ eval "$[1]+=\$[2]" -+} -+_LT_EOF -+ ;; -+ *) -+ cat << \_LT_EOF >> "$cfgfile" -+ -+# func_append var value -+# Append VALUE to the end of shell variable VAR. -+func_append () -+{ -+ eval "$[1]=\$$[1]\$[2]" -+} -+ -+_LT_EOF -+ ;; -+ esac -+]) -diff -pruN uptimed-0.3.16.orig/m4/ltoptions.m4 uptimed-0.3.16/m4/ltoptions.m4 ---- uptimed-0.3.16.orig/m4/ltoptions.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/m4/ltoptions.m4 2009-01-03 17:31:52.425895774 +0000 -@@ -0,0 +1,368 @@ -+# Helper functions for option handling. -*- Autoconf -*- -+# -+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -+# Written by Gary V. Vaughan, 2004 -+# -+# This file is free software; the Free Software Foundation gives -+# unlimited permission to copy and/or distribute it, with or without -+# modifications, as long as this notice is preserved. -+ -+# serial 6 ltoptions.m4 -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) -+ -+ -+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -+# ------------------------------------------ -+m4_define([_LT_MANGLE_OPTION], -+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) -+ -+ -+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -+# --------------------------------------- -+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -+# matching handler defined, dispatch to it. Other OPTION-NAMEs are -+# saved as a flag. -+m4_define([_LT_SET_OPTION], -+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), -+ _LT_MANGLE_DEFUN([$1], [$2]), -+ [m4_warning([Unknown $1 option `$2'])])[]dnl -+]) -+ -+ -+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -+# ------------------------------------------------------------ -+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -+m4_define([_LT_IF_OPTION], -+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) -+ -+ -+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -+# ------------------------------------------------------- -+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -+# are set. -+m4_define([_LT_UNLESS_OPTIONS], -+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), -+ [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), -+ [m4_define([$0_found])])])[]dnl -+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -+])[]dnl -+]) -+ -+ -+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -+# ---------------------------------------- -+# OPTION-LIST is a space-separated list of Libtool options associated -+# with MACRO-NAME. If any OPTION has a matching handler declared with -+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -+# the unknown option and exit. -+m4_defun([_LT_SET_OPTIONS], -+[# Set options -+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), -+ [_LT_SET_OPTION([$1], _LT_Option)]) -+ -+m4_if([$1],[LT_INIT],[ -+ dnl -+ dnl Simply set some default values (i.e off) if boolean options were not -+ dnl specified: -+ _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no -+ ]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no -+ ]) -+ dnl -+ dnl If no reference was made to various pairs of opposing options, then -+ dnl we run the default mode handler for the pair. For example, if neither -+ dnl `shared' nor `disable-shared' was passed, we enable building of shared -+ dnl archives by default: -+ _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], -+ [_LT_ENABLE_FAST_INSTALL]) -+ ]) -+])# _LT_SET_OPTIONS -+ -+ -+## --------------------------------- ## -+## Macros to handle LT_INIT options. ## -+## --------------------------------- ## -+ -+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -+# ----------------------------------------- -+m4_define([_LT_MANGLE_DEFUN], -+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) -+ -+ -+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -+# ----------------------------------------------- -+m4_define([LT_OPTION_DEFINE], -+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -+])# LT_OPTION_DEFINE -+ -+ -+# dlopen -+# ------ -+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -+]) -+ -+AU_DEFUN([AC_LIBTOOL_DLOPEN], -+[_LT_SET_OPTION([LT_INIT], [dlopen]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the `dlopen' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) -+ -+ -+# win32-dll -+# --------- -+# Declare package support for building win32 dll's. -+LT_OPTION_DEFINE([LT_INIT], [win32-dll], -+[enable_win32_dll=yes -+ -+case $host in -+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) -+ AC_CHECK_TOOL(AS, as, false) -+ AC_CHECK_TOOL(DLLTOOL, dlltool, false) -+ AC_CHECK_TOOL(OBJDUMP, objdump, false) -+ ;; -+esac -+ -+test -z "$AS" && AS=as -+_LT_DECL([], [AS], [0], [Assembler program])dnl -+ -+test -z "$DLLTOOL" && DLLTOOL=dlltool -+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl -+ -+test -z "$OBJDUMP" && OBJDUMP=objdump -+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl -+])# win32-dll -+ -+AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+_LT_SET_OPTION([LT_INIT], [win32-dll]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the `win32-dll' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) -+ -+ -+# _LT_ENABLE_SHARED([DEFAULT]) -+# ---------------------------- -+# implement the --enable-shared flag, and supports the `shared' and -+# `disable-shared' LT_INIT options. -+# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -+m4_define([_LT_ENABLE_SHARED], -+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([shared], -+ [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], -+ [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_shared=yes ;; -+ no) enable_shared=no ;; -+ *) -+ enable_shared=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," -+ for pkg in $enableval; do -+ IFS="$lt_save_ifs" -+ if test "X$pkg" = "X$p"; then -+ enable_shared=yes -+ fi -+ done -+ IFS="$lt_save_ifs" -+ ;; -+ esac], -+ [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) -+ -+ _LT_DECL([build_libtool_libs], [enable_shared], [0], -+ [Whether or not to build shared libraries]) -+])# _LT_ENABLE_SHARED -+ -+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) -+ -+# Old names: -+AC_DEFUN([AC_ENABLE_SHARED], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -+]) -+ -+AC_DEFUN([AC_DISABLE_SHARED], -+[_LT_SET_OPTION([LT_INIT], [disable-shared]) -+]) -+ -+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_ENABLE_SHARED], []) -+dnl AC_DEFUN([AM_DISABLE_SHARED], []) -+ -+ -+ -+# _LT_ENABLE_STATIC([DEFAULT]) -+# ---------------------------- -+# implement the --enable-static flag, and support the `static' and -+# `disable-static' LT_INIT options. -+# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -+m4_define([_LT_ENABLE_STATIC], -+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([static], -+ [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], -+ [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_static=yes ;; -+ no) enable_static=no ;; -+ *) -+ enable_static=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," -+ for pkg in $enableval; do -+ IFS="$lt_save_ifs" -+ if test "X$pkg" = "X$p"; then -+ enable_static=yes -+ fi -+ done -+ IFS="$lt_save_ifs" -+ ;; -+ esac], -+ [enable_static=]_LT_ENABLE_STATIC_DEFAULT) -+ -+ _LT_DECL([build_old_libs], [enable_static], [0], -+ [Whether or not to build static libraries]) -+])# _LT_ENABLE_STATIC -+ -+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) -+ -+# Old names: -+AC_DEFUN([AC_ENABLE_STATIC], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -+]) -+ -+AC_DEFUN([AC_DISABLE_STATIC], -+[_LT_SET_OPTION([LT_INIT], [disable-static]) -+]) -+ -+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_ENABLE_STATIC], []) -+dnl AC_DEFUN([AM_DISABLE_STATIC], []) -+ -+ -+ -+# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -+# ---------------------------------- -+# implement the --enable-fast-install flag, and support the `fast-install' -+# and `disable-fast-install' LT_INIT options. -+# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -+m4_define([_LT_ENABLE_FAST_INSTALL], -+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([fast-install], -+ [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], -+ [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_fast_install=yes ;; -+ no) enable_fast_install=no ;; -+ *) -+ enable_fast_install=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," -+ for pkg in $enableval; do -+ IFS="$lt_save_ifs" -+ if test "X$pkg" = "X$p"; then -+ enable_fast_install=yes -+ fi -+ done -+ IFS="$lt_save_ifs" -+ ;; -+ esac], -+ [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) -+ -+_LT_DECL([fast_install], [enable_fast_install], [0], -+ [Whether or not to optimize for fast installation])dnl -+])# _LT_ENABLE_FAST_INSTALL -+ -+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) -+ -+# Old names: -+AU_DEFUN([AC_ENABLE_FAST_INSTALL], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you put -+the `fast-install' option into LT_INIT's first parameter.]) -+]) -+ -+AU_DEFUN([AC_DISABLE_FAST_INSTALL], -+[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you put -+the `disable-fast-install' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) -+ -+ -+# _LT_WITH_PIC([MODE]) -+# -------------------- -+# implement the --with-pic flag, and support the `pic-only' and `no-pic' -+# LT_INIT options. -+# MODE is either `yes' or `no'. If omitted, it defaults to `both'. -+m4_define([_LT_WITH_PIC], -+[AC_ARG_WITH([pic], -+ [AS_HELP_STRING([--with-pic], -+ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], -+ [pic_mode="$withval"], -+ [pic_mode=default]) -+ -+test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) -+ -+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -+])# _LT_WITH_PIC -+ -+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) -+ -+# Old name: -+AU_DEFUN([AC_LIBTOOL_PICMODE], -+[_LT_SET_OPTION([LT_INIT], [pic-only]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the `pic-only' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) -+ -+## ----------------- ## -+## LTDL_INIT Options ## -+## ----------------- ## -+ -+m4_define([_LTDL_MODE], []) -+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], -+ [m4_define([_LTDL_MODE], [nonrecursive])]) -+LT_OPTION_DEFINE([LTDL_INIT], [recursive], -+ [m4_define([_LTDL_MODE], [recursive])]) -+LT_OPTION_DEFINE([LTDL_INIT], [subproject], -+ [m4_define([_LTDL_MODE], [subproject])]) -+ -+m4_define([_LTDL_TYPE], []) -+LT_OPTION_DEFINE([LTDL_INIT], [installable], -+ [m4_define([_LTDL_TYPE], [installable])]) -+LT_OPTION_DEFINE([LTDL_INIT], [convenience], -+ [m4_define([_LTDL_TYPE], [convenience])]) -diff -pruN uptimed-0.3.16.orig/m4/ltsugar.m4 uptimed-0.3.16/m4/ltsugar.m4 ---- uptimed-0.3.16.orig/m4/ltsugar.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/m4/ltsugar.m4 2009-01-03 17:31:52.509151017 +0000 -@@ -0,0 +1,123 @@ -+# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -+# -+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -+# Written by Gary V. Vaughan, 2004 -+# -+# This file is free software; the Free Software Foundation gives -+# unlimited permission to copy and/or distribute it, with or without -+# modifications, as long as this notice is preserved. -+ -+# serial 6 ltsugar.m4 -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) -+ -+ -+# lt_join(SEP, ARG1, [ARG2...]) -+# ----------------------------- -+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -+# associated separator. -+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -+# versions in m4sugar had bugs. -+m4_define([lt_join], -+[m4_if([$#], [1], [], -+ [$#], [2], [[$2]], -+ [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -+m4_define([_lt_join], -+[m4_if([$#$2], [2], [], -+ [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) -+ -+ -+# lt_car(LIST) -+# lt_cdr(LIST) -+# ------------ -+# Manipulate m4 lists. -+# These macros are necessary as long as will still need to support -+# Autoconf-2.59 which quotes differently. -+m4_define([lt_car], [[$1]]) -+m4_define([lt_cdr], -+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], -+ [$#], 1, [], -+ [m4_dquote(m4_shift($@))])]) -+m4_define([lt_unquote], $1) -+ -+ -+# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -+# ------------------------------------------ -+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. -+# Note that neither SEPARATOR nor STRING are expanded; they are appended -+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -+# No SEPARATOR is output if MACRO-NAME was previously undefined (different -+# than defined and empty). -+# -+# This macro is needed until we can rely on Autoconf 2.62, since earlier -+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -+m4_define([lt_append], -+[m4_define([$1], -+ m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) -+ -+ -+ -+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -+# ---------------------------------------------------------- -+# Produce a SEP delimited list of all paired combinations of elements of -+# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -+# has the form PREFIXmINFIXSUFFIXn. -+# Needed until we can rely on m4_combine added in Autoconf 2.62. -+m4_define([lt_combine], -+[m4_if(m4_eval([$# > 3]), [1], -+ [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -+[[m4_foreach([_Lt_prefix], [$2], -+ [m4_foreach([_Lt_suffix], -+ ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, -+ [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) -+ -+ -+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -+# ----------------------------------------------------------------------- -+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -+m4_define([lt_if_append_uniq], -+[m4_ifdef([$1], -+ [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], -+ [lt_append([$1], [$2], [$3])$4], -+ [$5])], -+ [lt_append([$1], [$2], [$3])$4])]) -+ -+ -+# lt_dict_add(DICT, KEY, VALUE) -+# ----------------------------- -+m4_define([lt_dict_add], -+[m4_define([$1($2)], [$3])]) -+ -+ -+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -+# -------------------------------------------- -+m4_define([lt_dict_add_subkey], -+[m4_define([$1($2:$3)], [$4])]) -+ -+ -+# lt_dict_fetch(DICT, KEY, [SUBKEY]) -+# ---------------------------------- -+m4_define([lt_dict_fetch], -+[m4_ifval([$3], -+ m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), -+ m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) -+ -+ -+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -+# ----------------------------------------------------------------- -+m4_define([lt_if_dict_fetch], -+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], -+ [$5], -+ [$6])]) -+ -+ -+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -+# -------------------------------------------------------------- -+m4_define([lt_dict_filter], -+[m4_if([$5], [], [], -+ [lt_join(m4_quote(m4_default([$4], [[, ]])), -+ lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), -+ [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -+]) -diff -pruN uptimed-0.3.16.orig/m4/ltversion.m4 uptimed-0.3.16/m4/ltversion.m4 ---- uptimed-0.3.16.orig/m4/ltversion.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/m4/ltversion.m4 2009-01-03 17:31:52.590020148 +0000 -@@ -0,0 +1,23 @@ -+# ltversion.m4 -- version numbers -*- Autoconf -*- -+# -+# Copyright (C) 2004 Free Software Foundation, Inc. -+# Written by Scott James Remnant, 2004 -+# -+# This file is free software; the Free Software Foundation gives -+# unlimited permission to copy and/or distribute it, with or without -+# modifications, as long as this notice is preserved. -+ -+# Generated from ltversion.in. -+ -+# serial 3012 ltversion.m4 -+# This file is part of GNU Libtool -+ -+m4_define([LT_PACKAGE_VERSION], [2.2.6]) -+m4_define([LT_PACKAGE_REVISION], [1.3012]) -+ -+AC_DEFUN([LTVERSION_VERSION], -+[macro_version='2.2.6' -+macro_revision='1.3012' -+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -+_LT_DECL(, macro_revision, 0) -+]) -diff -pruN uptimed-0.3.16.orig/m4/lt~obsolete.m4 uptimed-0.3.16/m4/lt~obsolete.m4 ---- uptimed-0.3.16.orig/m4/lt~obsolete.m4 1970-01-01 00:00:00.000000000 +0000 -+++ uptimed-0.3.16/m4/lt~obsolete.m4 2009-01-03 17:31:52.680901832 +0000 -@@ -0,0 +1,92 @@ -+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -+# -+# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. -+# Written by Scott James Remnant, 2004. -+# -+# This file is free software; the Free Software Foundation gives -+# unlimited permission to copy and/or distribute it, with or without -+# modifications, as long as this notice is preserved. -+ -+# serial 4 lt~obsolete.m4 -+ -+# These exist entirely to fool aclocal when bootstrapping libtool. -+# -+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) -+# which have later been changed to m4_define as they aren't part of the -+# exported API, or moved to Autoconf or Automake where they belong. -+# -+# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -+# using a macro with the same name in our local m4/libtool.m4 it'll -+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -+# and doesn't know about Autoconf macros at all.) -+# -+# So we provide this file, which has a silly filename so it's always -+# included after everything else. This provides aclocal with the -+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -+# because those macros already exist, or will be overwritten later. -+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -+# -+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -+# Yes, that means every name once taken will need to remain here until -+# we give up compatibility with versions before 1.7, at which point -+# we need to keep only those names which we still refer to. -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) -+ -+m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -+m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -+m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -+m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -+m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -+m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -+m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -+m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -+m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -+m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -+m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -+m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -+m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -+m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -+m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -+m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -+m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -+m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -+m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -+m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -+m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -+m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -+m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -+m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -+m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -+m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -+m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -+m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -+m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) -+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -+m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -diff -pruN uptimed-0.3.16.orig/man/Makefile.in uptimed-0.3.16/man/Makefile.in ---- uptimed-0.3.16.orig/man/Makefile.in 2009-01-03 17:27:13.926145324 +0000 -+++ uptimed-0.3.16/man/Makefile.in 2009-01-03 17:32:52.847149200 +0000 -@@ -34,7 +34,10 @@ host_triplet = @host@ - subdir = man - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ -+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ -+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ -+ $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -diff -pruN uptimed-0.3.16.orig/missing uptimed-0.3.16/missing ---- uptimed-0.3.16.orig/missing 2009-01-03 17:27:13.926145324 +0000 -+++ uptimed-0.3.16/missing 2009-01-03 17:31:00.230019474 +0000 -@@ -1,6 +1,10 @@ - #! /bin/sh - # Common stub for a few missing GNU programs while installing. --# Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc. -+ -+scriptversion=2006-05-10.23 -+ -+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -+# Free Software Foundation, Inc. - # Originally by Fran,cois Pinard , 1996. - - # This program is free software; you can redistribute it and/or modify -@@ -15,8 +19,8 @@ - - # You should have received a copy of the GNU General Public License - # along with this program; if not, write to the Free Software --# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA --# 02111-1307, USA. -+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -+# 02110-1301, USA. - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -29,6 +33,8 @@ if test $# -eq 0; then - fi - - run=: -+sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -+sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - - # In the cases where this matters, `missing' is being run in the - # srcdir already. -@@ -38,18 +44,24 @@ else - configure_ac=configure.in - fi - --case "$1" in -+msg="missing on your system" -+ -+case $1 in - --run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 -+ # Exit code 63 means version mismatch. This often happens -+ # when the user try to use an ancient version of a tool on -+ # a file that requires a minimum version. In this case we -+ # we should proceed has if the program had been absent, or -+ # if --run hadn't been passed. -+ if test $? = 63; then -+ run=: -+ msg="probably too old" -+ fi - ;; --esac -- --# If it does not exist, or fails to run (possibly an outdated version), --# try to emulate it. --case "$1" in - - -h|--h|--he|--hel|--help) - echo "\ -@@ -67,6 +79,7 @@ Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' -+ autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c -@@ -74,11 +87,15 @@ Supported PROGRAM values: - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags -- yacc create \`y.tab.[ch]', if possible, from existing .[ch]" -+ yacc create \`y.tab.[ch]', if possible, from existing .[ch] -+ -+Send bug reports to ." -+ exit $? - ;; - - -v|--v|--ve|--ver|--vers|--versi|--versio|--version) -- echo "missing 0.3 - GNU automake" -+ echo "missing $scriptversion (GNU Automake)" -+ exit $? - ;; - - -*) -@@ -87,9 +104,44 @@ Supported PROGRAM values: - exit 1 - ;; - -- aclocal) -+esac -+ -+# Now exit if we have it, but it failed. Also exit now if we -+# don't have it and --version was passed (most likely to detect -+# the program). -+case $1 in -+ lex|yacc) -+ # Not GNU programs, they don't have --version. -+ ;; -+ -+ tar) -+ if test -n "$run"; then -+ echo 1>&2 "ERROR: \`tar' requires --run" -+ exit 1 -+ elif test "x$2" = "x--version" || test "x$2" = "x--help"; then -+ exit 1 -+ fi -+ ;; -+ -+ *) -+ if test -z "$run" && ($1 --version) > /dev/null 2>&1; then -+ # We have it, but it failed. -+ exit 1 -+ elif test "x$2" = "x--version" || test "x$2" = "x--help"; then -+ # Could not run --version or --help. This is probably someone -+ # running `$TOOL --version' or `$TOOL --help' to check whether -+ # $TOOL exists and not knowing $TOOL uses missing. -+ exit 1 -+ fi -+ ;; -+esac -+ -+# If it does not exist, or fails to run (possibly an outdated version), -+# try to emulate it. -+case $1 in -+ aclocal*) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." -@@ -98,7 +150,7 @@ WARNING: \`$1' is missing on your system - - autoconf) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." -@@ -107,7 +159,7 @@ WARNING: \`$1' is missing on your system - - autoheader) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." -@@ -115,7 +167,7 @@ WARNING: \`$1' is missing on your system - test -z "$files" && files="config.h" - touch_files= - for f in $files; do -- case "$f" in -+ case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; -@@ -124,9 +176,9 @@ WARNING: \`$1' is missing on your system - touch $touch_files - ;; - -- automake) -+ automake*) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." -@@ -135,71 +187,92 @@ WARNING: \`$1' is missing on your system - while read f; do touch "$f"; done - ;; - -+ autom4te) -+ echo 1>&2 "\ -+WARNING: \`$1' is needed, but is $msg. -+ You might have modified some files without having the -+ proper tools for further handling them. -+ You can get \`$1' as part of \`Autoconf' from any GNU -+ archive site." -+ -+ file=`echo "$*" | sed -n "$sed_output"` -+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` -+ if test -f "$file"; then -+ touch $file -+ else -+ test -z "$file" || exec >$file -+ echo "#! /bin/sh" -+ echo "# Created by GNU Automake missing as a replacement of" -+ echo "# $ $@" -+ echo "exit 0" -+ chmod +x $file -+ exit 1 -+ fi -+ ;; -+ - bison|yacc) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h -- if [ $# -ne 1 ]; then -+ if test $# -ne 1; then - eval LASTARG="\${$#}" -- case "$LASTARG" in -+ case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` -- if [ -f "$SRCFILE" ]; then -+ if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` -- if [ -f "$SRCFILE" ]; then -+ if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi -- if [ ! -f y.tab.h ]; then -+ if test ! -f y.tab.h; then - echo >y.tab.h - fi -- if [ ! -f y.tab.c ]; then -+ if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex|flex) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c -- if [ $# -ne 1 ]; then -+ if test $# -ne 1; then - eval LASTARG="\${$#}" -- case "$LASTARG" in -+ case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` -- if [ -f "$SRCFILE" ]; then -+ if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi -- if [ ! -f lex.yy.c ]; then -+ if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man) - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - -- file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` -- if test -z "$file"; then -- file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` -- fi -- if [ -f "$file" ]; then -+ file=`echo "$*" | sed -n "$sed_output"` -+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` -+ if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file -@@ -209,54 +282,58 @@ WARNING: \`$1' is missing on your system - ;; - - makeinfo) -- if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then -- # We have makeinfo, but it failed. -- exit 1 -- fi -- - echo 1>&2 "\ --WARNING: \`$1' is missing on your system. You should only need it if -+WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." -- file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` -+ # The file to touch is that specified with -o ... -+ file=`echo "$*" | sed -n "$sed_output"` -+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then -- file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` -- file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` -- fi -+ # ... or it is the one specified with @setfilename ... -+ infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` -+ file=`sed -n ' -+ /^@setfilename/{ -+ s/.* \([^ ]*\) *$/\1/ -+ p -+ q -+ }' $infile` -+ # ... or it is derived from the source name (dir/f.texi becomes f.info) -+ test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info -+ fi -+ # If the file does not exist, the user really needs makeinfo; -+ # let's fail without touching anything. -+ test -f $file || exit 1 - touch $file - ;; - - tar) - shift -- if test -n "$run"; then -- echo 1>&2 "ERROR: \`tar' requires --run" -- exit 1 -- fi - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then -- gnutar ${1+"$@"} && exit 0 -+ gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then -- gtar ${1+"$@"} && exit 0 -+ gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then -- case "$firstarg" in -+ case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` -- tar "$firstarg" ${1+"$@"} && exit 0 -+ tar "$firstarg" "$@" && exit 0 - ;; - esac -- case "$firstarg" in -+ case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` -- tar "$firstarg" ${1+"$@"} && exit 0 -+ tar "$firstarg" "$@" && exit 0 - ;; - esac - fi -@@ -270,10 +347,10 @@ WARNING: I can't seem to be able to run - - *) - echo 1>&2 "\ --WARNING: \`$1' is needed, and you do not seem to have it handy on your -- system. You might have modified some files without having the -+WARNING: \`$1' is needed, and is $msg. -+ You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, -- it often tells you about the needed prerequirements for installing -+ it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 -@@ -281,3 +358,10 @@ WARNING: \`$1' is needed, and you do not - esac - - exit 0 -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "scriptversion=" -+# time-stamp-format: "%:y-%02m-%02d.%02H" -+# time-stamp-end: "$" -+# End: -diff -pruN uptimed-0.3.16.orig/src/Makefile.am uptimed-0.3.16/src/Makefile.am ---- uptimed-0.3.16.orig/src/Makefile.am 2009-01-03 17:27:13.924902051 +0000 -+++ uptimed-0.3.16/src/Makefile.am 2009-01-03 17:30:18.846022188 +0000 -@@ -14,4 +14,4 @@ noinst_HEADERS = uprecords.h uptimed.h - EXTRA_DIST = getopt.c getopt.h - - uptimed.o uprecords.o: --CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" -+AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" -diff -pruN uptimed-0.3.16.orig/src/Makefile.in uptimed-0.3.16/src/Makefile.in ---- uptimed-0.3.16.orig/src/Makefile.in 2009-01-03 17:27:13.924902051 +0000 -+++ uptimed-0.3.16/src/Makefile.in 2009-01-03 17:32:52.927144339 +0000 -@@ -39,7 +39,10 @@ subdir = src - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in getopt.c - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ -+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ -+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ -+ $(top_srcdir)/configure.ac - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -84,7 +87,7 @@ AUTOMAKE = @AUTOMAKE@ - AWK = @AWK@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ --CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" -+CFLAGS = @CFLAGS@ - CPP = @CPP@ - CPPFLAGS = @CPPFLAGS@ - CYGPATH_W = @CYGPATH_W@ -@@ -192,6 +195,7 @@ uprecords_LDADD = @LIBOBJS@ $(top_buildd - INCLUDES = -I$(top_srcdir)/libuptimed - noinst_HEADERS = uprecords.h uptimed.h - EXTRA_DIST = getopt.c getopt.h -+AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\" - all: all-am - - .SUFFIXES: diff --git a/uptimed/uptimed.rc b/uptimed/uptimed.rc new file mode 100755 index 0000000..b04ff82 --- /dev/null +++ b/uptimed/uptimed.rc @@ -0,0 +1,35 @@ +#!/bin/sh +# +# /etc/rc.d/uptimed: start/stop uptime record tracking daemon +# + +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/uptimed +PID=/var/run/uptimed.pid +OPTS="-p $PID" + +case $1 in +start) + $PROG -b + $SSD --start --pidfile $PID --exec $PROG -- $OPTS + ;; +stop) + $SSD --stop --retry 10 --pidfile $PID + ;; +restart) + $0 stop + $0 start + ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; +*) + echo "usage: $0 [start|stop|restart|status]" + ;; +esac From crux at crux.nu Thu Apr 9 20:57:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 9 Apr 2015 22:57:03 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gtk3: updated to 3.16.1 Message-ID: <20150409205703.7C806E98F6@crux.nu> commit 7db40034213c63fec07af8b1f2df0ab2ea8d375a Author: Fredrik Rinnestam Date: Tue Apr 7 23:20:36 2015 +0200 gtk3: updated to 3.16.1 diff --git a/gtk3/.footprint b/gtk3/.footprint index ad75c97..927d57f 100644 --- a/gtk3/.footprint +++ b/gtk3/.footprint @@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h +-rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdk-autocleanup.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdk.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkcairo.h @@ -34,6 +35,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkevents.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkframeclock.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkframetimings.h +-rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkglcontext.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkkeys.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkkeysyms-compat.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkkeysyms.h @@ -54,6 +56,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkwindow.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/gdkx.h drwxr-xr-x root/root usr/include/gtk-3.0/gdk/x11/ +-rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx-autocleanups.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11cursor.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11device-core.h @@ -65,6 +68,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/x11/ -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11display.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11displaymanager.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11dnd.h +-rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11glcontext.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11keys.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11property.h -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11screen.h @@ -74,6 +78,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gdk/x11/ -rw-r--r-- root/root usr/include/gtk-3.0/gdk/x11/gdkx11window.h drwxr-xr-x root/root usr/include/gtk-3.0/gtk/ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/a11y/ +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h @@ -152,6 +157,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkstock.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtktable.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h @@ -165,6 +171,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtk-a11y.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtk-autocleanups.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtk.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkaboutdialog.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkaccelgroup.h @@ -252,6 +259,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkgesturesingle.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkgestureswipe.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkgesturezoom.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkglarea.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkgrid.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkheaderbar.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkicontheme.h @@ -279,6 +287,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmenushell.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmessagedialog.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmodelbutton.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmodules.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkmountoperation.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtknotebook.h @@ -291,6 +300,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkplacessidebar.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkplug.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkpopover.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkpopovermenu.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkprintcontext.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkprintoperation.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkprintoperationpreview.h @@ -306,6 +316,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkrecentchooserwidget.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkrecentfilter.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkrecentmanager.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkrender.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkrevealer.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkscale.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkscalebutton.h @@ -326,10 +337,10 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkspinbutton.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkspinner.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstack.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstacksidebar.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstackswitcher.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstatusbar.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstylecontext.h --rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstyleproperties.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkstyleprovider.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkswitch.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtktestutils.h @@ -371,6 +382,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/gtk/deprecated/ -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkwidgetpath.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkwindow.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkwindowgroup.h +-rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkx-autocleanups.h -rw-r--r-- root/root usr/include/gtk-3.0/gtk/gtkx.h drwxr-xr-x root/root usr/include/gtk-3.0/unix-print/ drwxr-xr-x root/root usr/include/gtk-3.0/unix-print/gtk/ @@ -378,6 +390,7 @@ drwxr-xr-x root/root usr/include/gtk-3.0/unix-print/gtk/ -rw-r--r-- root/root usr/include/gtk-3.0/unix-print/gtk/gtkprinter.h -rw-r--r-- root/root usr/include/gtk-3.0/unix-print/gtk/gtkprintjob.h -rw-r--r-- root/root usr/include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h +-rw-r--r-- root/root usr/include/gtk-3.0/unix-print/gtk/gtkunixprint-autocleanups.h -rw-r--r-- root/root usr/include/gtk-3.0/unix-print/gtk/gtkunixprint.h drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ @@ -419,13 +432,13 @@ lrwxrwxrwx root/root usr/lib/libgailutil-3.so -> libgailutil-3.so.0.0.0 lrwxrwxrwx root/root usr/lib/libgailutil-3.so.0 -> libgailutil-3.so.0.0.0 -rwxr-xr-x root/root usr/lib/libgailutil-3.so.0.0.0 -rw-r--r-- root/root usr/lib/libgdk-3.la -lrwxrwxrwx root/root usr/lib/libgdk-3.so -> libgdk-3.so.0.1400.11 -lrwxrwxrwx root/root usr/lib/libgdk-3.so.0 -> libgdk-3.so.0.1400.11 --rwxr-xr-x root/root usr/lib/libgdk-3.so.0.1400.11 +lrwxrwxrwx root/root usr/lib/libgdk-3.so -> libgdk-3.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libgdk-3.so.0 -> libgdk-3.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libgdk-3.so.0.1600.1 -rw-r--r-- root/root usr/lib/libgtk-3.la -lrwxrwxrwx root/root usr/lib/libgtk-3.so -> libgtk-3.so.0.1400.11 -lrwxrwxrwx root/root usr/lib/libgtk-3.so.0 -> libgtk-3.so.0.1400.11 --rwxr-xr-x root/root usr/lib/libgtk-3.so.0.1400.11 +lrwxrwxrwx root/root usr/lib/libgtk-3.so -> libgtk-3.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libgtk-3.so.0 -> libgtk-3.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libgtk-3.so.0.1600.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gail-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gdk-3.0.pc @@ -466,27 +479,39 @@ drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/icons/hicolor/24x24/ drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/icons/hicolor/256x256/ drwxr-xr-x root/root usr/share/icons/hicolor/256x256/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-demo.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-widget-factory.png drwxr-xr-x root/root usr/share/themes/ drwxr-xr-x root/root usr/share/themes/Default/ diff --git a/gtk3/.md5sum b/gtk3/.md5sum index 6922f4e..baaabee 100644 --- a/gtk3/.md5sum +++ b/gtk3/.md5sum @@ -1 +1 @@ -9ec713df209092779ab6d6a082c0567e gtk+-3.14.11.tar.xz +7458661889a718f93b46cb44b677cc41 gtk+-3.16.1.tar.xz diff --git a/gtk3/Pkgfile b/gtk3/Pkgfile index d764403..f8fe94e 100644 --- a/gtk3/Pkgfile +++ b/gtk3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk, at-spi2-atk, xorg-libxi name=gtk3 -version=3.14.11 +version=3.16.1 release=1 source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz) @@ -15,4 +15,5 @@ build () { make make DESTDIR=$PKG install rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0} + rm $PKG/usr/bin/gtk-update-icon-cache } From crux at crux.nu Thu Apr 9 20:57:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 9 Apr 2015 22:57:03 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): glib: updated to 2.44.0 Message-ID: <20150409205703.95084E9900@crux.nu> commit bdfa8d7b9a70b5747c59cf21db9553a706dc8140 Author: Fredrik Rinnestam Date: Tue Apr 7 22:35:46 2015 +0200 glib: updated to 2.44.0 diff --git a/glib/.footprint b/glib/.footprint index e90104a..b21eb86 100644 --- a/glib/.footprint +++ b/glib/.footprint @@ -93,6 +93,7 @@ drwxr-xr-x root/root usr/include/glib-2.0/gio/ -rw-r--r-- root/root usr/include/glib-2.0/gio/ginetsocketaddress.h -rw-r--r-- root/root usr/include/glib-2.0/gio/ginitable.h -rw-r--r-- root/root usr/include/glib-2.0/gio/ginputstream.h +-rw-r--r-- root/root usr/include/glib-2.0/gio/gio-autocleanups.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gio.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gioenums.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gioenumtypes.h @@ -101,6 +102,8 @@ drwxr-xr-x root/root usr/include/glib-2.0/gio/ -rw-r--r-- root/root usr/include/glib-2.0/gio/gioscheduler.h -rw-r--r-- root/root usr/include/glib-2.0/gio/giostream.h -rw-r--r-- root/root usr/include/glib-2.0/gio/giotypes.h +-rw-r--r-- root/root usr/include/glib-2.0/gio/glistmodel.h +-rw-r--r-- root/root usr/include/glib-2.0/gio/gliststore.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gloadableicon.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gmemoryinputstream.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gmemoryoutputstream.h @@ -135,6 +138,7 @@ drwxr-xr-x root/root usr/include/glib-2.0/gio/ -rw-r--r-- root/root usr/include/glib-2.0/gio/gsimpleaction.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gsimpleactiongroup.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gsimpleasyncresult.h +-rw-r--r-- root/root usr/include/glib-2.0/gio/gsimpleiostream.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gsimplepermission.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gsimpleproxyresolver.h -rw-r--r-- root/root usr/include/glib-2.0/gio/gsocket.h @@ -208,6 +212,7 @@ drwxr-xr-x root/root usr/include/glib-2.0/glib/deprecated/ -rw-r--r-- root/root usr/include/glib-2.0/glib/gi18n.h -rw-r--r-- root/root usr/include/glib-2.0/glib/giochannel.h -rw-r--r-- root/root usr/include/glib-2.0/glib/gkeyfile.h +-rw-r--r-- root/root usr/include/glib-2.0/glib/glib-autocleanups.h -rw-r--r-- root/root usr/include/glib-2.0/glib/glist.h -rw-r--r-- root/root usr/include/glib-2.0/glib/gmacros.h -rw-r--r-- root/root usr/include/glib-2.0/glib/gmain.h @@ -260,6 +265,7 @@ drwxr-xr-x root/root usr/include/glib-2.0/gobject/ -rw-r--r-- root/root usr/include/glib-2.0/gobject/genums.h -rw-r--r-- root/root usr/include/glib-2.0/gobject/glib-types.h -rw-r--r-- root/root usr/include/glib-2.0/gobject/gmarshal.h +-rw-r--r-- root/root usr/include/glib-2.0/gobject/gobject-autocleanups.h -rw-r--r-- root/root usr/include/glib-2.0/gobject/gobject.h -rw-r--r-- root/root usr/include/glib-2.0/gobject/gobjectnotifyqueue.c -rw-r--r-- root/root usr/include/glib-2.0/gobject/gparam.h @@ -280,25 +286,25 @@ drwxr-xr-x root/root usr/lib/glib-2.0/ drwxr-xr-x root/root usr/lib/glib-2.0/include/ -rw-r--r-- root/root usr/lib/glib-2.0/include/glibconfig.h -rwxr-xr-x root/root usr/lib/libgio-2.0.la -lrwxrwxrwx root/root usr/lib/libgio-2.0.so -> libgio-2.0.so.0.4200.2 -lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.4200.2 --rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib/libgio-2.0.so -> libgio-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.4400.0 +-rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib/libglib-2.0.la -lrwxrwxrwx root/root usr/lib/libglib-2.0.so -> libglib-2.0.so.0.4200.2 -lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.4200.2 --rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib/libglib-2.0.so -> libglib-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.4400.0 +-rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib/libgmodule-2.0.la -lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so -> libgmodule-2.0.so.0.4200.2 -lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4200.2 --rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so -> libgmodule-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4400.0 +-rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib/libgobject-2.0.la -lrwxrwxrwx root/root usr/lib/libgobject-2.0.so -> libgobject-2.0.so.0.4200.2 -lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4200.2 --rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib/libgobject-2.0.so -> libgobject-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4400.0 +-rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib/libgthread-2.0.la -lrwxrwxrwx root/root usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0.4200.2 -lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4200.2 --rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4400.0 +-rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.4400.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gio-2.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gio-unix-2.0.pc @@ -331,8 +337,8 @@ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gsettings.m4 drwxr-xr-x root/root usr/share/gdb/ drwxr-xr-x root/root usr/share/gdb/auto-load/ --rwxr-xr-x root/root usr/share/gdb/auto-load/libglib-2.0.so.0.4200.2-gdb.py --rwxr-xr-x root/root usr/share/gdb/auto-load/libgobject-2.0.so.0.4200.2-gdb.py +-rwxr-xr-x root/root usr/share/gdb/auto-load/libglib-2.0.so.0.4400.0-gdb.py +-rwxr-xr-x root/root usr/share/gdb/auto-load/libgobject-2.0.so.0.4400.0-gdb.py drwxr-xr-x root/root usr/share/glib-2.0/ drwxr-xr-x root/root usr/share/glib-2.0/codegen/ -rw-r--r-- root/root usr/share/glib-2.0/codegen/__init__.py diff --git a/glib/.md5sum b/glib/.md5sum index 0e750ef..ba5668e 100644 --- a/glib/.md5sum +++ b/glib/.md5sum @@ -1,2 +1 @@ -ae9ee104932657ed08ef4679556be07f glib-2.42.2.tar.xz -24872bc2df71836f349a0b9f246e20bf no-schemas-segfault-fix-2.patch +74cf7b4ea200b76e42a4c22c8daf0f93 glib-2.44.0.tar.xz diff --git a/glib/Pkgfile b/glib/Pkgfile index dc8d4bc..5205a88 100644 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -4,14 +4,12 @@ # Depends on: libpcre libffi python name=glib -version=2.42.2 +version=2.44.0 release=1 -source=(http://download.gnome.org/sources/$name/2.42/$name-$version.tar.xz \ - no-schemas-segfault-fix-2.patch) +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build () { cd $name-$version - patch -p1 -i $SRC/no-schemas-segfault-fix-2.patch ./configure --prefix=/usr \ --disable-man \ diff --git a/glib/no-schemas-segfault-fix-2.patch b/glib/no-schemas-segfault-fix-2.patch deleted file mode 100644 index d13eceb..0000000 --- a/glib/no-schemas-segfault-fix-2.patch +++ /dev/null @@ -1,77 +0,0 @@ -diff -u -N -r a/gio/gsettingsschema.c b/gio/gsettingsschema.c ---- a/gio/gsettingsschema.c 2014-02-12 21:08:36.000000000 +0100 -+++ b/gio/gsettingsschema.c 2014-09-04 20:50:16.923420403 +0200 -@@ -200,6 +200,9 @@ - GSettingsSchemaSource * - g_settings_schema_source_ref (GSettingsSchemaSource *source) - { -+ if (source == NULL) -+ g_error ("g_settings_schema_source_ref() called with source == NULL!"); -+ - g_atomic_int_inc (&source->ref_count); - - return source; -@@ -216,6 +219,9 @@ - void - g_settings_schema_source_unref (GSettingsSchemaSource *source) - { -+ if (source == NULL) -+ g_error ("g_settings_schema_source_unref() called with source == NULL!"); -+ - if (g_atomic_int_dec_and_test (&source->ref_count)) - { - if (source == schema_sources) -diff -u -N -r a/gio/gsettings-tool.c b/gio/gsettings-tool.c ---- a/gio/gsettings-tool.c 2014-02-03 18:40:41.000000000 +0100 -+++ b/gio/gsettings-tool.c 2014-09-04 21:09:40.306794238 +0200 -@@ -674,6 +674,8 @@ - gchar *tmp; - #endif - -+ GSettingsSchemaSource * schema_source; -+ - setlocale (LC_ALL, ""); - textdomain (GETTEXT_PACKAGE); - -@@ -692,7 +694,25 @@ - if (argc < 2) - return gsettings_help (FALSE, NULL); - -- global_schema_source = g_settings_schema_source_ref (g_settings_schema_source_get_default ()); -+ if (strcmp (argv[1], "help") == 0) -+ if (argc == 2) -+ return gsettings_help (TRUE, NULL); -+ else -+ return gsettings_help (TRUE, argv[2]); -+ -+ if (argc == 2 && strcmp (argv[1], "--version") == 0) -+ { -+ gsettings_print_version(); -+ return 0; -+ } -+ -+ schema_source = g_settings_schema_source_get_default (); -+ if (schema_source == NULL) -+ { -+ g_printerr (_("No global schema source found!\n")); -+ return 1; -+ } -+ global_schema_source = g_settings_schema_source_ref (schema_source); - - if (argc > 3 && g_str_equal (argv[1], "--schemadir")) - { -@@ -715,13 +735,7 @@ - argc -= 2; - } - -- if (strcmp (argv[1], "help") == 0) -- return gsettings_help (TRUE, argv[2]); -- -- else if (argc == 2 && strcmp (argv[1], "--version") == 0) -- function = gsettings_print_version; -- -- else if (argc == 2 && strcmp (argv[1], "list-schemas") == 0) -+ if (argc == 2 && strcmp (argv[1], "list-schemas") == 0) - function = gsettings_list_schemas; - - else if (argc == 2 && strcmp (argv[1], "list-relocatable-schemas") == 0) From crux at crux.nu Fri Apr 10 02:46:11 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 10 Apr 2015 04:46:11 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gobject-introspection: 1.42.0 -> 1.44.0 Message-ID: <20150410024611.76088E98F6@crux.nu> commit bb7ef99f1b84d3d1df002b97145d51d9dda236f6 Author: Danny Rawlins Date: Fri Apr 10 12:46:01 2015 +1000 gobject-introspection: 1.42.0 -> 1.44.0 diff --git a/gobject-introspection/.md5sum b/gobject-introspection/.md5sum index 8532d43..7f4310e 100644 --- a/gobject-introspection/.md5sum +++ b/gobject-introspection/.md5sum @@ -1 +1 @@ -4fa52f6b67367d9c1b99b98683ced202 gobject-introspection-1.42.0.tar.xz +7ef8a1db7f74f4193a2397b1587eb913 gobject-introspection-1.44.0.tar.xz diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 1f2e95b..c8215ae 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python glib name=gobject-introspection -version=1.42.0 +version=1.44.0 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/man \ - --disable-tests \ + --disable-doctool \ --disable-gtk-doc-html make From crux at crux.nu Fri Apr 10 03:00:21 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 10 Apr 2015 05:00:21 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): tor: 0.2.5.10 -> 0.2.5.12 Message-ID: <20150410030021.1157DE98F6@crux.nu> commit e3783474f397281b0df771a3ab3c7b49dc1e9202 Author: Danny Rawlins Date: Fri Apr 10 13:00:08 2015 +1000 tor: 0.2.5.10 -> 0.2.5.12 diff --git a/tor/.md5sum b/tor/.md5sum index 389e889..55fe06a 100644 --- a/tor/.md5sum +++ b/tor/.md5sum @@ -1,3 +1,3 @@ -4bde375229a7a7f77c0596ae05556527 tor-0.2.5.10.tar.gz +89745069a7efb7aafd01ae263bd0fe5c tor-0.2.5.12.tar.gz 53f221aeaaaede055c810cd1858b294c tor-config.patch 7c7044055ada4eb8e65513763401739b tor.rc diff --git a/tor/Pkgfile b/tor/Pkgfile index 3d1c35f..8dc4166 100644 --- a/tor/Pkgfile +++ b/tor/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libevent openssl zlib name=tor -version=0.2.5.10 +version=0.2.5.12 release=1 source=(https://www.torproject.org/dist/tor-$version.tar.gz tor.rc tor-config.patch) From crux at crux.nu Fri Apr 10 23:55:48 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 11 Apr 2015 01:55:48 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): sysstat: updated to 11.0.4 Message-ID: <20150410235548.A924BE9905@crux.nu> commit c708decc9d79166565e23f2d83daa3bc04924c67 Author: Fredrik Rinnestam Date: Sat Apr 11 01:55:20 2015 +0200 sysstat: updated to 11.0.4 diff --git a/sysstat/.md5sum b/sysstat/.md5sum index 4fe0b07..c72df4d 100644 --- a/sysstat/.md5sum +++ b/sysstat/.md5sum @@ -1 +1 @@ -ce31b408fbb71b9a4be302a70dd328e4 sysstat-11.0.3.tar.xz +df1ed75656eb06320088d54247f0e803 sysstat-11.0.4.tar.xz diff --git a/sysstat/Pkgfile b/sysstat/Pkgfile index f34442b..7e6ab25 100644 --- a/sysstat/Pkgfile +++ b/sysstat/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=sysstat -version=11.0.3 +version=11.0.4 release=1 source=(http://perso.orange.fr/sebastien.godard/$name-$version.tar.xz) From crux at crux.nu Sun Apr 12 23:27:22 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 01:27:22 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): mesa3d: updated to 10.5.3. No longer depends on mako Message-ID: <20150412232723.42A07E990D@crux.nu> commit ea2b3970c22497b81a2988a0d7eada903ad712a5 Author: Fredrik Rinnestam Date: Mon Apr 13 01:27:08 2015 +0200 mesa3d: updated to 10.5.3. No longer depends on mako diff --git a/mesa3d/.md5sum b/mesa3d/.md5sum index c037469..a15c986 100644 --- a/mesa3d/.md5sum +++ b/mesa3d/.md5sum @@ -1 +1 @@ -528b3b0c0ff330766b9788da04a9fabd mesa-10.5.2.tar.xz +72aaa2604b38135a3a37c37cd967284d mesa-10.5.3.tar.xz diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index 62aeb76..a9f7ab5 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -1,10 +1,10 @@ # Description: Mesa 3D Graphics Library # URL: http://www.mesa3d.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto mako +# Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto name=mesa3d -version=10.5.2 +version=10.5.3 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) From crux at crux.nu Mon Apr 13 07:22:19 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 09:22:19 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): sqlite3: update to 3.8.9 Message-ID: <20150413072219.6C7D8E98F6@crux.nu> commit ee856f1417e6c9434f9c508772adeb3993121baa Author: Juergen Daubert Date: Mon Apr 13 09:21:54 2015 +0200 sqlite3: update to 3.8.9 diff --git a/sqlite3/.md5sum b/sqlite3/.md5sum index 024a1d5..9153c5b 100644 --- a/sqlite3/.md5sum +++ b/sqlite3/.md5sum @@ -1 +1 @@ -51272e875879ee893e51070b07c33888 sqlite-autoconf-3080803.tar.gz +6a18d4609852f4b63f812a1059df468f sqlite-autoconf-3080900.tar.gz diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index 65f7c39..fd7daa5 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, readline name=sqlite3 -version=3.8.8.3 +version=3.8.9 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) From crux at crux.nu Mon Apr 13 07:23:52 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 09:23:52 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): pciutils: update to 3.3.1 Message-ID: <20150413072352.E528EE98F6@crux.nu> commit 7435f21bce4d9b488d84dd35d83bdc10a700a2ef Author: Juergen Daubert Date: Mon Apr 13 09:23:48 2015 +0200 pciutils: update to 3.3.1 diff --git a/pciutils/.footprint b/pciutils/.footprint index 08fbf64..b718fb4 100644 --- a/pciutils/.footprint +++ b/pciutils/.footprint @@ -8,8 +8,8 @@ drwxr-xr-x root/root usr/include/pci/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpci.a lrwxrwxrwx root/root usr/lib/libpci.so -> libpci.so.3 -lrwxrwxrwx root/root usr/lib/libpci.so.3 -> libpci.so.3.3.0 --rw-r--r-- root/root usr/lib/libpci.so.3.3.0 +lrwxrwxrwx root/root usr/lib/libpci.so.3 -> libpci.so.3.3.1 +-rw-r--r-- root/root usr/lib/libpci.so.3.3.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpci.pc drwxr-xr-x root/root usr/man/ diff --git a/pciutils/.md5sum b/pciutils/.md5sum index 858533c..e9a471f 100644 --- a/pciutils/.md5sum +++ b/pciutils/.md5sum @@ -1 +1 @@ -b73bca5b1c2fd20a17a19f5040411521 pciutils-3.3.0.tar.gz +d76ba41d0ec0e16f12a4723cbd1477e9 pciutils-3.3.1.tar.gz diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile index 2dad1d7..0e9274d 100644 --- a/pciutils/Pkgfile +++ b/pciutils/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev name=pciutils -version=3.3.0 +version=3.3.1 release=1 source=(ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$name-$version.tar.gz) From crux at crux.nu Mon Apr 13 10:04:46 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 12:04:46 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): mesa3d-32: 10.5.2 -> 10.5.3 Message-ID: <20150413100446.0957EE98F6@crux.nu> commit 3113e16ec7707b6c73149f5dde14d5efd377fd46 Author: Danny Rawlins Date: Mon Apr 13 20:03:07 2015 +1000 mesa3d-32: 10.5.2 -> 10.5.3 diff --git a/mesa3d-32/.md5sum b/mesa3d-32/.md5sum index c037469..a15c986 100644 --- a/mesa3d-32/.md5sum +++ b/mesa3d-32/.md5sum @@ -1 +1 @@ -528b3b0c0ff330766b9788da04a9fabd mesa-10.5.2.tar.xz +72aaa2604b38135a3a37c37cd967284d mesa-10.5.3.tar.xz diff --git a/mesa3d-32/Pkgfile b/mesa3d-32/Pkgfile index 518fbdd..d5f4402 100644 --- a/mesa3d-32/Pkgfile +++ b/mesa3d-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: elfutils-32 eudev-32 expat-32 libdrm-32 libvdpau-32 libxml2-python-32 llvm-32 mesa3d talloc-32 xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxt-32 xorg-libxvmc-32 xorg-libxxf86vm-32 xorg-presentproto-32 name=mesa3d-32 -version=10.5.2 +version=10.5.3 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) From crux at crux.nu Mon Apr 13 10:04:46 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 12:04:46 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): sqlite3-32: 3.8.8.3 -> 3.8.9 Message-ID: <20150413100446.2F048E9900@crux.nu> commit 284f7ca42f2f630327f3610d6749fc94663651a7 Author: Danny Rawlins Date: Mon Apr 13 19:00:23 2015 +1000 sqlite3-32: 3.8.8.3 -> 3.8.9 diff --git a/sqlite3-32/.md5sum b/sqlite3-32/.md5sum index 024a1d5..9153c5b 100644 --- a/sqlite3-32/.md5sum +++ b/sqlite3-32/.md5sum @@ -1 +1 @@ -51272e875879ee893e51070b07c33888 sqlite-autoconf-3080803.tar.gz +6a18d4609852f4b63f812a1059df468f sqlite-autoconf-3080900.tar.gz diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index fc83a21..aacbf3b 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses-32 readline-32 sqlite3 name=sqlite3-32 -version=3.8.8.3 +version=3.8.9 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) From crux at crux.nu Mon Apr 13 10:04:46 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 12:04:46 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): libpng-32: 1.6.16 -> 1.6.17 Message-ID: <20150413100446.43F56E9905@crux.nu> commit 4ddffa91f2d4191b1e03eee375f4e2c65169b6e4 Author: Danny Rawlins Date: Mon Apr 13 18:58:57 2015 +1000 libpng-32: 1.6.16 -> 1.6.17 diff --git a/libpng-32/.footprint b/libpng-32/.footprint index 4ccfa8d..b821de0 100644 --- a/libpng-32/.footprint +++ b/libpng-32/.footprint @@ -5,9 +5,9 @@ lrwxrwxrwx root/root usr/lib32/libpng.la -> libpng16.la lrwxrwxrwx root/root usr/lib32/libpng.so -> libpng16.so -rw-r--r-- root/root usr/lib32/libpng16.a -rwxr-xr-x root/root usr/lib32/libpng16.la -lrwxrwxrwx root/root usr/lib32/libpng16.so -> libpng16.so.16.16.0 -lrwxrwxrwx root/root usr/lib32/libpng16.so.16 -> libpng16.so.16.16.0 --rwxr-xr-x root/root usr/lib32/libpng16.so.16.16.0 +lrwxrwxrwx root/root usr/lib32/libpng16.so -> libpng16.so.16.17.0 +lrwxrwxrwx root/root usr/lib32/libpng16.so.16 -> libpng16.so.16.17.0 +-rwxr-xr-x root/root usr/lib32/libpng16.so.16.17.0 drwxr-xr-x root/root usr/lib32/pkgconfig/ lrwxrwxrwx root/root usr/lib32/pkgconfig/libpng.pc -> libpng16.pc -rw-r--r-- root/root usr/lib32/pkgconfig/libpng16.pc diff --git a/libpng-32/.md5sum b/libpng-32/.md5sum index e2feb09..86b94ee 100644 --- a/libpng-32/.md5sum +++ b/libpng-32/.md5sum @@ -1,2 +1,2 @@ -52de72a29e5d0428a0e527be74b99c24 libpng-1.6.16-apng.patch.gz -23b7286b5d4a86de950fd2ffc5cac742 libpng-1.6.16.tar.xz +f68d34f10bcc7f43b8c3dce5708e1933 libpng-1.6.17-apng.patch.gz +430a9b76b78533235cd4b9b26ce75c7e libpng-1.6.17.tar.xz diff --git a/libpng-32/Pkgfile b/libpng-32/Pkgfile index bb54c82..e7b3438 100644 --- a/libpng-32/Pkgfile +++ b/libpng-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: zlib-32 libpng name=libpng-32 -version=1.6.16 +version=1.6.17 release=1 source=(http://download.sourceforge.net/libpng/libpng-$version.tar.xz http://downloads.sourceforge.net/project/libpng-apng/libpng16/$version/libpng-$version-apng.patch.gz) From crux at crux.nu Mon Apr 13 10:04:46 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 12:04:46 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): glib-32: 2.42.2 -> 2.44.0 Message-ID: <20150413100446.4E90FE990C@crux.nu> commit 5137a3e6c34e7ba9907c68560fda727627cae399 Author: Danny Rawlins Date: Mon Apr 13 18:57:32 2015 +1000 glib-32: 2.42.2 -> 2.44.0 diff --git a/glib-32/.footprint b/glib-32/.footprint index 1124b52..be0b439 100644 --- a/glib-32/.footprint +++ b/glib-32/.footprint @@ -1,31 +1,31 @@ drwxr-xr-x root/root lib32/ drwxr-xr-x root/root lib32/gio/ drwxr-xr-x root/root lib32/gio/modules/ -lrwxrwxrwx root/root lib32/libgio-2.0.so.0 -> libgio-2.0.so.0.4200.2 --rwxr-xr-x root/root lib32/libgio-2.0.so.0.4200.2 -lrwxrwxrwx root/root lib32/libglib-2.0.so.0 -> libglib-2.0.so.0.4200.2 --rwxr-xr-x root/root lib32/libglib-2.0.so.0.4200.2 -lrwxrwxrwx root/root lib32/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4200.2 --rwxr-xr-x root/root lib32/libgmodule-2.0.so.0.4200.2 -lrwxrwxrwx root/root lib32/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4200.2 --rwxr-xr-x root/root lib32/libgobject-2.0.so.0.4200.2 -lrwxrwxrwx root/root lib32/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4200.2 --rwxr-xr-x root/root lib32/libgthread-2.0.so.0.4200.2 +lrwxrwxrwx root/root lib32/libgio-2.0.so.0 -> libgio-2.0.so.0.4400.0 +-rwxr-xr-x root/root lib32/libgio-2.0.so.0.4400.0 +lrwxrwxrwx root/root lib32/libglib-2.0.so.0 -> libglib-2.0.so.0.4400.0 +-rwxr-xr-x root/root lib32/libglib-2.0.so.0.4400.0 +lrwxrwxrwx root/root lib32/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4400.0 +-rwxr-xr-x root/root lib32/libgmodule-2.0.so.0.4400.0 +lrwxrwxrwx root/root lib32/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4400.0 +-rwxr-xr-x root/root lib32/libgobject-2.0.so.0.4400.0 +lrwxrwxrwx root/root lib32/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4400.0 +-rwxr-xr-x root/root lib32/libgthread-2.0.so.0.4400.0 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ drwxr-xr-x root/root usr/lib32/glib-2.0/ drwxr-xr-x root/root usr/lib32/glib-2.0/include/ -rw-r--r-- root/root usr/lib32/glib-2.0/include/glibconfig.h -rwxr-xr-x root/root usr/lib32/libgio-2.0.la -lrwxrwxrwx root/root usr/lib32/libgio-2.0.so -> ../../lib32/libgio-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib32/libgio-2.0.so -> ../../lib32/libgio-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib32/libglib-2.0.la -lrwxrwxrwx root/root usr/lib32/libglib-2.0.so -> ../../lib32/libglib-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib32/libglib-2.0.so -> ../../lib32/libglib-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib32/libgmodule-2.0.la -lrwxrwxrwx root/root usr/lib32/libgmodule-2.0.so -> ../../lib32/libgmodule-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib32/libgmodule-2.0.so -> ../../lib32/libgmodule-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib32/libgobject-2.0.la -lrwxrwxrwx root/root usr/lib32/libgobject-2.0.so -> ../../lib32/libgobject-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib32/libgobject-2.0.so -> ../../lib32/libgobject-2.0.so.0.4400.0 -rwxr-xr-x root/root usr/lib32/libgthread-2.0.la -lrwxrwxrwx root/root usr/lib32/libgthread-2.0.so -> ../../lib32/libgthread-2.0.so.0.4200.2 +lrwxrwxrwx root/root usr/lib32/libgthread-2.0.so -> ../../lib32/libgthread-2.0.so.0.4400.0 drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/gio-2.0.pc -rw-r--r-- root/root usr/lib32/pkgconfig/gio-unix-2.0.pc diff --git a/glib-32/.md5sum b/glib-32/.md5sum index f62c2d5..ba5668e 100644 --- a/glib-32/.md5sum +++ b/glib-32/.md5sum @@ -1 +1 @@ -ae9ee104932657ed08ef4679556be07f glib-2.42.2.tar.xz +74cf7b4ea200b76e42a4c22c8daf0f93 glib-2.44.0.tar.xz diff --git a/glib-32/Pkgfile b/glib-32/Pkgfile index 2e32dbe..e023404 100644 --- a/glib-32/Pkgfile +++ b/glib-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre-32 libffi-32 python-32 name=glib-32 -version=2.42.2 +version=2.44.0 release=1 source=(http://download.gnome.org/sources/glib/${version:0:4}/glib-$version.tar.xz) From crux at crux.nu Mon Apr 13 16:58:16 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 18:58:16 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): smartmontools: improved rc script Message-ID: <20150413165816.EA853E98F6@crux.nu> commit 40b3bd179880a84c2a6faacf780b6cbce62bd8a2 Author: Juergen Daubert Date: Mon Apr 13 18:57:44 2015 +0200 smartmontools: improved rc script diff --git a/smartmontools/.md5sum b/smartmontools/.md5sum index 770440c..4c58c65 100644 --- a/smartmontools/.md5sum +++ b/smartmontools/.md5sum @@ -1,2 +1,2 @@ -482b47077510dbac2bf8ce72907ff9f8 smartd +ba7af77aa9b178ebd30766bc26aae116 smartd 2ea0c62206e110192a97b59291b17f54 smartmontools-6.3.tar.gz diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile index dd39002..7423373 100644 --- a/smartmontools/Pkgfile +++ b/smartmontools/Pkgfile @@ -5,7 +5,7 @@ name=smartmontools version=6.3 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \ smartd) diff --git a/smartmontools/smartd b/smartmontools/smartd index c7c1396..640bbfa 100644 --- a/smartmontools/smartd +++ b/smartmontools/smartd @@ -3,23 +3,36 @@ # /etc/rc.d/smartd: start/stop smartd daemon # +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/smartd +PID=/var/run/smartd.pid +OPTS="-p $PID" + case $1 in start) - /usr/sbin/smartd -p /var/run/smartd.pid + $SSD --start --pidfile $PID --exec $PROG -- $OPTS ;; stop) - killall -q /usr/sbin/smartd + $SSD --stop --retry 10 --pidfile $PID ;; restart) $0 stop - sleep 2 $0 start ;; reload) - kill -HUP `pidof smartd` + $SSD --stop --pidfile $PID --signal HUP + ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac ;; *) - echo "usage: $0 [start|stop|restart|reload]" + echo "usage: $0 [start|stop|restart|reload|status]" ;; esac From crux at crux.nu Mon Apr 13 16:58:17 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 18:58:17 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): ruby-doc: update to 2.1.6 Message-ID: <20150413165817.0E342E9900@crux.nu> commit 2760fcebfb891e64682d725dd1c6520db80ab579 Author: Juergen Daubert Date: Mon Apr 13 18:57:10 2015 +0200 ruby-doc: update to 2.1.6 diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index 7af7fe7..c1288c8 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -8a30ed4b022a24acbb461976c9c70789 ruby-2.1.5.tar.xz +ec6f10ca331ce947802ede86259513a8 ruby-2.1.6.tar.xz diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index 4467622..236c564 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ruby name=ruby-doc -version=2.1.5 +version=2.1.6 release=1 source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.xz) From crux at crux.nu Mon Apr 13 16:58:17 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 18:58:17 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] ruby: update to 2.1.6" Message-ID: <20150413165817.1E12CE9905@crux.nu> commit f58a971b9b88323dbd9ce1a97af0fc959e171232 Author: Juergen Daubert Date: Mon Apr 13 18:55:15 2015 +0200 [notify] ruby: update to 2.1.6" update includes a security fix for CVE-2015-1855, see https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/ diff --git a/ruby/.footprint b/ruby/.footprint index 16fc4d9..a9cc0bb 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -805,6 +805,8 @@ drwxr-xr-x root/root usr/lib/ruby/2.1/rubygems/source/ -rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/spec_fetcher.rb -rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/specification.rb drwxr-xr-x root/root usr/lib/ruby/2.1/rubygems/ssl_certs/ +-rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +-rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/ssl_certs/AddTrustExternalCARoot.pem -rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem -rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -rw-r--r-- root/root usr/lib/ruby/2.1/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem @@ -1043,19 +1045,19 @@ drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/rdoc-4.1.0/ drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/rdoc-4.1.0/bin/ -rwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/rdoc-4.1.0/bin/rdoc -rwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/rdoc-4.1.0/bin/ri -drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.5.0/ -drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.5.0/bin/ --rwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.5.0/bin/testrb +drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.6.0/ +drwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.6.0/bin/ +-rwxr-xr-x root/root usr/lib/ruby/gems/2.1/gems/test-unit-2.1.6.0/bin/testrb drwxr-xr-x root/root usr/lib/ruby/gems/2.1/specifications/ drwxr-xr-x root/root usr/lib/ruby/gems/2.1/specifications/default/ -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/bigdecimal-1.2.4.gemspec --rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/io-console-0.4.2.gemspec +-rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/io-console-0.4.3.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/json-1.8.1.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/minitest-4.7.5.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/psych-2.0.5.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/rake-10.1.0.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/rdoc-4.1.0.gemspec --rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/test-unit-2.1.5.0.gemspec +-rw-r--r-- root/root usr/lib/ruby/gems/2.1/specifications/default/test-unit-2.1.6.0.gemspec drwxr-xr-x root/root usr/lib/ruby/site_ruby/ drwxr-xr-x root/root usr/lib/ruby/site_ruby/2.1/ drwxr-xr-x root/root usr/lib/ruby/site_ruby/2.1/x86_64-linux/ diff --git a/ruby/.md5sum b/ruby/.md5sum index 7af7fe7..c1288c8 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1 +1 @@ -8a30ed4b022a24acbb461976c9c70789 ruby-2.1.5.tar.xz +ec6f10ca331ce947802ede86259513a8 ruby-2.1.6.tar.xz diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 61c9e8f..a6fdb5d 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gdbm libgmp openssl readline zlib libffi libyaml name=ruby -version=2.1.5 +version=2.1.6 release=1 source=(http://cache.ruby-lang.org/pub/$name/2.1/$name-$version.tar.xz) From crux at crux.nu Mon Apr 13 16:59:14 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Apr 2015 18:59:14 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): cups-filters: update to 1.0.68 Message-ID: <20150413165914.6E6B6E98F6@crux.nu> commit 2f8326be7f869729b61c731fea296cf408a4bc6c Author: Juergen Daubert Date: Mon Apr 13 18:59:10 2015 +0200 cups-filters: update to 1.0.68 diff --git a/cups-filters/.footprint b/cups-filters/.footprint index 8a85255..0f11cb7 100644 --- a/cups-filters/.footprint +++ b/cups-filters/.footprint @@ -116,6 +116,7 @@ drwxr-xr-x root/root usr/share/ppd/cupsfilters/ -rw-r--r-- root/root usr/share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd +-rw-r--r-- root/root usr/share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/pxlcolor.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/pxlmono.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/textonly.ppd diff --git a/cups-filters/.md5sum b/cups-filters/.md5sum index ba96168..a145785 100644 --- a/cups-filters/.md5sum +++ b/cups-filters/.md5sum @@ -1,2 +1,2 @@ 6ac0b4af2a1c70293588faf12a11b652 cups-browsed -0a5cfab3736120345c5e254dd2efbe64 cups-filters-1.0.67.tar.xz +55d169739f72aa5af40cfd7c3fbfcffd cups-filters-1.0.68.tar.xz diff --git a/cups-filters/Pkgfile b/cups-filters/Pkgfile index ec335f1..3c5045d 100644 --- a/cups-filters/Pkgfile +++ b/cups-filters/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cups ghostscript poppler qpdf name=cups-filters -version=1.0.67 +version=1.0.68 release=1 source=(http://www.openprinting.org/download/$name/$name-$version.tar.xz cups-browsed) From crux at crux.nu Tue Apr 14 10:10:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 12:10:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): xterm: updated to 318 Message-ID: <20150414101041.2D6B8E98F6@crux.nu> commit 3feb95c3805d97e7fc9eb855206481a9753ce4c5 Author: Jose V Beneyto Date: Tue Apr 14 09:55:33 2015 +0200 xterm: updated to 318 diff --git a/xterm/.md5sum b/xterm/.md5sum index 6182047..8fddb33 100644 --- a/xterm/.md5sum +++ b/xterm/.md5sum @@ -1,2 +1,2 @@ 2bc971a1753fe57aca05fde7c005a16c configure.diff -07649224bfca7b1488176c402d4c6b9f xterm-317.tgz +598d1122f501116fbfed8a642d8ea6c1 xterm-318.tgz diff --git a/xterm/Pkgfile b/xterm/Pkgfile index bee562d..196c11f 100644 --- a/xterm/Pkgfile +++ b/xterm/Pkgfile @@ -5,7 +5,7 @@ # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc name=xterm -version=317 +version=318 release=1 source=(ftp://invisible-island.net/$name/$name-$version.tgz \ configure.diff) From crux at crux.nu Tue Apr 14 10:10:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 12:10:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] chromium: updated to 41.0.2272.118 Message-ID: <20150414101041.4B4EBE9900@crux.nu> commit 47e08a7fdff81819e0cef2d0649ad0df0506aa15 Author: Jose V Beneyto Date: Tue Apr 14 09:41:34 2015 +0200 [notify] chromium: updated to 41.0.2272.118 This update includes 4 security fixes: http://googlechromereleases.blogspot.com/2015/03/stable-channel-update.html diff --git a/chromium/.md5sum b/chromium/.md5sum index 8c89fef..39258e2 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -f372609111db5d35afa6343df13dcd9b chromium-41.0.2272.101.tar.xz +77fbca6b2ca6904595a803ed8cd34e7b chromium-41.0.2272.118.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index ba62781..ed0cf95 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif pciutils name=chromium -version=41.0.2272.101 +version=41.0.2272.118 release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) From crux at crux.nu Tue Apr 14 13:49:24 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 15:49:24 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): vte-gtk3: updated to 0.40.0 Message-ID: <20150414134924.63F4FE98F6@crux.nu> commit a56e6965244213b3bb099792d77ed6d314b91104 Author: Jose V Beneyto Date: Tue Apr 14 15:33:56 2015 +0200 vte-gtk3: updated to 0.40.0 diff --git a/vte-gtk3/.footprint b/vte-gtk3/.footprint index d515fb8..be3f5e4 100644 --- a/vte-gtk3/.footprint +++ b/vte-gtk3/.footprint @@ -18,9 +18,9 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Vte-2.91.typelib -rwxr-xr-x root/root usr/lib/libvte-2.91.la -lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0.3901.0 -lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.3901.0 --rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.3901.0 +lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0.4000.0 +lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.4000.0 +-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.4000.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/vte-2.91.pc drwxr-xr-x root/root usr/share/ diff --git a/vte-gtk3/.md5sum b/vte-gtk3/.md5sum index 1658b1a..5ce17fb 100644 --- a/vte-gtk3/.md5sum +++ b/vte-gtk3/.md5sum @@ -1,2 +1,2 @@ -3069bd505313721726346ff4ef47f9f8 vte-0.39.1.tar.xz +5593de4ac25ca578e26f01be57c0c3ff vte-0.40.0.tar.xz 90efc55c080484424464ad928929f642 vte-metamask.patch diff --git a/vte-gtk3/Pkgfile b/vte-gtk3/Pkgfile index 6113be2..c359867 100644 --- a/vte-gtk3/Pkgfile +++ b/vte-gtk3/Pkgfile @@ -5,7 +5,7 @@ # Depends on: gtk3 p5-xml-parser intltool xorg-libxdamage name=vte-gtk3 -version=0.39.1 +version=0.40.0 release=1 source=(ftp://ftp.gnome.org/pub/gnome/sources/vte/${version%.*}/vte-$version.tar.xz \ vte-metamask.patch) From crux at crux.nu Tue Apr 14 13:51:12 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 15:51:12 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): pygobject-gtk3: updated to 3.16.1 Message-ID: <20150414135112.BA938E98F6@crux.nu> commit 860a1349d469ee3c993df63d6596e8e6b3b33a63 Author: Jose V Beneyto Date: Tue Apr 14 15:50:49 2015 +0200 pygobject-gtk3: updated to 3.16.1 diff --git a/pygobject-gtk3/.footprint b/pygobject-gtk3/.footprint index 9109c22..e03fbf9 100644 --- a/pygobject-gtk3/.footprint +++ b/pygobject-gtk3/.footprint @@ -81,7 +81,7 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/gi/repository/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/types.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/types.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/types.pyo --rw-r--r-- root/root usr/lib/python2.7/site-packages/pygobject-3.16.0-py2.7-linux-x86_64.egg-info +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pygobject-3.16.1-py2.7-linux-x86_64.egg-info drwxr-xr-x root/root usr/lib/python2.7/site-packages/pygtkcompat/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/pygtkcompat/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/pygtkcompat/__init__.pyc diff --git a/pygobject-gtk3/.md5sum b/pygobject-gtk3/.md5sum index 916e6ac..62a5a26 100644 --- a/pygobject-gtk3/.md5sum +++ b/pygobject-gtk3/.md5sum @@ -1 +1 @@ -fedf819b15300c3898b3da9b32a1e719 pygobject-3.16.0.tar.xz +36bf04253d6b8999f238fd05ce9f8ac4 pygobject-3.16.1.tar.xz diff --git a/pygobject-gtk3/Pkgfile b/pygobject-gtk3/Pkgfile index 28b16de..37c1ae5 100644 --- a/pygobject-gtk3/Pkgfile +++ b/pygobject-gtk3/Pkgfile @@ -5,7 +5,7 @@ # Depends on: gtk3 pycairo name=pygobject-gtk3 -version=3.16.0 +version=3.16.1 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/pygobject/${version::4}/pygobject-$version.tar.xz) From crux at crux.nu Tue Apr 14 20:07:16 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 22:07:16 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] jre: update to 1.8.0_45 Message-ID: <20150414200716.BB2B4E98F6@crux.nu> commit b40773bb10812099d6673eb3762e16ac0825b3e3 Author: Juergen Daubert Date: Tue Apr 14 22:05:26 2015 +0200 [notify] jre: update to 1.8.0_45 update includes several security fixes, see http://www.oracle.com/technetwork/java/javase/8u45-relnotes-2494160.html http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html diff --git a/jre/.footprint b/jre/.footprint index a45c680..5acaba1 100644 --- a/jre/.footprint +++ b/jre/.footprint @@ -27,10 +27,12 @@ drwxr-xr-x root/root usr/lib/jre/lib/amd64/ drwxr-xr-x root/root usr/lib/jre/lib/amd64/jli/ -rwxr-xr-x root/root usr/lib/jre/lib/amd64/jli/libjli.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/jvm.cfg --rwxr-xr-x root/root usr/lib/jre/lib/amd64/libavplugin.so +-rwxr-xr-x root/root usr/lib/jre/lib/amd64/libavplugin-53.so +-rwxr-xr-x root/root usr/lib/jre/lib/amd64/libavplugin-54.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libawt.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libawt_headless.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libawt_xawt.so +-rwxr-xr-x root/root usr/lib/jre/lib/amd64/libbci.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libdcpr.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libdecora_sse.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libdeploy.so @@ -73,6 +75,7 @@ drwxr-xr-x root/root usr/lib/jre/lib/amd64/jli/ -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libprism_common.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libprism_es2.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libprism_sw.so +-rwxr-xr-x root/root usr/lib/jre/lib/amd64/libresource.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libsctp.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libsplashscreen.so -rwxr-xr-x root/root usr/lib/jre/lib/amd64/libsunec.so @@ -117,6 +120,7 @@ drwxr-xr-x root/root usr/lib/jre/lib/deploy/ -rw-r--r-- root/root usr/lib/jre/lib/deploy/messages_zh_TW.properties -rw-r--r-- root/root usr/lib/jre/lib/deploy/mixcode_s.png -rw-r--r-- root/root usr/lib/jre/lib/deploy/splash.gif +-rw-r--r-- root/root usr/lib/jre/lib/deploy/splash at 2x.gif drwxr-xr-x root/root usr/lib/jre/lib/desktop/ drwxr-xr-x root/root usr/lib/jre/lib/desktop/applications/ -rw-r--r-- root/root usr/lib/jre/lib/desktop/applications/sun-java.desktop diff --git a/jre/.md5sum b/jre/.md5sum index 14b30a4..99ac27a 100644 --- a/jre/.md5sum +++ b/jre/.md5sum @@ -1 +1 @@ -c81a3cdabe4a12439dae08d4311670ff jre-8u31-linux-x64.tar.gz +58486d7b16d7b21fbea7374adc109233 jre-8u45-linux-x64.tar.gz diff --git a/jre/Pkgfile b/jre/Pkgfile index ea3ffcb..382cfff 100644 --- a/jre/Pkgfile +++ b/jre/Pkgfile @@ -4,7 +4,7 @@ # Packager: Simone Rota, sip at crux dot nu name=jre -version=1.8.0_31 +version=1.8.0_45 release=1 source=(file:///$name-8u${version#*_}-linux-x64.tar.gz) From crux at crux.nu Tue Apr 14 20:11:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 22:11:06 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): nano: update to 2.4.1 Message-ID: <20150414201106.42820E98F6@crux.nu> commit d8511d20821d4ecaf3bf4ca06b188385b78a0409 Author: Juergen Daubert Date: Tue Apr 14 22:09:41 2015 +0200 nano: update to 2.4.1 diff --git a/nano/.md5sum b/nano/.md5sum index d6c2f1c..b563a6c 100644 --- a/nano/.md5sum +++ b/nano/.md5sum @@ -1 +1 @@ -e5c9c6424ee2303663ae4b99ecd4b493 nano-2.4.0.tar.gz +1c612b478f976abf8ef926480c7a3684 nano-2.4.1.tar.gz diff --git a/nano/Pkgfile b/nano/Pkgfile index aade0ea..1982c1a 100644 --- a/nano/Pkgfile +++ b/nano/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses name=nano -version=2.4.0 +version=2.4.1 release=1 source=(http://www.nano-editor.org/dist/v2.4/$name-$version.tar.gz) From crux at crux.nu Tue Apr 14 20:14:59 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 22:14:59 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): tzdata: update to 2015c Message-ID: <20150414201459.80068E98F6@crux.nu> commit 1f49c6c7a57aeabbc38bf459209032295a816d6b Author: Juergen Daubert Date: Tue Apr 14 22:14:42 2015 +0200 tzdata: update to 2015c diff --git a/tzdata/.md5sum b/tzdata/.md5sum index 8b0c151..01c0960 100644 --- a/tzdata/.md5sum +++ b/tzdata/.md5sum @@ -1,3 +1,3 @@ f0853a46b3f2da621c293094614cda35 tzcode-makefile.patch -f073a7c9bca7f9fe408491f826e92968 tzcode2015b.tar.gz -75571bb17c7b6be88a9f8872e45bc726 tzdata2015b.tar.gz +182c85e99be2bcc6b77d9956c8c0dcce tzcode2015c.tar.gz +4b4a3e344786198c46909e5afde08788 tzdata2015c.tar.gz diff --git a/tzdata/Pkgfile b/tzdata/Pkgfile index 8d2038d..72326c8 100644 --- a/tzdata/Pkgfile +++ b/tzdata/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=tzdata -version=2015b +version=2015c release=1 source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz From crux at crux.nu Tue Apr 14 20:14:59 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Apr 2015 22:14:59 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): iproute2: update to 4.0.0 Message-ID: <20150414201459.99167E9900@crux.nu> commit d00fff0b030c542d34bc4b5cf906df8b928e53e6 Author: Juergen Daubert Date: Tue Apr 14 22:14:18 2015 +0200 iproute2: update to 4.0.0 diff --git a/iproute2/.footprint b/iproute2/.footprint index 00e8e11..404b8a5 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -49,6 +49,8 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/ctstat.8.gz -rw-r--r-- root/root usr/man/man8/ip-address.8.gz -rw-r--r-- root/root usr/man/man8/ip-addrlabel.8.gz +-rw-r--r-- root/root usr/man/man8/ip-fou.8.gz +-rw-r--r-- root/root usr/man/man8/ip-gue.8.gz -rw-r--r-- root/root usr/man/man8/ip-l2tp.8.gz -rw-r--r-- root/root usr/man/man8/ip-link.8.gz -rw-r--r-- root/root usr/man/man8/ip-maddress.8.gz diff --git a/iproute2/.md5sum b/iproute2/.md5sum index 439b6d3..ae16b11 100644 --- a/iproute2/.md5sum +++ b/iproute2/.md5sum @@ -1,3 +1,3 @@ -237083a1e3c388cde7a115a5724dc72a iproute2-3.19.0.tar.xz +3adc263ade4ee76c35032e8f50b54108 iproute2-4.0.0.tar.xz 7b469125cfe2d9916ba03f7c65b9dcd5 lo.iproute2 826848debe693f2e2a3e235ce9abe601 net.iproute2 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 25558d5..64777ba 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -4,7 +4,7 @@ # Depends on: db iptables name=iproute2 -version=3.19.0 +version=4.0.0 release=1 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) From crux at crux.nu Tue Apr 14 22:54:59 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 00:54:59 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] jdk: update to 1.8.0_45 Message-ID: <20150414225459.45F4FE98F6@crux.nu> commit a244e61258da043e5d21ec266fc48cf5d55b2997 Author: Jose V Beneyto Date: Wed Apr 15 00:54:17 2015 +0200 [notify] jdk: update to 1.8.0_45 This update includes several security fixes: http://www.oracle.com/technetwork/java/javase/2col/8u45-bugfixes-2494164.html http://www.oracle.com/technetwork/java/javase/8u45-relnotes-2494160.html http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html diff --git a/jdk/.footprint b/jdk/.footprint index a33eccd..a701f22 100644 --- a/jdk/.footprint +++ b/jdk/.footprint @@ -91,6 +91,7 @@ drwxr-xr-x root/root usr/lib/jdk/db/lib/ -rw-r--r-- root/root usr/lib/jdk/db/lib/derby.war -rw-r--r-- root/root usr/lib/jdk/db/lib/derbyclient.jar -rw-r--r-- root/root usr/lib/jdk/db/lib/derbynet.jar +-rw-r--r-- root/root usr/lib/jdk/db/lib/derbyoptionaltools.jar -rw-r--r-- root/root usr/lib/jdk/db/lib/derbyrun.jar -rw-r--r-- root/root usr/lib/jdk/db/lib/derbytools.jar drwxr-xr-x root/root usr/lib/jdk/include/ @@ -125,10 +126,12 @@ drwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/jli/ -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/jli/libjli.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/jvm.cfg -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libattach.so --rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libavplugin.so +-rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libavplugin-53.so +-rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libavplugin-54.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libawt.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libawt_headless.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libawt_xawt.so +-rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libbci.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libdcpr.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libdecora_sse.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libdeploy.so @@ -171,6 +174,7 @@ drwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/jli/ -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libprism_common.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libprism_es2.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libprism_sw.so +-rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libresource.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libsaproc.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libsctp.so -rwxr-xr-x root/root usr/lib/jdk/jre/lib/amd64/libsplashscreen.so @@ -206,6 +210,7 @@ drwxr-xr-x root/root usr/lib/jdk/jre/lib/deploy/ -rw-r--r-- root/root usr/lib/jdk/jre/lib/deploy/messages.properties -rw-r--r-- root/root usr/lib/jdk/jre/lib/deploy/mixcode_s.png -rw-r--r-- root/root usr/lib/jdk/jre/lib/deploy/splash.gif +-rw-r--r-- root/root usr/lib/jdk/jre/lib/deploy/splash at 2x.gif drwxr-xr-x root/root usr/lib/jdk/jre/lib/desktop/ drwxr-xr-x root/root usr/lib/jdk/jre/lib/desktop/applications/ -rw-r--r-- root/root usr/lib/jdk/jre/lib/desktop/applications/sun-java.desktop @@ -392,6 +397,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/amd64/jli/ -rw-r--r-- root/root usr/lib/jdk/lib/jconsole.jar -rwxr-xr-x root/root usr/lib/jdk/lib/jexec drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/.eclipseproduct -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/THIRDPARTYLICENSEREADME.txt -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/artifacts.xml drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/configuration/ @@ -403,110 +409,179 @@ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/configuration/org.eclipse.up drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/dropins/ -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/dropins/README.TXT drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/about.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/about.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/about.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/about.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/license.html -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/eclipse_update_120.jpg --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/epl-v10.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/eclipse_update_120.jpg +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/eclipse_update_120.jpg +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/asl-v20.txt +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/asl-v20.txt +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/asl-v20.txt +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/about.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/eclipse.inf +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/license.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/epl-v10.html +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/license.html -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/icon.xpm --rwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/libcairo-swt.so -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/mc.jar drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/ -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.4.0.162463 --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_64_5.4.0 --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.5.0.165303 +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_64_5.5.0 +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.4.0.v20141007-2301 drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/ -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs @@ -515,464 +590,500 @@ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.en drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/ drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.data/ -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.lock (EMPTY) --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825690594.profile.gz --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825691155.profile.gz --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825705766.profile.gz --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825708887.profile.gz +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862990907.profile.gz +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862991294.profile.gz +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863007598.profile.gz +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863011605.profile.gz drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.ibm.icu_4.4.2.v20110823.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.common_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.4.0.162463.jar -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification.tab_contexts.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification_contexts.xml -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/css/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/css/blafdoc.css -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookbig.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookicon.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/booklist.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/contbig.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/conticon.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/doclib.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedback.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedbck2.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/help.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/index.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/indxicon.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/larrow.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/leftnav.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/masterix.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/mix.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/oracle.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodbig.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodicon.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rarrow.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rightnav.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/toc.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/topnav.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/uarrow.gif -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/html/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/html/copyrt.htm --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh.htm --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh001.htm --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/preface.htm --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/title.htm -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/alert_obj.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/file_obj.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/flight_recorder.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/new-trigger-wiz.gif --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/notification_plugin.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/toc.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.core_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.4.0.162463.jar -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/META-INF/MANIFEST.MF -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/console_view.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/date-span-16.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/day-of-week-16.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/diagnostic-command-16.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/hprof-16.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/send-email-16.png --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/time-span-16.png -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/dsn.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/gimap.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/imap.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/mailapi.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/pop3.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/smtp.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.xml --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/rjmx.jar -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.actionProvider.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.metadataprovider.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.service.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActionExceptionHandlers.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActions.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerConstraints.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerEvaluators.exsd --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.4.0.162463.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201108011116.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.el_2.2.0.v201108011116.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.ibm.icu_52.1.0.v201404241930.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.common_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.5.0.165303.jar +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/com.jrockit.mc.console.ui.notification_contexts.xml +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/css/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/css/blafdoc.css +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookbig.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookicon.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/booklist.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/contbig.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/conticon.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/doclib.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedback.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedbck2.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/help.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/index.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/indxicon.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/larrow.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/leftnav.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/masterix.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/mix.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/oracle.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodbig.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodicon.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rarrow.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rightnav.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/toc.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/topnav.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/uarrow.gif +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/html/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/html/cpyr.htm +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh.htm +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh001.htm +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/preface.htm +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/title.htm +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/alert_obj.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/file_obj.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/flight_recorder.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/new-trigger-wiz.gif +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/notification_plugin.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/toc.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.core_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.p2.ui.overridden_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.5.0.165303.jar +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/META-INF/MANIFEST.MF +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/console_view.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/date-span-16.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/day-of-week-16.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/diagnostic-command-16.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/hprof-16.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/send-email-16.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/time-span-16.png +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/dsn.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/gimap.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/imap.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/mailapi.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/pop3.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/smtp.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/rjmx.jar +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.actionProvider.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.metadataprovider.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.service.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActionExceptionHandlers.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActions.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerConstraints.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerEvaluators.exsd +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.5.0.165303.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201303151357.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.annotation_1.2.0.v201401042248.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.el_2.2.0.v201303151357.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.inject_1.0.0.v20091030.jar -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.servlet_3.0.0.v201112011016.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.8.0.v201108120515.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/javax.xml_1.3.4.v201005080400.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.batik.css_1.7.0.v201011041433.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.batik.util_1.7.0.v201011041433.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.commons.codec_1.6.0.v201305230611.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.httpcomponents.httpclient_4.2.6.v201311072007.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.httpcomponents.httpcore_4.2.5.v201311072007.jar -rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.jasper.glassfish_2.2.2.v201205150955.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.lucene_2.9.1.v201101211721.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.1.v20120912-135020.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20120523-1956.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.1.v20120912-135020.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.400.v20120523-2004.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.5.200.v20120521-2346.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20120914-093638.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.resources_3.8.1.v20121114-124432.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.300.v20120523-2004.jar -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/.api_description -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/about.html --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/fragment.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/runtime_registry_compatibility.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.8.0.v20120521-2346.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf_3.1.300.v20120610-1946.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.100.v20120522-1841.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.0.0.v20120522-1841.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.2.200.v20120522-2049.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/ -drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/ --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/ECLIPSE_.RSA --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/ECLIPSE_.SF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/MANIFEST.MF --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/eclipse.inf --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/about.html --rwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/launcher.gtk.linux.x86_64.properties --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.1.100.v20120522-1841.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.400.v20120917-192807.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base_3.6.101.v201301310800.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui_3.5.201.v20130108-092756.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.101.v20130116-182509.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20120912-134126.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.3.v20120522.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface_3.8.0.v20120912-135020.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.3.100.v20120522-1822.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.rcp.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.rcp.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.rcp_3.8.1.v201301310800.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3836b.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt_3.8.1.v3836b.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.5.200.v20120521-2332.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20120521-2344.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.101.v20120914-093638.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views_3.6.100.v20120521-2332.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui_3.8.2.v20121018-234953.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.2.0.v20130724060447.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.200.v20120912-142556.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.sat4j.core_2.3.0.v20110329.jar --rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.sat4j.pb_2.3.0.v20110329.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.lucene.analysis_3.5.0.v20120725-1805.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20140124-2013.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20140424-2042.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.1.v20140903-0821.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.1.v20140903-1023.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.0.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.800.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.1.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ecf_3.4.0.v20140827-1444.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.emf.common_2.10.1.v20140901-1043.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.emf.ecore.change_2.10.0.v20140901-1043.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.emf.ecore.xmi_2.10.1.v20140901-1043.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.emf.ecore_2.10.1.v20140901-1043.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.1.0.v20140131-1639.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.200.v20131021-1843.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.300.v20130402-1529.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.500.v20140318-1755.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/about.html +-rwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/eclipse_1605.so +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/launcher.gtk.linux.x86_64.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20140228-1829.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.0.v20140408-1354.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.base_4.0.200.v20141007-2301.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.ui_4.0.100.v20140401-0608.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.300.v20140407-1855.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.14.v20131031.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface.text_3.9.1.v20140827-1810.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.jface_3.10.1.v20140813-1009.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.rcp_4.3.100.v20141007-2301.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.1.v20140903-1947.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.swt_3.103.1.v20140903-1938.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20130326-1254.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_zh_4.4.0.v20140623020002.jar +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.RSA +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.SF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/MANIFEST.MF +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/about.html +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/ +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_basestyle.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_globalstyle.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_partstyle.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_preferencestyle.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_mac.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_win.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_basestyle.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_win7.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_winxp.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_gtk.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mac.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mru_on_win7.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_win7.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_blu.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_olv.css +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/high-contrast.css +drwxr-xr-x root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/ +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/dragHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkTSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macGrey.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macTSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7Handle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7TSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicTSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluTSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBlue.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPHandle.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPOlive.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPTSFrame.png +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.properties +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.xml +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.views_3.7.0.v20140408-0703.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.106.1.v20140827-1737.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.ui_3.106.0.v20140812-1751.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.4.0.v20140623020002.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.sat4j.core_2.3.5.v201308161310.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.sat4j.pb_2.3.5.v201404071733.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar +-rw-r--r-- root/root usr/lib/jdk/lib/missioncontrol/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar -rw-r--r-- root/root usr/lib/jdk/lib/orb.idl +-rw-r--r-- root/root usr/lib/jdk/lib/packager.jar -rw-r--r-- root/root usr/lib/jdk/lib/sa-jdi.jar -rw-r--r-- root/root usr/lib/jdk/lib/tools.jar drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/ @@ -1021,6 +1132,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml @@ -1031,6 +1143,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-templates.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-modules-uihandler.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml @@ -1096,8 +1209,6 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar --rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-network_ja.jar --rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-network_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-core-ui_ja.jar @@ -1132,6 +1243,8 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar @@ -1152,6 +1265,8 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar @@ -1213,6 +1328,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-keyring-fallback.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-masterfs-nio2.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar @@ -1223,6 +1339,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/modules/locale/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-templates.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-modules-uihandler.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar @@ -1269,6 +1386,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml @@ -1279,6 +1397,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-templates.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-modules-uihandler.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml @@ -1423,6 +1542,7 @@ drwxr-xr-x root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/ -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden (EMPTY) -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden (EMPTY) -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden (EMPTY) +-rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden (EMPTY) -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden (EMPTY) -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden (EMPTY) -rw-r--r-- root/root usr/lib/jdk/lib/visualvm/visualvm/config/Modules/org-openide-execution.xml_hidden (EMPTY) diff --git a/jdk/.md5sum b/jdk/.md5sum index e4a6b1f..c936fc8 100644 --- a/jdk/.md5sum +++ b/jdk/.md5sum @@ -1 +1 @@ -173e24bc2d5d5ca3469b8e34864a80da jdk-8u31-linux-x64.tar.gz +1ad9a5be748fb75b31cd3bd3aa339cac jdk-8u45-linux-x64.tar.gz diff --git a/jdk/Pkgfile b/jdk/Pkgfile index b8c1e07..7203eb8 100644 --- a/jdk/Pkgfile +++ b/jdk/Pkgfile @@ -4,7 +4,7 @@ # Packager: Simone Rota, sip at crux dot nu name=jdk -version=1.8.0_31 +version=1.8.0_45 release=1 source=(file:///$name-8u${version##*_}-linux-x64.tar.gz) From crux at crux.nu Tue Apr 14 22:54:59 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 00:54:59 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] flash-player-plugin: updated to 11.2.202.457 Message-ID: <20150414225459.6D3D4E9900@crux.nu> commit 2cd0945188c435d858e4bd758d53fed28fd984be Author: Jose V Beneyto Date: Wed Apr 15 00:44:31 2015 +0200 [notify] flash-player-plugin: updated to 11.2.202.457 Security update: http://helpx.adobe.com/security/products/flash-player/apsb15-06.html diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum index d3c8d76..9af93f8 100644 --- a/flash-player-plugin/.md5sum +++ b/flash-player-plugin/.md5sum @@ -1 +1 @@ -9383cd53a51df9e9ade25a198a89cbe9 flash-plugin-11.2.202.451-release.x86_64.rpm +c4d0daedd8f84e951f4f1128706c8b6f flash-plugin-11.2.202.457-release.x86_64.rpm diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile index 477bde8..d937829 100644 --- a/flash-player-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=flash-player-plugin -version=11.2.202.451 +version=11.2.202.457 release=1 source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$version/flash-plugin-$version-release.x86_64.rpm) From crux at crux.nu Wed Apr 15 10:14:09 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 12:14:09 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gtk3: updated to 3.16.2 Message-ID: <20150415101409.1623BE98F6@crux.nu> commit 7da7de50490ed7f57aec510abbcaeaa2dda17b47 Author: Fredrik Rinnestam Date: Wed Apr 15 12:13:55 2015 +0200 gtk3: updated to 3.16.2 diff --git a/gtk3/.footprint b/gtk3/.footprint index 927d57f..c82ca47 100644 --- a/gtk3/.footprint +++ b/gtk3/.footprint @@ -432,13 +432,13 @@ lrwxrwxrwx root/root usr/lib/libgailutil-3.so -> libgailutil-3.so.0.0.0 lrwxrwxrwx root/root usr/lib/libgailutil-3.so.0 -> libgailutil-3.so.0.0.0 -rwxr-xr-x root/root usr/lib/libgailutil-3.so.0.0.0 -rw-r--r-- root/root usr/lib/libgdk-3.la -lrwxrwxrwx root/root usr/lib/libgdk-3.so -> libgdk-3.so.0.1600.1 -lrwxrwxrwx root/root usr/lib/libgdk-3.so.0 -> libgdk-3.so.0.1600.1 --rwxr-xr-x root/root usr/lib/libgdk-3.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libgdk-3.so -> libgdk-3.so.0.1600.2 +lrwxrwxrwx root/root usr/lib/libgdk-3.so.0 -> libgdk-3.so.0.1600.2 +-rwxr-xr-x root/root usr/lib/libgdk-3.so.0.1600.2 -rw-r--r-- root/root usr/lib/libgtk-3.la -lrwxrwxrwx root/root usr/lib/libgtk-3.so -> libgtk-3.so.0.1600.1 -lrwxrwxrwx root/root usr/lib/libgtk-3.so.0 -> libgtk-3.so.0.1600.1 --rwxr-xr-x root/root usr/lib/libgtk-3.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libgtk-3.so -> libgtk-3.so.0.1600.2 +lrwxrwxrwx root/root usr/lib/libgtk-3.so.0 -> libgtk-3.so.0.1600.2 +-rwxr-xr-x root/root usr/lib/libgtk-3.so.0.1600.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gail-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gdk-3.0.pc diff --git a/gtk3/.md5sum b/gtk3/.md5sum index baaabee..7a13e65 100644 --- a/gtk3/.md5sum +++ b/gtk3/.md5sum @@ -1 +1 @@ -7458661889a718f93b46cb44b677cc41 gtk+-3.16.1.tar.xz +321d14c72bd62ad7417d329859bf55af gtk+-3.16.2.tar.xz diff --git a/gtk3/Pkgfile b/gtk3/Pkgfile index f8fe94e..663e569 100644 --- a/gtk3/Pkgfile +++ b/gtk3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk, at-spi2-atk, xorg-libxi name=gtk3 -version=3.16.1 +version=3.16.2 release=1 source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz) From crux at crux.nu Wed Apr 15 11:09:39 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 13:09:39 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] chromium: updated to 42.0.2311.90 Message-ID: <20150415110939.E5C72E98F6@crux.nu> commit 52051f3f654dcaffc8348397eb2b7848330ae3f8 Author: Jose V Beneyto Date: Wed Apr 15 13:09:25 2015 +0200 [notify] chromium: updated to 42.0.2311.90 This update includes 45 security fixes: http://googlechromereleases.blogspot.com/2015/04/stable-channel-update_14.html https://sites.google.com/a/chromium.org/dev/Home/chromium-security diff --git a/chromium/.footprint b/chromium/.footprint index b1d252f..41c2507 100644 --- a/chromium/.footprint +++ b/chromium/.footprint @@ -20,7 +20,6 @@ drwxr-xr-x root/root usr/lib/chromium/resources/extension/demo/ drwxr-xr-x root/root usr/lib/chromium/resources/inspector/ drwxr-xr-x root/root usr/lib/chromium/resources/inspector/Images/ -rw-rw-r-- root/root usr/lib/chromium/resources/inspector/Images/applicationCache.png --rw-rw-r-- root/root usr/lib/chromium/resources/inspector/Images/back.png -rw-rw-r-- root/root usr/lib/chromium/resources/inspector/Images/breakpoint.png -rw-rw-r-- root/root usr/lib/chromium/resources/inspector/Images/breakpointConditional.png -rw-rw-r-- root/root usr/lib/chromium/resources/inspector/Images/breakpointConditional_2x.png @@ -92,6 +91,7 @@ drwxr-xr-x root/root usr/lib/chromium/resources/inspector/Images/ -rw-r--r-- root/root usr/lib/chromium/resources/inspector/InspectorBackendCommands.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/SupportedCSSProperties.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/audits_module.js +-rw-r--r-- root/root usr/lib/chromium/resources/inspector/components_lazy_module.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/console_module.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/devices_module.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/devtools.css @@ -117,6 +117,7 @@ drwxr-xr-x root/root usr/lib/chromium/resources/inspector/Images/ -rw-r--r-- root/root usr/lib/chromium/resources/inspector/toolbox.css -rw-r--r-- root/root usr/lib/chromium/resources/inspector/toolbox.html -rw-r--r-- root/root usr/lib/chromium/resources/inspector/toolbox.js +-rw-r--r-- root/root usr/lib/chromium/resources/inspector/ui_lazy_module.js -rw-r--r-- root/root usr/lib/chromium/snapshot_blob.bin drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/chromium/.md5sum b/chromium/.md5sum index 39258e2..2125713 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -77fbca6b2ca6904595a803ed8cd34e7b chromium-41.0.2272.118.tar.xz +6761495b1ea2c37e41105abded652af3 chromium-42.0.2311.90.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index ed0cf95..f4471ed 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif pciutils name=chromium -version=41.0.2272.118 +version=42.0.2311.90 release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) From crux at crux.nu Wed Apr 15 11:48:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 13:48:20 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): deadwood: initial release Message-ID: <20150415114820.CD6DDE98F6@crux.nu> commit f261ef35621aa95b0b4eb45b6b6fb26529a15393 Author: Juergen Daubert Date: Wed Apr 15 13:47:28 2015 +0200 deadwood: initial release diff --git a/deadwood/.footprint b/deadwood/.footprint new file mode 100644 index 0000000..4c53f4b --- /dev/null +++ b/deadwood/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/dwood3rc +drwxr-xr-x root/root etc/rc.d/ +-rwxr-xr-x root/root etc/rc.d/deadwood +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/deadwood.1.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/Deadwood +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/deadwood/ +drwx------ nobody/root var/lib/deadwood/cache/ diff --git a/deadwood/.md5sum b/deadwood/.md5sum new file mode 100644 index 0000000..fd1b753 --- /dev/null +++ b/deadwood/.md5sum @@ -0,0 +1,3 @@ +d2dd952ec5806cf4330b2e4a486484b4 deadwood +7dcb8c131c12bd14fbec8ee741d74b22 deadwood-3.2.07.tar.bz2 +0a2d736d8043d5cae0c5e41d2110c6a9 dwood3rc diff --git a/deadwood/Pkgfile b/deadwood/Pkgfile new file mode 100644 index 0000000..f6d119b --- /dev/null +++ b/deadwood/Pkgfile @@ -0,0 +1,22 @@ +# Description: Fully recursive caching DNS resolver +# URL: http://www.maradns.org/deadwood +# Maintainer: Juergen Daubert, jue at crux dot nu + +name=deadwood +version=3.2.07 +release=1 +source=(http://maradns.samiam.org/deadwood/stable/$name-$version.tar.bz2 \ + dwood3rc deadwood) + +build () { + cd $name-$version + + make -C src FLAGS="$CFLAGS" + + install -d $PKG/{usr/sbin,usr/man/man1,etc/rc.d,var/lib/deadwood} + install -d -m 700 -o nobody $PKG/var/lib/deadwood/cache + install -m 755 src/Deadwood $PKG/usr/sbin + install -m 644 doc/Deadwood.1 $PKG/usr/man/man1/deadwood.1 + install -m 644 $SRC/dwood3rc $PKG/etc + install -m 755 $SRC/deadwood $PKG/etc/rc.d +} diff --git a/deadwood/deadwood b/deadwood/deadwood new file mode 100644 index 0000000..454a816 --- /dev/null +++ b/deadwood/deadwood @@ -0,0 +1,35 @@ +#!/bin/sh +# +# /etc/rc.d/deadwood: start/stop deadwood DNS resolver +# + +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/Deadwood +PID=/var/run/deadwood.pid +LOG=/var/log/deadwood.log + +case $1 in +start) + $SSD --start -bmC --pidfile $PID --exec $PROG >> $LOG 2>&1 + ;; +stop) + $SSD --stop --remove-pidfile --retry 10 --pidfile $PID + ;; +restart) + $0 stop + $0 start + ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; +*) + echo "usage: $0 [start|stop|restart|status]" + ;; +esac +# End of file diff --git a/deadwood/dwood3rc b/deadwood/dwood3rc new file mode 100644 index 0000000..5b1f477 --- /dev/null +++ b/deadwood/dwood3rc @@ -0,0 +1,12 @@ +# +# /etc/deadwoodrc +# + + +bind_address="127.0.0.1" +chroot_dir = "/var/lib/deadwood" +cache_file = "cache/dw_cache" +maximum_cache_elements = 60000 +recursive_acl = "127.0.0.1/16" + +# End of file From crux at crux.nu Wed Apr 15 11:48:20 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Apr 2015 13:48:20 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] maradns: update to 2.0.11 Message-ID: <20150415114820.E3052E9900@crux.nu> commit 5f6063a0523fd51ce4190b16b0759cde8baf45c9 Author: Juergen Daubert Date: Wed Apr 15 13:38:03 2015 +0200 [notify] maradns: update to 2.0.11 Note ---- Version 2 of maradns is a authoritative only DNS server without the resolver part. The recursive and caching DNS resolver from the same author, called deadwood, is available as a separate port now. See the tutorial in [1] how both can work together. Using the DNSSEC capable unbound instead of deadwood might be an option as well. [1] http://maradns.samiam.org/tutorial/recursive.html diff --git a/maradns/.footprint b/maradns/.footprint index 606b834..558086e 100644 --- a/maradns/.footprint +++ b/maradns/.footprint @@ -10,7 +10,6 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/askmara --rwxr-xr-x root/root usr/bin/duende -rwxr-xr-x root/root usr/bin/fetchzone -rwxr-xr-x root/root usr/bin/getzone drwxr-xr-x root/root usr/man/ @@ -24,12 +23,8 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/csv2_txt.5.gz -rw-r--r-- root/root usr/man/man5/mararc.5.gz drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/duende.8.gz -rw-r--r-- root/root usr/man/man8/maradns.8.gz -rw-r--r-- root/root usr/man/man8/zoneserver.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/maradns -rwxr-xr-x root/root usr/sbin/zoneserver -drwxr-xr-x root/root var/ -drwxr-xr-x root/root var/log/ --rw-r--r-- root/root var/log/maradns.log (EMPTY) diff --git a/maradns/.md5sum b/maradns/.md5sum index 0037202..ac1b392 100644 --- a/maradns/.md5sum +++ b/maradns/.md5sum @@ -1,4 +1,4 @@ 6e2f5cfb258b8955fa345a2070b6c4b0 db.localhost -020d9bffda1f19fa9287c80672554ecf maradns -57bd1d440b33aec30c22daa17865c5cb maradns-1.4.15.tar.xz -5b860ff2ae93ffe85ba24500618d17b8 mararc +0dce90ec6ee5c8a368ec692ec9d5ccc5 maradns +829334629f591e84fb4c5dd126b80ec2 maradns-2.0.11.tar.bz2 +8205d9a6cdeba454d173847fd44168a3 mararc diff --git a/maradns/Pkgfile b/maradns/Pkgfile index 6ef92fc..ac51391 100644 --- a/maradns/Pkgfile +++ b/maradns/Pkgfile @@ -1,30 +1,38 @@ -# Description: A authoritative,recursive (caching) DNS server that strives to be secure and fast +# Description: A authoritative only DNS server that strives to be secure and fast # URL: http://www.maradns.org/ # Maintainer: Juergen Daubert, jue at crux dot nu name=maradns -version=1.4.15 +version=2.0.11 release=1 -source=(http://maradns.samiam.org/download/1.4/$name-$version.tar.xz \ +source=(http://maradns.samiam.org/download/2.0/$version/$name-$version.tar.bz2 \ mararc maradns db.localhost) build () { cd maradns-$version install -d $PKG/usr/{bin,sbin,man/man{1,5,8}} - install -d $PKG/{etc/{rc.d,maradns},var/log} + install -d $PKG/etc/{rc.d,maradns} sed -i "/^FLAGS/s/-O2/$CFLAGS/" build/Makefile.linux + ./configure make -j1 make PREFIX=$PKG/usr RPM_BUILD_ROOT=$PKG install + # remove deadwood + rm $PKG/usr/sbin/Deadwood + rm $PKG/usr/man/man1/Deadwood.1 + rm $PKG/etc/dwood3rc + + # remove duende + rm $PKG/usr/bin/duende + rm $PKG/usr/man/man8/duende.8 + rm -r $PKG/usr/doc mv $PKG/etc/mararc $PKG/etc/mararc.sample install -m 644 $SRC/mararc $PKG/etc install -m 644 $SRC/db.* $PKG/etc/maradns install -m 755 $SRC/maradns $PKG/etc/rc.d - - touch $PKG/var/log/maradns.log } diff --git a/maradns/maradns b/maradns/maradns index edec21b..cc21e05 100644 --- a/maradns/maradns +++ b/maradns/maradns @@ -1,23 +1,35 @@ #!/bin/sh # -# /etc/rc.d/maradns: start/stop mara DNS server +# /etc/rc.d/deadwood: start/stop deadwood DNS resolver # +SSD=/sbin/start-stop-daemon +PROG=/usr/sbin/maradns +PID=/var/run/maradns.pid +LOG=/var/log/maradns.log + case $1 in start) - setsid /usr/sbin/maradns >> /var/log/maradns.log & + $SSD --start -bmC --pidfile $PID --exec $PROG >> $LOG 2>&1 ;; stop) - killall -q /usr/sbin/maradns + $SSD --stop --remove-pidfile --retry 10 --pidfile $PID ;; restart) $0 stop - sleep 2 $0 start ;; +status) + $SSD --status --pidfile $PID + case $? in + 0) echo "$PROG is running with pid $(cat $PID)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; *) - echo "usage: $0 [start|stop|restart]" + echo "usage: $0 [start|stop|restart|status]" ;; esac - # End of file diff --git a/maradns/mararc b/maradns/mararc index d7da972..79552d7 100644 --- a/maradns/mararc +++ b/maradns/mararc @@ -20,45 +20,16 @@ verbose_level = 3 debug_msg_level = 3 # The addresses mara bind to -# CHANGING THIS IS REQUIRED ! -ipv4_bind_addresses = "127.0.0.1,192.168.0.1" +ipv4_bind_addresses = "127.0.0.1" # The various zones we support csv2 = {} csv2["localhost."] = "db.localhost" # csv2["example.net."] = "db.example.net" -# ACL for localhost, localnet -# CHANGING THIS IS REQUIRED ! +# ACL for localhost ipv4_alias = {} ipv4_alias["localhost"] = "127.0.0.0/8" -ipv4_alias["localnet"] = "192.168.0.0/24" -recursive_acl = "localhost,localnet" -zone_transfer_acl = "localnet" -admin_acl = "localhost,localnet" - -# The root servers which we use when making recursive queries. -# http://www.icann.org -ipv4_alias["icann"] = "198.41.0.4,192.228.79.201,192.33.4.12,128.8.10.90," -ipv4_alias["icann"] += "192.203.230.10,192.5.5.241,192.112.36.4," -ipv4_alias["icann"] += "128.63.2.53,192.36.148.17,192.58.128.30," -ipv4_alias["icann"] += "193.0.14.129,199.7.83.42,202.12.27.33" - -# ORSN, Open Root Server Network (http://www.orsn.org) -ipv4_alias["orsn"] = "217.146.128.77,193.238.157.7,212.7.160.13,195.226.7.66," -ipv4_alias["orsn"] += "213.161.0.90,193.138.173.218,82.102.0.9,213.144.148.130," -ipv4_alias["orsn"] += "194.116.123.194,193.93.167.222,217.173.157.225," -ipv4_alias["orsn"] += "192.83.249.100,213.145.82.34" - -root_servers = {} -root_servers["."] = "icann" - -# upstream_servers = {} -# upstream_servers["."] = "usually_your_isps_dns_servers" -# ORSN, puplic nameservers -# upstream_servers["."] = "217.146.139.5,62.157.101.211" -# Google, puplic nameservers -# upstream_servers["."] = "8.8.8.8,8.8.4.4" - +admin_acl = "localhost" # End of file From crux at crux.nu Thu Apr 16 09:17:08 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 11:17:08 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): hpcups: update to 3.15.4 Message-ID: <20150416091708.8F4D3E98F6@crux.nu> commit 882c46e18fe332eef2028ece47987578b70772c7 Author: Juergen Daubert Date: Thu Apr 16 11:16:55 2015 +0200 hpcups: update to 3.15.4 diff --git a/hpcups/.footprint b/hpcups/.footprint index 6f21e26..f9a25d1 100644 --- a/hpcups/.footprint +++ b/hpcups/.footprint @@ -83,10 +83,14 @@ drwxr-xr-x root/root usr/share/cups/model/HP/ -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp6015-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_flow_mfp_m680-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_flow_mfp_m880-ps.ppd.gz +-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_m552-ps.ppd.gz +-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_m553-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_m651-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_m750-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_m855-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_mfp_m680-ps.ppd.gz +-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_pro_m252-ps.ppd.gz +-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_pro_mfp_m277-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_pro_mfp_m476-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-designjet_4000ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-designjet_4020ps-ps.ppd.gz @@ -225,6 +229,7 @@ drwxr-xr-x root/root usr/share/cups/model/HP/ -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m4555_mfp-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m5025_mfp-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m5035_mfp-ps.ppd.gz +-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m604_m605_m606-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m806-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9040_mfp-ps.ppd.gz -rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9050_mfp-ps.ppd.gz diff --git a/hpcups/.md5sum b/hpcups/.md5sum index 1f12e99..7dcd158 100644 --- a/hpcups/.md5sum +++ b/hpcups/.md5sum @@ -1 +1 @@ -bbc55fc0d45e130a24ab042f60f9f888 hplip-3.15.2.tar.gz +2cc12f3c8c2cf023891980c8a6b3fa5d hplip-3.15.4.tar.gz diff --git a/hpcups/Pkgfile b/hpcups/Pkgfile index cfc0451..a0c404f 100644 --- a/hpcups/Pkgfile +++ b/hpcups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cups name=hpcups -version=3.15.2 +version=3.15.4 release=1 source=(http://downloads.sourceforge.net/project/hplip/hplip/$version/hplip-$version.tar.gz) From crux at crux.nu Thu Apr 16 14:06:48 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 16:06:48 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): mupdf: update to 1.7 Message-ID: <20150416140648.4521EE98F6@crux.nu> commit a70a8d2ee598e5845521e671a8880376610cbf24 Author: Juergen Daubert Date: Thu Apr 16 16:06:36 2015 +0200 mupdf: update to 1.7 diff --git a/mupdf/.footprint b/mupdf/.footprint index 3fc50cd..43e399f 100644 --- a/mupdf/.footprint +++ b/mupdf/.footprint @@ -7,7 +7,6 @@ lrwxrwxrwx root/root usr/bin/mupdf -> mupdf-x11-curl -rwxr-xr-x root/root usr/bin/mutool drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/mupdf/ --rwxr-xr-x root/root usr/include/mupdf/cbz.h -rwxr-xr-x root/root usr/include/mupdf/fitz.h drwxr-xr-x root/root usr/include/mupdf/fitz/ -rwxr-xr-x root/root usr/include/mupdf/fitz/annotation.h @@ -30,7 +29,6 @@ drwxr-xr-x root/root usr/include/mupdf/fitz/ -rwxr-xr-x root/root usr/include/mupdf/fitz/image.h -rwxr-xr-x root/root usr/include/mupdf/fitz/link.h -rwxr-xr-x root/root usr/include/mupdf/fitz/math.h --rwxr-xr-x root/root usr/include/mupdf/fitz/meta.h -rwxr-xr-x root/root usr/include/mupdf/fitz/outline.h -rwxr-xr-x root/root usr/include/mupdf/fitz/output-pcl.h -rwxr-xr-x root/root usr/include/mupdf/fitz/output-png.h @@ -50,23 +48,27 @@ drwxr-xr-x root/root usr/include/mupdf/fitz/ -rwxr-xr-x root/root usr/include/mupdf/fitz/text.h -rwxr-xr-x root/root usr/include/mupdf/fitz/transition.h -rwxr-xr-x root/root usr/include/mupdf/fitz/tree.h +-rwxr-xr-x root/root usr/include/mupdf/fitz/unzip.h -rwxr-xr-x root/root usr/include/mupdf/fitz/version.h -rwxr-xr-x root/root usr/include/mupdf/fitz/write-document.h -rwxr-xr-x root/root usr/include/mupdf/fitz/xml.h --rwxr-xr-x root/root usr/include/mupdf/img.h +-rwxr-xr-x root/root usr/include/mupdf/html.h -rwxr-xr-x root/root usr/include/mupdf/memento.h -rwxr-xr-x root/root usr/include/mupdf/pdf-tools.h -rwxr-xr-x root/root usr/include/mupdf/pdf.h drwxr-xr-x root/root usr/include/mupdf/pdf/ -rwxr-xr-x root/root usr/include/mupdf/pdf/annot.h -rwxr-xr-x root/root usr/include/mupdf/pdf/appearance.h +-rwxr-xr-x root/root usr/include/mupdf/pdf/clean.h -rwxr-xr-x root/root usr/include/mupdf/pdf/cmap.h -rwxr-xr-x root/root usr/include/mupdf/pdf/crypt.h -rwxr-xr-x root/root usr/include/mupdf/pdf/document.h -rwxr-xr-x root/root usr/include/mupdf/pdf/event.h -rwxr-xr-x root/root usr/include/mupdf/pdf/field.h -rwxr-xr-x root/root usr/include/mupdf/pdf/font.h +-rwxr-xr-x root/root usr/include/mupdf/pdf/interpret.h -rwxr-xr-x root/root usr/include/mupdf/pdf/javascript.h +-rwxr-xr-x root/root usr/include/mupdf/pdf/name-table.h -rwxr-xr-x root/root usr/include/mupdf/pdf/object.h -rwxr-xr-x root/root usr/include/mupdf/pdf/output-pdf.h -rwxr-xr-x root/root usr/include/mupdf/pdf/page.h @@ -74,7 +76,6 @@ drwxr-xr-x root/root usr/include/mupdf/pdf/ -rwxr-xr-x root/root usr/include/mupdf/pdf/resource.h -rwxr-xr-x root/root usr/include/mupdf/pdf/widget.h -rwxr-xr-x root/root usr/include/mupdf/pdf/xref.h --rwxr-xr-x root/root usr/include/mupdf/tiff.h -rwxr-xr-x root/root usr/include/mupdf/xps.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libmupdf.a diff --git a/mupdf/.md5sum b/mupdf/.md5sum index 061c60d..67b793e 100644 --- a/mupdf/.md5sum +++ b/mupdf/.md5sum @@ -1 +1 @@ -8d69db41ae9e0b6807b76bb6ed70dc2f mupdf-1.6-source.tar.gz +81d36f436a7065c81a501ed7ff4ee21e mupdf-1.7-source.tar.gz diff --git a/mupdf/Pkgfile b/mupdf/Pkgfile index d9cc33e..a1fad80 100644 --- a/mupdf/Pkgfile +++ b/mupdf/Pkgfile @@ -4,7 +4,7 @@ # Depends on: curl freetype libjpeg-turbo xorg-libxext name=mupdf -version=1.6 +version=1.7 release=1 source=(http://mupdf.com/download/$name-$version-source.tar.gz) From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): mod_php: upate to 5.5.24 Message-ID: <20150416173432.20B41E98F6@crux.nu> commit 0f98681c4013cf0528ae083472d1fe36a90684cb Author: Juergen Daubert Date: Thu Apr 16 19:33:55 2015 +0200 mod_php: upate to 5.5.24 diff --git a/mod_php/.md5sum b/mod_php/.md5sum index e57ac93..67cee26 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1 +1 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 7a159ec..7649d34 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xz apache libxml2 name=mod_php -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz) From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): php-sqlite3: upate to 5.5.24 Message-ID: <20150416173432.41C46E9900@crux.nu> commit 6158522ae188a425c4703c560b14b24d4b06859a Author: Juergen Daubert Date: Thu Apr 16 19:33:40 2015 +0200 php-sqlite3: upate to 5.5.24 diff --git a/php-sqlite3/.md5sum b/php-sqlite3/.md5sum index e57ac93..67cee26 100644 --- a/php-sqlite3/.md5sum +++ b/php-sqlite3/.md5sum @@ -1 +1 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz diff --git a/php-sqlite3/Pkgfile b/php-sqlite3/Pkgfile index c4faee9..aa5e8d3 100644 --- a/php-sqlite3/Pkgfile +++ b/php-sqlite3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: sqlite3 name=php-sqlite3 -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz) From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): php-mysql: upate to 5.5.24 Message-ID: <20150416173432.6DAFCE9905@crux.nu> commit f337c8a0c4787d466cb3c6ca6070849718fddaad Author: Juergen Daubert Date: Thu Apr 16 19:33:29 2015 +0200 php-mysql: upate to 5.5.24 diff --git a/php-mysql/.md5sum b/php-mysql/.md5sum index e57ac93..67cee26 100644 --- a/php-mysql/.md5sum +++ b/php-mysql/.md5sum @@ -1 +1 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz diff --git a/php-mysql/Pkgfile b/php-mysql/Pkgfile index 95fcf25..b3d3c2d 100644 --- a/php-mysql/Pkgfile +++ b/php-mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: mysql name=php-mysql -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz) From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): php-fpm: upate to 5.5.24 Message-ID: <20150416173432.822B1E990C@crux.nu> commit 7fbfc467423cf1c16177fb36d185691f761dde71 Author: Juergen Daubert Date: Thu Apr 16 19:33:18 2015 +0200 php-fpm: upate to 5.5.24 diff --git a/php-fpm/.md5sum b/php-fpm/.md5sum index 25893de..eebecf2 100644 --- a/php-fpm/.md5sum +++ b/php-fpm/.md5sum @@ -1,2 +1,2 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz -8e28a716c6d3a1345449521d659c5ec6 php-fpm +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz +954d95b7f645f3435815195aeeac6949 php-fpm diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile index ebfb06c..04f3e28 100644 --- a/php-fpm/Pkgfile +++ b/php-fpm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xz libpcre libxml2 name=php-fpm -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fpm) diff --git a/php-fpm/php-fpm b/php-fpm/php-fpm index ea165de..e140cd1 100644 --- a/php-fpm/php-fpm +++ b/php-fpm/php-fpm @@ -24,7 +24,7 @@ reload) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;; From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): php-fcgi: upate to 5.5.24 Message-ID: <20150416173432.890D4E990D@crux.nu> commit 5797fb4c64813bf2d37561848d29a76d4eff6c9c Author: Juergen Daubert Date: Thu Apr 16 19:33:07 2015 +0200 php-fcgi: upate to 5.5.24 diff --git a/php-fcgi/.md5sum b/php-fcgi/.md5sum index cd2fa36..c22c4ba 100644 --- a/php-fcgi/.md5sum +++ b/php-fcgi/.md5sum @@ -1,2 +1,2 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz -94a2d91ea488161f10b097db3a4623fd php-fcgi +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz +cdaab91680ba17cbf31b21d1b64dcd6a php-fcgi diff --git a/php-fcgi/Pkgfile b/php-fcgi/Pkgfile index 92e623c..70c9753 100644 --- a/php-fcgi/Pkgfile +++ b/php-fcgi/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xz libpcre libxml2 name=php-fcgi -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fcgi) diff --git a/php-fcgi/php-fcgi b/php-fcgi/php-fcgi index 1a8f136..f5a27cd 100644 --- a/php-fcgi/php-fcgi +++ b/php-fcgi/php-fcgi @@ -27,7 +27,7 @@ restart) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;; From crux at crux.nu Thu Apr 16 17:34:32 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Apr 2015 19:34:32 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] php: update to 5.5.24 Message-ID: <20150416173432.8F477E990E@crux.nu> commit 962a6af4380cb3906702bb4428144c897dbe2eb8 Author: Juergen Daubert Date: Thu Apr 16 19:31:33 2015 +0200 [notify] php: update to 5.5.24 update includes security fixes for CVE-2015-1351 and CVE-2015-1352, see http://php.net/ChangeLog-5.php#5.5.24 diff --git a/php/.md5sum b/php/.md5sum index e57ac93..67cee26 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index b71e907..5d72249 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz) From crux at crux.nu Fri Apr 17 10:08:37 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:08:37 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gnutls: updated to 3.3.14 Message-ID: <20150417100837.D15D0E98F6@crux.nu> commit 3410957219831124bf93635b763be361b5bf8408 Author: Jose V Beneyto Date: Fri Apr 17 12:08:21 2015 +0200 gnutls: updated to 3.3.14 diff --git a/gnutls/.footprint b/gnutls/.footprint index 44fd7be..404aa9f 100644 --- a/gnutls/.footprint +++ b/gnutls/.footprint @@ -31,9 +31,9 @@ lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so -> libgnutls-openssl.so.27.0.2 lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so.27 -> libgnutls-openssl.so.27.0.2 -rwxr-xr-x root/root usr/lib/libgnutls-openssl.so.27.0.2 -rwxr-xr-x root/root usr/lib/libgnutls.la -lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.41.5 -lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.41.5 --rwxr-xr-x root/root usr/lib/libgnutls.so.28.41.5 +lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.41.6 +lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.41.6 +-rwxr-xr-x root/root usr/lib/libgnutls.so.28.41.6 -rwxr-xr-x root/root usr/lib/libgnutlsxx.la lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.28.1.0 lrwxrwxrwx root/root usr/lib/libgnutlsxx.so.28 -> libgnutlsxx.so.28.1.0 diff --git a/gnutls/.md5sum b/gnutls/.md5sum index 78ff5b6..ec350a9 100644 --- a/gnutls/.md5sum +++ b/gnutls/.md5sum @@ -1 +1 @@ -a7387fe8bf3e604bf518a6da9ab2a4e6 gnutls-3.3.13.tar.xz +7f4465f8c564cf9cb8f5cb38b909f7ca gnutls-3.3.14.tar.xz diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile index c588854..5f44d00 100644 --- a/gnutls/Pkgfile +++ b/gnutls/Pkgfile @@ -5,7 +5,7 @@ # Depends on: nettle libidn name=gnutls -version=3.3.13 +version=3.3.14 release=1 source=(ftp://ftp.gnutls.org/gcrypt/$name/v${version%.*}/$name-${version}.tar.xz) From crux at crux.nu Fri Apr 17 10:13:24 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:13:24 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] gnutls: updated to 3.3.14 Message-ID: <20150417101324.B0667E98F6@crux.nu> commit 01b1dcb9ce7e0f529e2c06faf1ba43caf545d719 Author: Jose V Beneyto Date: Fri Apr 17 12:13:22 2015 +0200 [notify] gnutls: updated to 3.3.14 Security fix: http://www.openwall.com/lists/oss-security/2015/04/15/6 http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8077 diff --git a/gnutls/.footprint b/gnutls/.footprint index 44fd7be..404aa9f 100644 --- a/gnutls/.footprint +++ b/gnutls/.footprint @@ -31,9 +31,9 @@ lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so -> libgnutls-openssl.so.27.0.2 lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so.27 -> libgnutls-openssl.so.27.0.2 -rwxr-xr-x root/root usr/lib/libgnutls-openssl.so.27.0.2 -rwxr-xr-x root/root usr/lib/libgnutls.la -lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.41.5 -lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.41.5 --rwxr-xr-x root/root usr/lib/libgnutls.so.28.41.5 +lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.41.6 +lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.41.6 +-rwxr-xr-x root/root usr/lib/libgnutls.so.28.41.6 -rwxr-xr-x root/root usr/lib/libgnutlsxx.la lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.28.1.0 lrwxrwxrwx root/root usr/lib/libgnutlsxx.so.28 -> libgnutlsxx.so.28.1.0 diff --git a/gnutls/.md5sum b/gnutls/.md5sum index 78ff5b6..ec350a9 100644 --- a/gnutls/.md5sum +++ b/gnutls/.md5sum @@ -1 +1 @@ -a7387fe8bf3e604bf518a6da9ab2a4e6 gnutls-3.3.13.tar.xz +7f4465f8c564cf9cb8f5cb38b909f7ca gnutls-3.3.14.tar.xz diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile index c588854..5f44d00 100644 --- a/gnutls/Pkgfile +++ b/gnutls/Pkgfile @@ -5,7 +5,7 @@ # Depends on: nettle libidn name=gnutls -version=3.3.13 +version=3.3.14 release=1 source=(ftp://ftp.gnutls.org/gcrypt/$name/v${version%.*}/$name-${version}.tar.xz) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xmodmap: 1.0.8 -> 1.0.9 Message-ID: <20150417105355.0482BE98F6@crux.nu> commit b004e95280e1642f650fa55b2eaa26c61432cca5 Author: Danny Rawlins Date: Fri Apr 17 20:52:39 2015 +1000 xorg-xmodmap: 1.0.8 -> 1.0.9 diff --git a/xorg-xmodmap/.md5sum b/xorg-xmodmap/.md5sum index 07ba462..c3d810e 100644 --- a/xorg-xmodmap/.md5sum +++ b/xorg-xmodmap/.md5sum @@ -1 +1 @@ -5511da3361eea4eaa21427652c559e1c xmodmap-1.0.8.tar.bz2 +723f02d3a5f98450554556205f0a9497 xmodmap-1.0.9.tar.bz2 diff --git a/xorg-xmodmap/Pkgfile b/xorg-xmodmap/Pkgfile index 31c1232..2e79699 100644 --- a/xorg-xmodmap/Pkgfile +++ b/xorg-xmodmap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libx11 name=xorg-xmodmap -version=1.0.8 +version=1.0.9 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xmag: 1.0.5 -> 1.0.6 Message-ID: <20150417105355.2BCBDE9900@crux.nu> commit ac980321a317c86f1db01274eae6f41a0107c126 Author: Danny Rawlins Date: Fri Apr 17 20:52:04 2015 +1000 xorg-xmag: 1.0.5 -> 1.0.6 diff --git a/xorg-xmag/.md5sum b/xorg-xmag/.md5sum index a6f1b9e..0033428 100644 --- a/xorg-xmag/.md5sum +++ b/xorg-xmag/.md5sum @@ -1 +1 @@ -280b81cb09d1903aa868a058d90128ad xmag-1.0.5.tar.bz2 +8aaa41374935d697ee55d7dc9de70781 xmag-1.0.6.tar.bz2 diff --git a/xorg-xmag/Pkgfile b/xorg-xmag/Pkgfile index dc0338c..45e92e8 100644 --- a/xorg-xmag/Pkgfile +++ b/xorg-xmag/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxaw name=xorg-xmag -version=1.0.5 +version=1.0.6 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xlsfonts: 1.0.4 -> 1.0.5 Message-ID: <20150417105355.3D206E9905@crux.nu> commit 012a91412fcb3b8a866d5412daf42ed77e380861 Author: Danny Rawlins Date: Fri Apr 17 20:51:30 2015 +1000 xorg-xlsfonts: 1.0.4 -> 1.0.5 diff --git a/xorg-xlsfonts/.md5sum b/xorg-xlsfonts/.md5sum index 0ee1713..f46988f 100644 --- a/xorg-xlsfonts/.md5sum +++ b/xorg-xlsfonts/.md5sum @@ -1 +1 @@ -5a2b476c2d84759529f01e0cd06145fe xlsfonts-1.0.4.tar.bz2 +6f5711bef8c765857a0887a91476283b xlsfonts-1.0.5.tar.bz2 diff --git a/xorg-xlsfonts/Pkgfile b/xorg-xlsfonts/Pkgfile index a3f6337..59abe34 100644 --- a/xorg-xlsfonts/Pkgfile +++ b/xorg-xlsfonts/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libx11 name=xorg-xlsfonts -version=1.0.4 +version=1.0.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xlsfonts-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xhost: 1.0.6 -> 1.0.7 Message-ID: <20150417105355.487B4E990C@crux.nu> commit 43f770529dfaefbc8206f866b412c93e6ef90f4b Author: Danny Rawlins Date: Fri Apr 17 20:50:54 2015 +1000 xorg-xhost: 1.0.6 -> 1.0.7 diff --git a/xorg-xhost/.md5sum b/xorg-xhost/.md5sum index cd54a32..60fe22a 100644 --- a/xorg-xhost/.md5sum +++ b/xorg-xhost/.md5sum @@ -1 +1 @@ -f1669af1fe0554e876f03319c678e79d xhost-1.0.6.tar.bz2 +f5d490738b148cb7f2fe760f40f92516 xhost-1.0.7.tar.bz2 diff --git a/xorg-xhost/Pkgfile b/xorg-xhost/Pkgfile index f7a95a1..ecedec4 100644 --- a/xorg-xhost/Pkgfile +++ b/xorg-xhost/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxmu name=xorg-xhost -version=1.0.6 +version=1.0.7 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xgamma: 1.0.5 -> 1.0.6 Message-ID: <20150417105355.5625FE990D@crux.nu> commit cc99129b7d06c46b7a75dff119a072e50ffba3df Author: Danny Rawlins Date: Fri Apr 17 20:50:16 2015 +1000 xorg-xgamma: 1.0.5 -> 1.0.6 diff --git a/xorg-xgamma/.md5sum b/xorg-xgamma/.md5sum index aac674f..97acdc8 100644 --- a/xorg-xgamma/.md5sum +++ b/xorg-xgamma/.md5sum @@ -1 +1 @@ -c06067f572bc4a5298f324f27340da95 xgamma-1.0.5.tar.bz2 +90b4305157c2b966d5180e2ee61262be xgamma-1.0.6.tar.bz2 diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile index 45967f9..4d1b129 100644 --- a/xorg-xgamma/Pkgfile +++ b/xorg-xgamma/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libx11, xorg-libxxf86vm name=xorg-xgamma -version=1.0.5 +version=1.0.6 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): [notify] xorg-xev: 1.2.1 -> 1.2.2, new dependency xorg-xrandr Message-ID: <20150417105355.628EFE990E@crux.nu> commit 77be2d677b3b58919fc420634a3e7e73eac1a5aa Author: Danny Rawlins Date: Fri Apr 17 20:49:43 2015 +1000 [notify] xorg-xev: 1.2.1 -> 1.2.2, new dependency xorg-xrandr diff --git a/xorg-xev/.md5sum b/xorg-xev/.md5sum index a3e17a9..26fd15e 100644 --- a/xorg-xev/.md5sum +++ b/xorg-xev/.md5sum @@ -1 +1 @@ -5b0a0b6f589441d546da21739fa75634 xev-1.2.1.tar.bz2 +249bdde90f01c0d861af52dc8fec379e xev-1.2.2.tar.bz2 diff --git a/xorg-xev/Pkgfile b/xorg-xev/Pkgfile index ea8e13b..48ecd00 100644 --- a/xorg-xev/Pkgfile +++ b/xorg-xev/Pkgfile @@ -1,10 +1,10 @@ # Description: Print contents of X events # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-libx11 +# Depends on: xorg-xrandr name=xorg-xev -version=1.2.1 +version=1.2.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xdriinfo: 1.0.4 -> 1.0.5 Message-ID: <20150417105355.6EE71E9912@crux.nu> commit 57442413db3fd377861a8da922bc3fa9a2d6ecda Author: Danny Rawlins Date: Fri Apr 17 20:48:16 2015 +1000 xorg-xdriinfo: 1.0.4 -> 1.0.5 diff --git a/xorg-xdriinfo/.md5sum b/xorg-xdriinfo/.md5sum index 287117b..d2d185d 100644 --- a/xorg-xdriinfo/.md5sum +++ b/xorg-xdriinfo/.md5sum @@ -1 +1 @@ -3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2 +fceddaeb08e32e027d12a71490665866 xdriinfo-1.0.5.tar.bz2 diff --git a/xorg-xdriinfo/Pkgfile b/xorg-xdriinfo/Pkgfile index e361cd1..d590c69 100644 --- a/xorg-xdriinfo/Pkgfile +++ b/xorg-xdriinfo/Pkgfile @@ -4,7 +4,7 @@ # Depends on: mesa3d, xorg-libx11, xorg-glproto name=xorg-xdriinfo -version=1.0.4 +version=1.0.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xdpyinfo: 1.3.1 -> 1.3.2 Message-ID: <20150417105355.7D1F3E9913@crux.nu> commit c2ab5e7298dc66a320550e20c6e1286614a694fa Author: Danny Rawlins Date: Fri Apr 17 20:47:39 2015 +1000 xorg-xdpyinfo: 1.3.1 -> 1.3.2 diff --git a/xorg-xdpyinfo/.md5sum b/xorg-xdpyinfo/.md5sum index 229ca5f..c023e77 100644 --- a/xorg-xdpyinfo/.md5sum +++ b/xorg-xdpyinfo/.md5sum @@ -1 +1 @@ -cacc0733f16e4f2a97a5c430fcc4420e xdpyinfo-1.3.1.tar.bz2 +8809037bd48599af55dad81c508b6b39 xdpyinfo-1.3.2.tar.bz2 diff --git a/xorg-xdpyinfo/Pkgfile b/xorg-xdpyinfo/Pkgfile index 1e4a4ef..b4ddd13 100644 --- a/xorg-xdpyinfo/Pkgfile +++ b/xorg-xdpyinfo/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libx11, xorg-libxext, xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxi, xorg-libxrender, xorg-libxinerama, xorg-libdmx name=xorg-xdpyinfo -version=1.3.1 +version=1.3.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xcompmgr: 1.1.6 -> 1.1.7 Message-ID: <20150417105355.8AB44E9914@crux.nu> commit 512c89cf54a44fcdff5f24bab58b3c445d0f9a0f Author: Danny Rawlins Date: Fri Apr 17 20:47:04 2015 +1000 xorg-xcompmgr: 1.1.6 -> 1.1.7 diff --git a/xorg-xcompmgr/.md5sum b/xorg-xcompmgr/.md5sum index e5eeb82..0102471 100644 --- a/xorg-xcompmgr/.md5sum +++ b/xorg-xcompmgr/.md5sum @@ -1 +1 @@ -d45afaf2a153e8a5dd93a92955060c9a xcompmgr-1.1.6.tar.bz2 +38f5720aaa02432d724a31a2d1ae0139 xcompmgr-1.1.7.tar.bz2 diff --git a/xorg-xcompmgr/Pkgfile b/xorg-xcompmgr/Pkgfile index d01bea4..126888a 100644 --- a/xorg-xcompmgr/Pkgfile +++ b/xorg-xcompmgr/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxdamage, xorg-libxcomposite, xorg-libxrender name=xorg-xcompmgr -version=1.1.6 +version=1.1.7 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-x11perf: 1.5.4 -> 1.6.0 Message-ID: <20150417105355.9653FE9915@crux.nu> commit 50891ccb1f1aec4c6178156c74c110d1e846038a Author: Danny Rawlins Date: Fri Apr 17 20:46:26 2015 +1000 xorg-x11perf: 1.5.4 -> 1.6.0 diff --git a/xorg-x11perf/.md5sum b/xorg-x11perf/.md5sum index 505a4c6..5ef8f4a 100644 --- a/xorg-x11perf/.md5sum +++ b/xorg-x11perf/.md5sum @@ -1 +1 @@ -5c3c7431a38775caaea6051312a49bc9 x11perf-1.5.4.tar.bz2 +f0b24e4d8beb622a419e8431e1c03cd7 x11perf-1.6.0.tar.bz2 diff --git a/xorg-x11perf/Pkgfile b/xorg-x11perf/Pkgfile index db3acb0..3ec93b1 100644 --- a/xorg-x11perf/Pkgfile +++ b/xorg-x11perf/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxmu, xorg-libxft, xorg-libxext name=xorg-x11perf -version=1.5.4 +version=1.6.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar.bz2) From crux at crux.nu Fri Apr 17 10:53:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Apr 2015 12:53:55 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-setxkbmap: 1.3.0 -> 1.3.1 Message-ID: <20150417105355.A1E28E9916@crux.nu> commit 1a7f70b1fee8a62b16bb867eb2cc5eeeff929aa4 Author: Danny Rawlins Date: Fri Apr 17 20:45:51 2015 +1000 xorg-setxkbmap: 1.3.0 -> 1.3.1 diff --git a/xorg-setxkbmap/.md5sum b/xorg-setxkbmap/.md5sum index 6dd82a4..7a0671a 100644 --- a/xorg-setxkbmap/.md5sum +++ b/xorg-setxkbmap/.md5sum @@ -1 +1 @@ -1001771344608e120e943a396317c33a setxkbmap-1.3.0.tar.bz2 +2c47a1b8e268df73963c4eb2316b1a89 setxkbmap-1.3.1.tar.bz2 diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile index 31bd7ba..2606306 100644 --- a/xorg-setxkbmap/Pkgfile +++ b/xorg-setxkbmap/Pkgfile @@ -4,14 +4,16 @@ # Depends on: xorg-libx11, xorg-libxkbfile name=xorg-setxkbmap -version=1.3.0 +version=1.3.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2) build() { cd setxkbmap-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure \ + --prefix=/usr \ + --mandir=/usr/man make make DESTDIR=$PKG install From crux at crux.nu Sat Apr 18 00:09:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 02:09:03 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-server: update README to include details of new and removed dependencies Message-ID: <20150418000903.9E627E98F6@crux.nu> commit c4122a226a5b9211a107e6fc8efa40ae226a0445 Author: Danny Rawlins Date: Sat Apr 18 10:08:51 2015 +1000 xorg-server: update README to include details of new and removed dependencies diff --git a/xorg-server/README b/xorg-server/README index 585a362..67e2708 100644 --- a/xorg-server/README +++ b/xorg-server/README @@ -10,6 +10,17 @@ WARNING: reisub +PRE-INSTALL + + xorg-server 1.16 new dependency libepoxy + xorg-server 1.17 new dependency xorg-xcb-util-keysyms + xorg-server 1.17 removed dependency xorg-xf86-video-modesetting + + The current version of xorg-server needs these packages sorted out before + a prt-get sysup from crux 3.1 release is done. + +prt-get remove xorg-xf86-video-modesetting +prt-get depinst libepoxy xorg-xcb-util-keysyms POST-INSTALL From crux at crux.nu Sat Apr 18 00:54:44 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 02:54:44 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-server: update README to remove xorg-glamor-egl Message-ID: <20150418005444.CD36EE98F6@crux.nu> commit c5898bc32fba78fbdd55f62a9bd249a228237e73 Author: Danny Rawlins Date: Sat Apr 18 10:54:31 2015 +1000 xorg-server: update README to remove xorg-glamor-egl diff --git a/xorg-server/README b/xorg-server/README index 67e2708..7f088fe 100644 --- a/xorg-server/README +++ b/xorg-server/README @@ -13,13 +13,14 @@ WARNING: PRE-INSTALL xorg-server 1.16 new dependency libepoxy + xorg-server 1.16 removed dependency xorg-glamor-egl xorg-server 1.17 new dependency xorg-xcb-util-keysyms xorg-server 1.17 removed dependency xorg-xf86-video-modesetting The current version of xorg-server needs these packages sorted out before a prt-get sysup from crux 3.1 release is done. -prt-get remove xorg-xf86-video-modesetting +prt-get remove xorg-xf86-video-modesetting xorg-glamor-egl prt-get depinst libepoxy xorg-xcb-util-keysyms POST-INSTALL From crux at crux.nu Sat Apr 18 07:49:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 09:49:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): scite: update to 3.5.5 Message-ID: <20150418074955.3A5E1E98F6@crux.nu> commit 5d768a5bd1be8186fee7b4c79d332c0d55413d89 Author: Juergen Daubert Date: Sat Apr 18 09:47:49 2015 +0200 scite: update to 3.5.5 diff --git a/scite/.md5sum b/scite/.md5sum index f2d9cc1..f153ace 100644 --- a/scite/.md5sum +++ b/scite/.md5sum @@ -1 +1 @@ -5438237551c50a9d57fce80dc23a4494 scite354.tgz +5c96c719fa01b27e987909502b671e25 scite355.tgz diff --git a/scite/Pkgfile b/scite/Pkgfile index d318259..00f57fe 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk name=scite -version=3.5.4 +version=3.5.5 release=1 source=(http://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz) From crux at crux.nu Sat Apr 18 07:49:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 09:49:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): stunnel: update to 5.15 Message-ID: <20150418074955.5CA57E9900@crux.nu> commit 72c065d999788e4caac113e8f6cfd7a4201abd2d Author: Juergen Daubert Date: Sat Apr 18 09:47:39 2015 +0200 stunnel: update to 5.15 diff --git a/stunnel/.md5sum b/stunnel/.md5sum index bf4287d..ffbc509 100644 --- a/stunnel/.md5sum +++ b/stunnel/.md5sum @@ -1,3 +1,3 @@ -fd36d81539b5268afb99f51fdb090f95 stunnel -e716501960dc6856d80f92547298f724 stunnel-5.14.tar.gz -00bfe2db668d5558482238dbf796c2aa stunnel-config.patch +4d5387895f3a162d63a6ed76ebbafae8 stunnel +3a79787bdc898507224976606803d92a stunnel-5.15.tar.gz +16694d0e035fdd5e908ff42bc44ea805 stunnel.conf diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index d468fa2..c33fb77 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,16 +4,14 @@ # Depends on: openssl tcp_wrappers zlib name=stunnel -version=5.14 +version=5.15 release=1 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ - $name-config.patch $name) + $name.conf $name) build () { cd $name-$version - patch -p1 -i $SRC/$name-config.patch - ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -25,10 +23,12 @@ build () { install -D -m 0755 src/stunnel $PKG/usr/sbin/stunnel install -D -m 0644 doc/stunnel.8 $PKG/usr/man/man8/stunnel.8 install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel - install -m 0644 tools/stunnel.conf-sample $PKG/etc/stunnel.conf + install -D -m 0644 $SRC/stunnel.conf $PKG/etc/stunnel.conf - install -d $PKG/{var/run,etc/ssl/{certs,keys}} + install -d $PKG/var/run install -d -m 770 -o stunnel -g stunnel $PKG/var/run/stunnel + + install -d $PKG/etc/ssl/{certs,keys} touch $PKG/etc/ssl/{certs/stunnel.crt,keys/stunnel.key} chmod 0600 $PKG/etc/ssl/keys/stunnel.key } diff --git a/stunnel/stunnel b/stunnel/stunnel index 30cf302..5ba6ec0 100644 --- a/stunnel/stunnel +++ b/stunnel/stunnel @@ -6,6 +6,7 @@ SSD=/sbin/start-stop-daemon PROG=/usr/sbin/stunnel PID=/var/run/stunnel/stunnel.pid +CFG=/etc/stunnel.conf CRT=/etc/ssl/certs/stunnel.crt KEY=/etc/ssl/keys/stunnel.key @@ -15,7 +16,7 @@ start) if [ ! -s $KEY -o ! -s $CRT ]; then /usr/bin/mksslcert $KEY $CRT fi - $SSD --start --pidfile $PID --exec $PROG + $SSD --start --pidfile $PID --exec $PROG -- $CFG ;; stop) $SSD --stop --retry 10 --pidfile $PID diff --git a/stunnel/stunnel-config.patch b/stunnel/stunnel-config.patch deleted file mode 100644 index b712e7e..0000000 --- a/stunnel/stunnel-config.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff -Nru stunnel-5.14.orig/src/Makefile.in stunnel-5.14/src/Makefile.in ---- stunnel-5.14.orig/src/Makefile.in 2015-03-26 11:18:09.430260236 +0100 -+++ stunnel-5.14/src/Makefile.in 2015-03-26 11:18:21.656486171 +0100 -@@ -387,7 +387,7 @@ - - # Additional preprocesor definitions - stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \ -- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -+ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' - - # SSL library - stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto -diff -Nru stunnel-5.14.orig/tools/stunnel.conf-sample.in stunnel-5.14/tools/stunnel.conf-sample.in ---- stunnel-5.14.orig/tools/stunnel.conf-sample.in 2015-03-26 11:18:09.430260236 +0100 -+++ stunnel-5.14/tools/stunnel.conf-sample.in 2015-03-26 11:18:21.656486171 +0100 -@@ -10,25 +10,34 @@ - ; A copy of some devices and system files is needed within the chroot jail - ; Chroot conflicts with configuration file reload and many other features - ; Remember also to update the logrotate configuration. --;chroot = @prefix@/var/lib/stunnel/ -+chroot = /var/run/stunnel/ - ; Chroot jail can be escaped if setuid option is not used --;setuid = nobody --;setgid = @DEFAULT_GROUP@ -+setuid = stunnel -+setgid = stunnel - - ; PID file is created inside the chroot jail (if enabled) --;pid = @prefix@/var/run/stunnel.pid -+pid = /stunnel.pid - - ; Debugging stuff (may be useful for troubleshooting) - ;debug = 7 -+; logfile is created inside the chroot jail - ;output = stunnel.log -+; without chroot -+;output = /var/log/stunnel.log -+; log via syslog -+syslog =yes -+ -+; Enable or disable the use of libwrap -+libwrap = yes -+ - - ; ************************************************************************** - ; * Service defaults may also be specified in individual service sections * - ; ************************************************************************** - - ; Certificate/key is needed in server mode and optional in client mode --cert = @prefix@/etc/stunnel/mail.pem --;key = @prefix@/etc/stunnel/mail.pem -+cert = /etc/ssl/stunnel.crt -+key = /etc/ssl/stunnel.key - - ; Authentication stuff needs to be configured to prevent MITM attacks - ; It is not enabled by default! diff --git a/stunnel/stunnel.conf b/stunnel/stunnel.conf new file mode 100644 index 0000000..655f583 --- /dev/null +++ b/stunnel/stunnel.conf @@ -0,0 +1,16 @@ +; +; /etc/stunnel/stunnel.conf +; + +setuid = stunnel +setgid = stunnel + +chroot = /var/run/stunnel/ +pid = /stunnel.pid + +syslog = yes + +cert = /etc/ssl/certs/stunnel.crt +key = /etc/ssl/keys/stunnel.key + +; End of file From crux at crux.nu Sat Apr 18 08:36:02 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 10:36:02 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): u-boot-tools: updated to 2015.04 Message-ID: <20150418083602.0B414E98F6@crux.nu> commit 18c2af38aa2d9bb2cdd534b82615e6bbb96d104c Author: Jose V Beneyto Date: Sat Apr 18 10:35:28 2015 +0200 u-boot-tools: updated to 2015.04 diff --git a/u-boot-tools/.md5sum b/u-boot-tools/.md5sum index a61dfca..86b0215 100644 --- a/u-boot-tools/.md5sum +++ b/u-boot-tools/.md5sum @@ -1 +1 @@ -7f08dc9e98a71652bd6968888ed6ec95 u-boot-2015.01.tar.bz2 +570bdc2c47270c2a98ca60ff6c5c74cd u-boot-2015.04.tar.bz2 diff --git a/u-boot-tools/Pkgfile b/u-boot-tools/Pkgfile index 5c43c74..d81bb55 100644 --- a/u-boot-tools/Pkgfile +++ b/u-boot-tools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=u-boot-tools -version=2015.01 +version=2015.04 release=1 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2) From crux at crux.nu Sat Apr 18 11:34:29 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 13:34:29 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-server: README improve commands Message-ID: <20150418113429.3960BE98F6@crux.nu> commit bd7cebf4576d24746581e965f957895295ca7435 Author: Danny Rawlins Date: Sat Apr 18 21:34:18 2015 +1000 xorg-server: README improve commands diff --git a/xorg-server/README b/xorg-server/README index 7f088fe..f853d66 100644 --- a/xorg-server/README +++ b/xorg-server/README @@ -31,13 +31,12 @@ POST-INSTALL NOTE: This only applies on ABI changes between major versions eg, 1.16.0 -> 1.17.0. -prt-get update -fr $(prt-get listinst | egrep '^xorg-xf86-(input|video)') \ -$(prt-get listinst | egrep '^mesa3d') +prt-get update -fr $(prt-get listinst | egrep '^xorg-xf86-(input|video)|^mesa3d') If you use nvidia you also need to do this: gl-select use xorg -prt-get update -fr $(prt-get listinst | grep 'nvidia') +prt-get update -fr $(prt-get listinst | egrep '^nvidia') gl-select use nvidia To avoid rebooting you can do this: From crux at crux.nu Sat Apr 18 13:38:05 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Apr 2015 15:38:05 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-server: README improve commands again Message-ID: <20150418133805.E3BE5E98F6@crux.nu> commit 49a693ef62ccd8fb9d3dd300da0e1966290a4c6c Author: Danny Rawlins Date: Sat Apr 18 23:37:56 2015 +1000 xorg-server: README improve commands again diff --git a/xorg-server/README b/xorg-server/README index f853d66..d26b034 100644 --- a/xorg-server/README +++ b/xorg-server/README @@ -31,18 +31,8 @@ POST-INSTALL NOTE: This only applies on ABI changes between major versions eg, 1.16.0 -> 1.17.0. -prt-get update -fr $(prt-get listinst | egrep '^xorg-xf86-(input|video)|^mesa3d') +prt-get update -fr $(prt-get listinst --regex '^xorg-xf86-(input|video)|^mesa3d') If you use nvidia you also need to do this: -gl-select use xorg -prt-get update -fr $(prt-get listinst | egrep '^nvidia') -gl-select use nvidia - - To avoid rebooting you can do this: - - NOTE: you have to exit xorg to do this. - -rmmod nvidia -depmod -a - +gl-select use xorg && gl-select use nvidia From crux at crux.nu Sun Apr 19 17:43:05 2015 From: crux at crux.nu (crux at crux.nu) Date: Sun, 19 Apr 2015 19:43:05 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): man-pages: updated to 3.83 Message-ID: <20150419174305.BCCFEE98F6@crux.nu> commit 75c988a900d11f25c67bf0765ba4228f1aa20638 Author: Fredrik Rinnestam Date: Sun Apr 19 19:43:01 2015 +0200 man-pages: updated to 3.83 diff --git a/man-pages/.footprint b/man-pages/.footprint index b1c2b32..141123b 100644 --- a/man-pages/.footprint +++ b/man-pages/.footprint @@ -503,6 +503,7 @@ drwxr-xr-x root/root usr/man/man2/ -rw-r--r-- root/root usr/man/man2/munmap.2.gz -rw-r--r-- root/root usr/man/man2/name_to_handle_at.2.gz -rw-r--r-- root/root usr/man/man2/nanosleep.2.gz +-rw-r--r-- root/root usr/man/man2/newfstatat.2.gz -rw-r--r-- root/root usr/man/man2/nfsservctl.2.gz -rw-r--r-- root/root usr/man/man2/nice.2.gz -rw-r--r-- root/root usr/man/man2/oldfstat.2.gz @@ -541,6 +542,7 @@ drwxr-xr-x root/root usr/man/man2/ -rw-r--r-- root/root usr/man/man2/pread64.2.gz -rw-r--r-- root/root usr/man/man2/preadv.2.gz -rw-r--r-- root/root usr/man/man2/prlimit.2.gz +-rw-r--r-- root/root usr/man/man2/prlimit64.2.gz -rw-r--r-- root/root usr/man/man2/process_vm_readv.2.gz -rw-r--r-- root/root usr/man/man2/process_vm_writev.2.gz -rw-r--r-- root/root usr/man/man2/prof.2.gz @@ -1714,6 +1716,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pmap_unset.3.gz -rw-r--r-- root/root usr/man/man3/popen.3.gz -rw-r--r-- root/root usr/man/man3/posix_fallocate.3.gz +-rw-r--r-- root/root usr/man/man3/posix_madvise.3.gz -rw-r--r-- root/root usr/man/man3/posix_memalign.3.gz -rw-r--r-- root/root usr/man/man3/posix_openpt.3.gz -rw-r--r-- root/root usr/man/man3/pow.3.gz diff --git a/man-pages/.md5sum b/man-pages/.md5sum index 0a17a88..5396ef2 100644 --- a/man-pages/.md5sum +++ b/man-pages/.md5sum @@ -1,2 +1,2 @@ -b3d4d949530d0ce13971040b53cf7a39 man-pages-3.82.tar.xz +a8d21f07f4ee01a117f196ab2f5e260a man-pages-3.83.tar.xz 825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz diff --git a/man-pages/Pkgfile b/man-pages/Pkgfile index 26a64d1..7555405 100644 --- a/man-pages/Pkgfile +++ b/man-pages/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=man-pages -version=3.82 +version=3.83 release=1 source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \ http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2013-a.tar.xz) From crux at crux.nu Mon Apr 20 01:14:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 03:14:06 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): docker: 1.5.0 -> 1.6.0 Message-ID: <20150420011406.3BA53E98F6@crux.nu> commit b67cfa717ca775129f0207b8e5fc774fe8e8cf81 Author: James Mills Date: Mon Apr 20 11:14:31 2015 +1000 docker: 1.5.0 -> 1.6.0 diff --git a/docker/.md5sum b/docker/.md5sum index 7132b31..30d49c7 100644 --- a/docker/.md5sum +++ b/docker/.md5sum @@ -1,4 +1,4 @@ 69858e8f5c2f47bae23aae6a11822e55 check-config.sh -849b268387b3a23ce4e0b0bdf0c342d4 docker -5a4c44dc046f863f60bba02080d66fd1 docker.conf -a622207cd9eb21d95333501d2495ef5d v1.5.0.tar.gz +e3601957bbb866eb53ead26221779ff8 docker +223f19d2f5a6792499c1be3916855057 docker.conf +a7d81b566e3003698003506516ad932e v1.6.0.tar.gz diff --git a/docker/Pkgfile b/docker/Pkgfile index 2f89543..0f73356 100644 --- a/docker/Pkgfile +++ b/docker/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.docker.com/ # Maintainer: James Mills, prologic at shortcircuit dot net dot au # -# Depends on: go sqlite3 cgroupfs-mount +# Depends on: go sqlite3 cgroupfs-mount start-stop-daemon name=docker -version=1.5.0 -revision=a8a31eff10 -release=5 +version=1.6.0 +revision=47496519da +release=1 source=( https://raw.githubusercontent.com/docker/docker/v${version}/contrib/check-config.sh https://github.com/docker/docker/archive/v$version.tar.gz diff --git a/docker/UPGRADE b/docker/UPGRADE index bc4abbc..8c608af 100644 --- a/docker/UPGRADE +++ b/docker/UPGRADE @@ -1,18 +1,8 @@ -Upgrade Notes for Docker 1.5.0 +Upgrade Notes for Docker 1.6.0 ============================== -Docker 1.5.0 introduced several new features. +Docker 1.6.0 introduced several new features. -.. see:: http://docs.docker.com/release-notes/#version-150 +.. see:: https://blog.docker.com/2015/04/docker-release-1-6/ -As such several new Kernel configuration options -are **required**: - -- ``CONFIG_CGROUP_FREEZER=y`` -- ``CONFIG_CPUSETS=y`` -- ``CONFIG_CGROUP_PERF=y`` -- ``CONFIG_POSIX_MQUEUE=y`` - -Please make sure when you're upgrading your Docker engine -that you ensure these new Kernel configuration options -are enabled. +No kernel changes required. diff --git a/docker/docker b/docker/docker index 92fbbe9..f15a77e 100755 --- a/docker/docker +++ b/docker/docker @@ -3,31 +3,27 @@ # /etc/rc.d/docker: start/stop docker daemon # -export PATH="/sbin:/usr/sbin:$PATH" +SSD=/sbin/start-stop-daemon +PROG=/usr/bin/docker +PIDFILE=/var/run/docker.pid +LOGFILE=/var/log/docker.log -source /etc/docker.conf +. /etc/docker.conf case $1 in start) # Ensure ownership and permissiong of log file. - touch /var/log/docker.log - chgrp docker /var/log/docker.log - chown 640 /var/log/docker.log + touch $LOGFILE + chgrp docker $LOGFILE + chown 640 $LOGFILE # Ensure cgroups is properly mounted. cgroupfs-mount - nohup /usr/bin/docker $DOCKER_OPTS > /var/log/docker.log 2>&1 & + $SSD --start --background --make-pidfile --pidfile $PIDFILE --exec $PROG -- $OPTS >> $LOGFILE 2>&1 ;; stop) - if [ -f /var/run/docker.pid ]; then - kill $(< /var/run/docker.pid) - rm -f /var/run/docker.pid - rm -f /var/run/docker.sock - else - killall -q /usr/bin/docker - rm -f /var/run/docker.sock - fi + $SSD --stop --retry 10 --pidfile $PIDFILE # Unmount cgroups is cgroupfs-umount @@ -37,8 +33,20 @@ restart) sleep 2 $0 start ;; +reload) + $SSD --stop --pidfile $PIDFILE --signal HUP + ;; +status) + $SSD --status --pidfile $PIDFILE + case $? in + 0) echo "$(basename $PROG) is running with pid $(cat $PID)" ;; + 1) echo "$(basename $PROG) is not running but the pid file $PID exists" ;; + 3) echo "$(basename $PROG) is not running" ;; + 4) echo "Unable to determine the program status" ;; + esac + ;; *) - echo "usage: $0 [start|stop|restart]" + echo "usage: $0 [start|stop|restart|reload|status]" ;; esac diff --git a/docker/docker.conf b/docker/docker.conf index 383629d..f6200bb 100644 --- a/docker/docker.conf +++ b/docker/docker.conf @@ -2,6 +2,6 @@ # # For configuration options see: docker --help -DOCKER_OPTS="-d -p /var/run/docker.pid" +OPTS="-d -p /var/run/docker.pid" # vim: syntax=sh diff --git a/docker/post-install b/docker/post-install index a75854d..1f205cf 100755 --- a/docker/post-install +++ b/docker/post-install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # create docker group getent group docker > /dev/null || groupadd -g 142 docker From crux at crux.nu Mon Apr 20 01:24:09 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 03:24:09 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): docker-machine: 0.1.0 -> 0.2.0 Message-ID: <20150420012409.62F33E98F6@crux.nu> commit b6afb9599b498b066157f5e7a9e5a99f8bf17545 Author: James Mills Date: Mon Apr 20 11:24:53 2015 +1000 docker-machine: 0.1.0 -> 0.2.0 diff --git a/docker-machine/.md5sum b/docker-machine/.md5sum index 603de6d..b989a47 100644 --- a/docker-machine/.md5sum +++ b/docker-machine/.md5sum @@ -1 +1 @@ -bf052f84f98a3ba249d00c2638d2e0b9 machine-0.1.0.tar.gz +ce231c421101c04518c9cc6bdc87bb23 machine-0.2.0.tar.gz diff --git a/docker-machine/Pkgfile b/docker-machine/Pkgfile index 8806e62..b5f02b3 100644 --- a/docker-machine/Pkgfile +++ b/docker-machine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: docker name=docker-machine -version=0.1.0 +version=0.2.0 release=1 source=(http://shortcircuit.net.au/~prologic/distfiles/machine-${version}.tar.gz) From crux at crux.nu Mon Apr 20 15:58:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 17:58:03 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): vim: update to 7.4.703 Message-ID: <20150420155803.0F44CE9905@crux.nu> commit 875a2c5e03dfe350e657373a27f44e7cce1d45ce Author: Juergen Daubert Date: Mon Apr 20 17:55:26 2015 +0200 vim: update to 7.4.703 diff --git a/vim/.footprint b/vim/.footprint index a363153..a6af35a 100644 --- a/vim/.footprint +++ b/vim/.footprint @@ -1144,6 +1144,7 @@ drwxr-xr-x root/root usr/share/vim/syntax/ -rw-r--r-- root/root usr/share/vim/syntax/sqloracle.vim -rw-r--r-- root/root usr/share/vim/syntax/sqr.vim -rw-r--r-- root/root usr/share/vim/syntax/squid.vim +-rw-r--r-- root/root usr/share/vim/syntax/srec.vim -rw-r--r-- root/root usr/share/vim/syntax/sshconfig.vim -rw-r--r-- root/root usr/share/vim/syntax/sshdconfig.vim -rw-r--r-- root/root usr/share/vim/syntax/st.vim @@ -1198,6 +1199,7 @@ drwxr-xr-x root/root usr/share/vim/syntax/ -rw-r--r-- root/root usr/share/vim/syntax/upstreamdat.vim -rw-r--r-- root/root usr/share/vim/syntax/upstreaminstalllog.vim -rw-r--r-- root/root usr/share/vim/syntax/upstreamlog.vim +-rw-r--r-- root/root usr/share/vim/syntax/upstreamrpt.vim -rw-r--r-- root/root usr/share/vim/syntax/usserverlog.vim -rw-r--r-- root/root usr/share/vim/syntax/usw2kagtlog.vim -rw-r--r-- root/root usr/share/vim/syntax/valgrind.vim diff --git a/vim/.md5sum b/vim/.md5sum index 307d5d6..055109a 100644 --- a/vim/.md5sum +++ b/vim/.md5sum @@ -1 +1 @@ -a3945a353da394795158e1b8b04a0d26 vim-7.4.629.tar.xz +eb3c5f273a8e518a39c0fd6e691e2903 vim-7.4.703.tar.xz diff --git a/vim/Pkgfile b/vim/Pkgfile index 0503427..2f73b12 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses acl name=vim -version=7.4.629 +version=7.4.703 release=1 source=(http://crux.nu/files/distfiles/$name-$version.tar.xz) From crux at crux.nu Mon Apr 20 15:58:22 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 17:58:22 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): task: update to 2.4.3 Message-ID: <20150420155822.AE50BE9905@crux.nu> commit 38323d95c2e17292e113b81db90854d2247fc060 Author: Juergen Daubert Date: Mon Apr 20 17:57:40 2015 +0200 task: update to 2.4.3 diff --git a/task/.md5sum b/task/.md5sum index d522f53..c97776f 100644 --- a/task/.md5sum +++ b/task/.md5sum @@ -1 +1 @@ -4a56aa480dc5e17f6294acd5f8acf36c task-2.4.2.tar.gz +1d4e826d0801cdb5ea2b84b8ef6a996a task-2.4.3.tar.gz diff --git a/task/Pkgfile b/task/Pkgfile index fe98442..b58cb4d 100644 --- a/task/Pkgfile +++ b/task/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux cmake name=task -version=2.4.2 +version=2.4.3 release=1 source=(http://www.taskwarrior.org/download/$name-$version.tar.gz) From crux at crux.nu Mon Apr 20 15:58:22 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 17:58:22 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): stunnel: update to 5.16 Message-ID: <20150420155822.CBF47E990C@crux.nu> commit c0a423ecbd775352a576e1115df0cf1a61138661 Author: Juergen Daubert Date: Mon Apr 20 17:57:17 2015 +0200 stunnel: update to 5.16 diff --git a/stunnel/.md5sum b/stunnel/.md5sum index ffbc509..d2b16c7 100644 --- a/stunnel/.md5sum +++ b/stunnel/.md5sum @@ -1,3 +1,3 @@ 4d5387895f3a162d63a6ed76ebbafae8 stunnel -3a79787bdc898507224976606803d92a stunnel-5.15.tar.gz +ffe666e8bf1f0f9dad67b8d7e9ead48a stunnel-5.16.tar.gz 16694d0e035fdd5e908ff42bc44ea805 stunnel.conf diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index c33fb77..dbf2687 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl tcp_wrappers zlib name=stunnel -version=5.15 +version=5.16 release=1 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ $name.conf $name) From crux at crux.nu Mon Apr 20 15:58:22 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 17:58:22 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gvim: update to 7.4.703 Message-ID: <20150420155822.DB1F7E990D@crux.nu> commit 6766a19e74bf4199456e33a2c3a9f5cfacdc3ca8 Author: Juergen Daubert Date: Mon Apr 20 17:56:59 2015 +0200 gvim: update to 7.4.703 diff --git a/gvim/.md5sum b/gvim/.md5sum index 84c2366..5d1d36e 100644 --- a/gvim/.md5sum +++ b/gvim/.md5sum @@ -1,2 +1,2 @@ 8e16af6325c8f479717e1ce4121d5bf6 gvim.desktop -a3945a353da394795158e1b8b04a0d26 vim-7.4.629.tar.xz +eb3c5f273a8e518a39c0fd6e691e2903 vim-7.4.703.tar.xz diff --git a/gvim/Pkgfile b/gvim/Pkgfile index 5715aca..88085c5 100644 --- a/gvim/Pkgfile +++ b/gvim/Pkgfile @@ -4,7 +4,7 @@ # Depends on: vim, gtk, xorg-libxt name=gvim -version=7.4.629 +version=7.4.703 release=1 source=(http://crux.nu/files/distfiles/vim-$version.tar.xz gvim.desktop) From crux at crux.nu Mon Apr 20 15:59:07 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Apr 2015 17:59:07 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): darcs: update to 2.10.0 Message-ID: <20150420155907.D2BF2E9905@crux.nu> commit 7b944c891773dcfa9dab26f2f7fb4aac0e0f8b80 Author: Juergen Daubert Date: Mon Apr 20 17:59:04 2015 +0200 darcs: update to 2.10.0 diff --git a/darcs/.md5sum b/darcs/.md5sum index b6dbec8..720220a 100644 --- a/darcs/.md5sum +++ b/darcs/.md5sum @@ -1 +1 @@ -6558cee42adf3f782a12565a6f7d74dd darcs-2.8.5-1-linux-x86_64.tar.xz +cf45081f0b69640bb5bc86e0537fc6e5 darcs-2.10.0-1-linux-x86_64.tar.xz diff --git a/darcs/Pkgfile b/darcs/Pkgfile index 3f2c2ce..049fe20 100644 --- a/darcs/Pkgfile +++ b/darcs/Pkgfile @@ -4,7 +4,7 @@ # Depends on: curl ncurses libgmp name=darcs -version=2.8.5 +version=2.10.0 release=1 source=(http://jue.li/crux/files/$name-$version-$release-linux-x86_64.tar.xz) From crux at crux.nu Tue Apr 21 17:03:12 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 21 Apr 2015 19:03:12 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] firefox: updated to 37.0.2 Message-ID: <20150421170312.8685AE9905@crux.nu> commit c01b6d56f50fa0cc27982bd4117ca6e711b24ff4 Author: Fredrik Rinnestam Date: Tue Apr 21 19:02:19 2015 +0200 [notify] firefox: updated to 37.0.2 Advisory: https://www.mozilla.org/en-US/security/advisories/mfsa2015-45/ diff --git a/firefox/.md5sum b/firefox/.md5sum index eefb340..2ca822c 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,4 +1,4 @@ 3ad498a021dcad5ca99b7b3c825d1d7b bz680547.patch -2d466d850ef9b0a71bce3b208f5f884c firefox-37.0.1.source.tar.bz2 +755c04ee31dbcd28ed4d351b67fe8a8f firefox-37.0.2.source.tar.bz2 1c53b819f800c61cd50e7c47bdb30bf0 firefox-install-dir.patch cf6971669f70b440cb6ff8df8b2722ae firefox.desktop diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 8068daf..cf829b7 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=37.0.1 +version=37.0.2 release=1 source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 firefox-install-dir.patch firefox.desktop bz680547.patch) From crux at crux.nu Tue Apr 21 20:46:16 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 21 Apr 2015 22:46:16 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): git: include new git ports driver Message-ID: <20150421204616.4551FE9905@crux.nu> commit bd86ca2544f8de84b455ad0e7e9b801abc51dc05 Author: Thomas Penteker Date: Tue Apr 21 22:46:21 2015 +0200 git: include new git ports driver diff --git a/git/.footprint b/git/.footprint index 7cfa137..49876ac 100644 --- a/git/.footprint +++ b/git/.footprint @@ -1,3 +1,7 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +drwxr-xr-x root/root etc/ports/drivers/ +-rwxr-xr-x root/root etc/ports/drivers/git drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git diff --git a/git/.md5sum b/git/.md5sum index 612b82b..da615a7 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,3 @@ +3a41bf84bbc6d20bc537d99b972b815f git 43e01f9d96ba8c11611e0eef0d9f9f28 git-2.2.1.tar.xz d9851260c085d4161a73c9441484a95e git-manpages-2.2.1.tar.xz diff --git a/git/Pkgfile b/git/Pkgfile index efa7f62..d45b7ce 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -8,7 +8,8 @@ name=git version=2.2.1 release=1 -source=(https://www.kernel.org/pub/software/scm/git/git-{,manpages-}$version.tar.xz) +source=(https://www.kernel.org/pub/software/scm/git/git-{,manpages-}$version.tar.xz + git) build() { cd $name-$version @@ -29,4 +30,9 @@ build() { find $PKG \( -name perllocal.pod -o -name .packlist \) -delete rm -rf $PKG/usr/share/{locale,gitk} + + # install the git ports driver + install -m 755 -d $PKG/etc/ports/drivers + install -m 755 $SRC/git $PKG/etc/ports/drivers/git + } diff --git a/git/git b/git/git new file mode 100644 index 0000000..c06863f --- /dev/null +++ b/git/git @@ -0,0 +1,37 @@ +#!/bin/sh +# +# /etc/ports/drivers/git: git driver script for ports(8) +# + +if [ $# -ne 1 ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +. $1 + +if [ -z "$URL" ]; then + echo "URL not set in '$1'" >&2 + exit 2 +fi +if [ -z "$NAME" ]; then + echo "NAME not set in '$1'" >&2 + exit 2 +fi + +echo "Fetching updates from $URL" +echo "Updating collection $NAME" + +cd "$PORTS_DIR/$NAME" 2> "/dev/null" + +if [ $? -lt 1 ]; then + git fetch -q + git diff --pretty=format: --name-status $BRANCH origin/$BRANCH | sed "s/M\t/ Edit /g; s/A\t/ Checkout /g; s/D\t/ Delete /g" | sort + git clean -q -f + git reset -q --hard origin/$BRANCH +else + echo " Initial git clone, this may take a while" + git clone -q "$URL" "$PORTS_DIR/$NAME" +fi + +echo "Finished successfully" From crux at crux.nu Wed Apr 22 14:04:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Apr 2015 16:04:06 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): mkvtoolnix: 7.5.0 -> 7.8.0 Message-ID: <20150422140406.4954BE9905@crux.nu> commit 4505df5b380e8b91dd821147de0c2b2fd679ded7 Author: Danny Rawlins Date: Thu Apr 23 00:02:27 2015 +1000 mkvtoolnix: 7.5.0 -> 7.8.0 diff --git a/mkvtoolnix/.footprint b/mkvtoolnix/.footprint index 169809d..592f5f7 100644 --- a/mkvtoolnix/.footprint +++ b/mkvtoolnix/.footprint @@ -10,3 +10,4 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mkvinfo.1.gz -rw-r--r-- root/root usr/man/man1/mkvmerge.1.gz -rw-r--r-- root/root usr/man/man1/mkvpropedit.1.gz +-rw-r--r-- root/root usr/man/man1/mkvtoolnix-gui.1.gz diff --git a/mkvtoolnix/.md5sum b/mkvtoolnix/.md5sum index ffdff7d..33050d7 100644 --- a/mkvtoolnix/.md5sum +++ b/mkvtoolnix/.md5sum @@ -1 +1 @@ -7e5e8e459913f96cc9edf83982b84366 mkvtoolnix-7.5.0.tar.xz +91fd8f34c25b8d3980c3e39b3cb6ae6c mkvtoolnix-7.8.0.tar.xz diff --git a/mkvtoolnix/Pkgfile b/mkvtoolnix/Pkgfile index fb8ec3c..4da9b84 100644 --- a/mkvtoolnix/Pkgfile +++ b/mkvtoolnix/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: wxgtk name=mkvtoolnix -version=7.5.0 +version=7.8.0 release=1 source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.xz) @@ -14,7 +14,7 @@ build() { cd $name-$version local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS) - test -n "$JOBS" && export JOBS="-j $JOBS" + test -n "$JOBS" && export DRAKETHREADS="$JOBS" # Disable automagic curl dep used for online update checking sed -i -e '/curl/d' configure.in @@ -23,7 +23,7 @@ build() { export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3" export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3" - autoreconf + autoreconf -vfi ./configure \ --prefix=/usr \ @@ -31,8 +31,8 @@ build() { --disable-precompiled-headers [ "$CXX" ] || CXX=g++ - ./drake $JOBS CXX="$CXX" - ./drake $JOBS DESTDIR=$PKG install + ./drake CXX="$CXX" + ./drake DESTDIR=$PKG install rm -r \ $PKG/usr/man/{de,uk,ja,nl,zh_CN} \ From crux at crux.nu Wed Apr 22 14:04:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Apr 2015 16:04:06 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): libmatroska: 1.4.1 -> 1.4.2 Message-ID: <20150422140406.66EA8E990C@crux.nu> commit 4dbf2a11e0db3dfb40bfce68064e0cbe53e3e7c8 Author: Danny Rawlins Date: Wed Apr 22 23:59:56 2015 +1000 libmatroska: 1.4.1 -> 1.4.2 diff --git a/libmatroska/.footprint b/libmatroska/.footprint index 64d2d2d..b034054 100644 --- a/libmatroska/.footprint +++ b/libmatroska/.footprint @@ -33,5 +33,9 @@ drwxr-xr-x root/root usr/include/matroska/c/ -rw-r--r-- root/root usr/include/matroska/c/libmatroska_t.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libmatroska.a -lrwxrwxrwx root/root usr/lib/libmatroska.so -> libmatroska.so.6 --rw-r--r-- root/root usr/lib/libmatroska.so.6 +-rwxr-xr-x root/root usr/lib/libmatroska.la +lrwxrwxrwx root/root usr/lib/libmatroska.so -> libmatroska.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libmatroska.so.6 -> libmatroska.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libmatroska.so.6.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmatroska.pc diff --git a/libmatroska/.md5sum b/libmatroska/.md5sum index 95303a8..7c03f1e 100644 --- a/libmatroska/.md5sum +++ b/libmatroska/.md5sum @@ -1 +1 @@ -f61b2e5086f4bb9d24a43cc8af43a719 libmatroska-1.4.1.tar.bz2 +f8fe42003e072a42a19ed40405f9efdb libmatroska-1.4.2.tar.bz2 diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile index b2ee3f6..90e1aae 100644 --- a/libmatroska/Pkgfile +++ b/libmatroska/Pkgfile @@ -5,13 +5,17 @@ # Depends on: libebml name=libmatroska -version=1.4.1 +version=1.4.2 release=1 source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2) build() { - cd $name-$version/make/linux - [ "$CXX" ] || CXX=g++ - make CXX="$CXX" - make -e prefix=$PKG/usr install + cd $name-$version + + ./configure \ + --prefix=/usr \ + --mandir=/usr/man + + make + make prefix=$PKG/usr install } From crux at crux.nu Wed Apr 22 14:04:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Apr 2015 16:04:06 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): libebml: 1.3.0 -> 1.3.1 Message-ID: <20150422140406.6F62FE990D@crux.nu> commit a1264827d2a77a9730a7defa1725b2a7ffe80855 Author: Danny Rawlins Date: Wed Apr 22 23:59:00 2015 +1000 libebml: 1.3.0 -> 1.3.1 diff --git a/libebml/.footprint b/libebml/.footprint index 61f0aba..648985e 100644 --- a/libebml/.footprint +++ b/libebml/.footprint @@ -25,10 +25,16 @@ drwxr-xr-x root/root usr/include/ebml/ -rw-r--r-- root/root usr/include/ebml/EbmlVoid.h -rw-r--r-- root/root usr/include/ebml/IOCallback.h -rw-r--r-- root/root usr/include/ebml/MemIOCallback.h +-rw-r--r-- root/root usr/include/ebml/MemReadIOCallback.h +-rw-r--r-- root/root usr/include/ebml/SafeReadIOCallback.h -rw-r--r-- root/root usr/include/ebml/StdIOCallback.h drwxr-xr-x root/root usr/include/ebml/c/ -rw-r--r-- root/root usr/include/ebml/c/libebml_t.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libebml.a -lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.4 --rw-r--r-- root/root usr/lib/libebml.so.4 +-rwxr-xr-x root/root usr/lib/libebml.la +lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.4.0.0 +lrwxrwxrwx root/root usr/lib/libebml.so.4 -> libebml.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libebml.so.4.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libebml.pc diff --git a/libebml/.md5sum b/libebml/.md5sum index 8c3da5e..b66ca4d 100644 --- a/libebml/.md5sum +++ b/libebml/.md5sum @@ -1 +1 @@ -efec729bf5a51e649e1d9d1f61c0ae7a libebml-1.3.0.tar.bz2 +2d5a0e502fabedfded2a890c6b5513a5 libebml-1.3.1.tar.bz2 diff --git a/libebml/Pkgfile b/libebml/Pkgfile index c801f09..af3171f 100644 --- a/libebml/Pkgfile +++ b/libebml/Pkgfile @@ -4,13 +4,17 @@ # Packager: Brett Goulder, predatorfreak at dcaf-security dot org. name=libebml -version=1.3.0 +version=1.3.1 release=1 source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2) build() { - cd $name-$version/make/linux - [ "$CXX" ] || CXX=g++ - make CXX="$CXX" - make -e prefix=$PKG/usr install + cd $name-$version + + ./configure \ + --prefix=/usr \ + --mandir=/usr/man + + make + make prefix=$PKG/usr install } From crux at crux.nu Wed Apr 22 14:04:16 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Apr 2015 16:04:16 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): [notify] curl: update to 7.42.0 Message-ID: <20150422140416.2C9A1E9905@crux.nu> commit f83127f6c530ad4e9f00d41bd312a7ffc7c7330b Author: Juergen Daubert Date: Wed Apr 22 16:01:50 2015 +0200 [notify] curl: update to 7.42.0 update includes four security fixes, see - http://curl.haxx.se/changes.html#7_42_0 and - http://curl.haxx.se/docs/adv_20150422A.html - http://curl.haxx.se/docs/adv_20150422B.html - http://curl.haxx.se/docs/adv_20150422C.html - http://curl.haxx.se/docs/adv_20150422D.html diff --git a/curl/.footprint b/curl/.footprint index f2d621e..4c6ba7b 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -150,6 +150,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_OPENSOCKETDATA.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_OPENSOCKETFUNCTION.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PASSWORD.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_PATH_AS_IS.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PORT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POST.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POSTFIELDS.3.gz @@ -215,6 +216,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_CTX_FUNCTION.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_ENABLE_ALPN.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_ENABLE_NPN.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_FALSESTART.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_OPTIONS.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_SESSIONID_CACHE.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SSL_VERIFYHOST.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index 23e9ce2..eb75ff3 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -3d75ba516673ddc441dac8d519d2634d curl-7.41.0.tar.lzma +fddfab60987ee6119652b57c082d2623 curl-7.42.0.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index 6ebba9e..7fc2f2d 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.41.0 +version=7.42.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma) From crux at crux.nu Wed Apr 22 16:09:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Apr 2015 18:09:06 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): ca-certificates: updated to 20150422 Message-ID: <20150422160906.5AAC9E9905@crux.nu> commit c6b069d2b75307f9003027f91a2644e792eaf71a Author: Fredrik Rinnestam Date: Wed Apr 22 18:08:57 2015 +0200 ca-certificates: updated to 20150422 diff --git a/ca-certificates/.md5sum b/ca-certificates/.md5sum index 001aa27..a4099d1 100644 --- a/ca-certificates/.md5sum +++ b/ca-certificates/.md5sum @@ -1 +1 @@ -19e7f27540ee694308729fd677163649 cacert.pem +380df856e8f789c1af97d0da9a243769 cacert.pem diff --git a/ca-certificates/Pkgfile b/ca-certificates/Pkgfile index 2b3d249..efc68d1 100644 --- a/ca-certificates/Pkgfile +++ b/ca-certificates/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=ca-certificates -version=20150225 +version=20150422 release=1 source=(cacert.pem) diff --git a/ca-certificates/cacert.pem b/ca-certificates/cacert.pem index b7cd57c..440e52d 100644 --- a/ca-certificates/cacert.pem +++ b/ca-certificates/cacert.pem @@ -1,7 +1,7 @@ ## ## Bundle of CA Root Certificates ## -## Certificate data from Mozilla as of: Wed Feb 25 04:12:04 2015 +## Certificate data from Mozilla as of: Wed Apr 22 03:12:04 2015 ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates @@ -14,7 +14,7 @@ ## Just configure this file as the SSLCACertificateFile. ## ## Conversion done with mk-ca-bundle.pl version 1.25. -## SHA1: f9bc9fa76145720d94124527f82a7185d921975e +## SHA1: ed3c0bbfb7912bcc00cd2033b0cb85c98d10559c ## @@ -174,23 +174,6 @@ Y71k5h+3zvDyny67G7fyUIhzksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9H RCwBXbsdtTLSR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp -----END CERTIFICATE----- -Equifax Secure Global eBusiness CA -================================== ------BEGIN CERTIFICATE----- -MIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEcMBoGA1UEChMT -RXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBTZWN1cmUgR2xvYmFsIGVCdXNp -bmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIwMDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMx -HDAaBgNVBAoTE0VxdWlmYXggU2VjdXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEds -b2JhbCBlQnVzaW5lc3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRV -PEnCUdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc58O/gGzN -qfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/o5brhTMhHD4ePmBudpxn -hcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAHMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j -BBgwFoAUvqigdHJQa0S3ySPY+6j/s1draGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hs -MA0GCSqGSIb3DQEBBAUAA4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okEN -I7SS+RkAZ70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv8qIY -NMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV ------END CERTIFICATE----- - AddTrust Low-Value Services Root ================================ -----BEGIN CERTIFICATE----- @@ -1633,33 +1616,6 @@ JOzHdiEoZa5X6AeIdUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfk vQ== -----END CERTIFICATE----- -TC TrustCenter Class 3 CA II -============================ ------BEGIN CERTIFICATE----- -MIIEqjCCA5KgAwIBAgIOSkcAAQAC5aBd1j8AUb8wDQYJKoZIhvcNAQEFBQAwdjELMAkGA1UEBhMC -REUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNVBAsTGVRDIFRydXN0Q2VudGVy -IENsYXNzIDMgQ0ExJTAjBgNVBAMTHFRDIFRydXN0Q2VudGVyIENsYXNzIDMgQ0EgSUkwHhcNMDYw -MTEyMTQ0MTU3WhcNMjUxMjMxMjI1OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1 -c3RDZW50ZXIgR21iSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTElMCMGA1UE -AxMcVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC -AQoCggEBALTgu1G7OVyLBMVMeRwjhjEQY0NVJz/GRcekPewJDRoeIMJWHt4bNwcwIi9v8Qbxq63W -yKthoy9DxLCyLfzDlml7forkzMA5EpBCYMnMNWju2l+QVl/NHE1bWEnrDgFPZPosPIlY2C8u4rBo -6SI7dYnWRBpl8huXJh0obazovVkdKyT21oQDZogkAHhg8fir/gKya/si+zXmFtGt9i4S5Po1auUZ -uV3bOx4a+9P/FRQI2AlqukWdFHlgfa9Aigdzs5OW03Q0jTo3Kd5c7PXuLjHCINy+8U9/I1LZW+Jk -2ZyqBwi1Rb3R0DHBq1SfqdLDYmAD8bs5SpJKPQq5ncWg/jcCAwEAAaOCATQwggEwMA8GA1UdEwEB -/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTUovyfs8PYA9NXXAek0CSnwPIA1DCB -7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2NybC92Mi90 -Y19jbGFzc18zX2NhX0lJLmNybIaBn2xkYXA6Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBU -cnVzdENlbnRlciUyMENsYXNzJTIwMyUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21i -SCxPVT1yb290Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u -TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEANmDkcPcGIEPZIxpC8vijsrlNirTzwppVMXzE -O2eatN9NDoqTSheLG43KieHPOh6sHfGcMrSOWXaiQYUlN6AT0PV8TtXqluJucsG7Kv5sbviRmEb8 -yRtXW+rIGjs/sFGYPAfaLFkB2otE6OF0/ado3VS6g0bsyEa1+K+XwDsJHI/OcpY9M1ZwvJbL2NV9 -IJqDnxrcOfHFcqMRA/07QlIp2+gB95tejNaNhk4Z+rwcvsUhpYeeeC422wlxo3I0+GzjBgnyXlal -092Y+tTmBvTwtiBjS+opvaqCZh77gaqnN60TGOaSw4HBM7uIHqHn4rS9MWwOUT1v+5ZWgOI2F9Hc -5A== ------END CERTIFICATE----- - TC TrustCenter Universal CA I ============================= -----BEGIN CERTIFICATE----- @@ -2277,28 +2233,6 @@ yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5tHMN1Rq41Bab2XD0h7lbwyYIi LXpUq3DDfSJlgnCW -----END CERTIFICATE----- -E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi -=================================================== ------BEGIN CERTIFICATE----- -MIIDtjCCAp6gAwIBAgIQRJmNPMADJ72cdpW56tustTANBgkqhkiG9w0BAQUFADB1MQswCQYDVQQG -EwJUUjEoMCYGA1UEChMfRWxla3Ryb25payBCaWxnaSBHdXZlbmxpZ2kgQS5TLjE8MDoGA1UEAxMz -ZS1HdXZlbiBLb2sgRWxla3Ryb25payBTZXJ0aWZpa2EgSGl6bWV0IFNhZ2xheWljaXNpMB4XDTA3 -MDEwNDExMzI0OFoXDTE3MDEwNDExMzI0OFowdTELMAkGA1UEBhMCVFIxKDAmBgNVBAoTH0VsZWt0 -cm9uaWsgQmlsZ2kgR3V2ZW5saWdpIEEuUy4xPDA6BgNVBAMTM2UtR3V2ZW4gS29rIEVsZWt0cm9u -aWsgU2VydGlmaWthIEhpem1ldCBTYWdsYXlpY2lzaTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC -AQoCggEBAMMSIJ6wXgBljU5Gu4Bc6SwGl9XzcslwuedLZYDBS75+PNdUMZTe1RK6UxYC6lhj71vY -8+0qGqpxSKPcEC1fX+tcS5yWCEIlKBHMilpiAVDV6wlTL/jDj/6z/P2douNffb7tC+Bg62nsM+3Y -jfsSSYMAyYuXjDtzKjKzEve5TfL0TW3H5tYmNwjy2f1rXKPlSFxYvEK+A1qBuhw1DADT9SN+cTAI -JjjcJRFHLfO6IxClv7wC90Nex/6wN1CZew+TzuZDLMN+DfIcQ2Zgy2ExR4ejT669VmxMvLz4Bcpk -9Ok0oSy1c+HCPujIyTQlCFzz7abHlJ+tiEMl1+E5YP6sOVkCAwEAAaNCMEAwDgYDVR0PAQH/BAQD -AgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ/uRLOU1fqRTy7ZVZoEVtstxNulMA0GCSqG -SIb3DQEBBQUAA4IBAQB/X7lTW2M9dTLn+sR0GstG30ZpHFLPqk/CaOv/gKlR6D1id4k9CnU58W5d -F4dvaAXBlGzZXd/aslnLpRCKysw5zZ/rTt5S/wzw9JKp8mxTq5vSR6AfdPebmvEvFZ96ZDAYBzwq -D2fK/A+JYZ1lpTzlvBNbCNvj/+27BrtqBrF6T2XGgv0enIu1De5Iu7i9qgi0+6N8y5/NkHZchpZ4 -Vwpm+Vganf2XKWDeEaaQHBkc7gGWIjQ0LpH5t8Qn0Xvmv/uARFoW5evg1Ao4vOSR49XrXMGs3xtq -fJ7lddK2l4fbzIcrQzqECK+rPNv3PGYxhrCdU3nt+CPeQuMtgvEP5fqX ------END CERTIFICATE----- - GlobalSign Root CA - R3 ======================= -----BEGIN CERTIFICATE----- @@ -3858,3 +3792,197 @@ BgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYIKoZIzj0EAwMDaAAwZQIxAOVpEslu28Yx uglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7 yFz9SO8NdCKoCOJuxUnOxwy8p2Fp8fc74SrL+SvzZpA3 -----END CERTIFICATE----- + +Staat der Nederlanden Root CA - G3 +================================== +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJOTDEeMBwGA1UE +CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFhdCBkZXIgTmVkZXJsYW5kZW4g +Um9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloXDTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMC +TkwxHjAcBgNVBAoMFVN0YWF0IGRlciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5l +ZGVybGFuZGVuIFJvb3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4y +olQPcPssXFnrbMSkUeiFKrPMSjTysF/zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WWIkYFsO2t +x1ueKt6c/DrGlaf1F2cY5y9JCAxcz+bMNO14+1Cx3Gsy8KL+tjzk7FqXxz8ecAgwoNzFs21v0IJy +EavSgWhZghe3eJJg+szeP4TrjTgzkApyI/o1zCZxMdFyKJLZWyNtZrVtB0LrpjPOktvA9mxjeM3K +Tj215VKb8b475lRgsGYeCasH/lSJEULR9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUur +mkVLoR9BvUhTFXFkC4az5S6+zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx/K2Ya7Irl1s9N9WMJtxU5 +1nus6+N86U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7Ngzp +07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHPbMk7ccHViLVlvMDo +FxcHErVc0qsgk7TmgoNwNsXNo42ti+yjwUOH5kPiNL6VizXtBznaqB16nzaeErAMZRKQFWDZJkBE +41ZgpRDUajz9QdwOWke275dhdU/Z/seyHdTtXUmzqWrLZoQT1Vyg3N9udwbRcXXIV2+vD3dbAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleu +yjWcLhL75LpdINyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB/d6+Oea31BD +U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwpLiniyMMB8jPq +KqrMCQj3ZWfGzd/TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N/8Ipf3YF3qKS9Ysr1YvY2WTxB1 +v0h7PVGHoTx0IsL8B3+A3MSs/mrBcDCw6Y5p4ixpgZQJut3+TcCDjJRYwEYgr5wfAvg1VUkvRtTA +8KCWAg8zxXHzniN9lLf9OtMJgwYh/WA9rjLA0u6NpvDntIJ8CsxwyXmA+P5M9zWEGYox+wrZ13+b +8KKaa8MFSu1BYBQw0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+gE4uZbqKmxnl4mUnrzhVNXkanjvSr0r +mj1AfsbAddJu+2gw7OyLnflJNZoaLNmzlTnVHpL3prllL+U9bTpITAjc5CgSKL59NVzq4BZ+Extq +1z7XnvwtdbLBFNUjA9tbbws+eC8N3jONFrdI54OagQ97wUNNVQQXOEpR1VmiiXTTn74eS9fGbbeI +JG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0/QFH1T/U67cjF68IeHRaVesd+QnGTbksV +tzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM94B7IWcnMFk= +-----END CERTIFICATE----- + +Staat der Nederlanden EV Root CA +================================ +-----BEGIN CERTIFICATE----- +MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJOTDEeMBwGA1UE +CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFhdCBkZXIgTmVkZXJsYW5kZW4g +RVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0yMjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5M +MR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRl +cmxhbmRlbiBFViBSb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkk +SzrSM4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nCUiY4iKTW +O0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3dZ//BYY1jTw+bbRcwJu+r +0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46prfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8 +Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13lpJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gV +XJrm0w912fxBmJc+qiXbj5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr +08C+eKxCKFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS/ZbV +0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0XcgOPvZuM5l5Tnrmd +74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs/nx +fRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrPpx9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwa +ivsnuL8wbqg7MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI +eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u2dfOWBfoqSmu +c0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHSv4ilf0X8rLiltTMMgsT7B/Zq +5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTCwPTxGfARKbalGAKb12NMcIxHowNDXLldRqAN +b/9Zjr7dn3LDWyvfjFvO5QxGbJKyCqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tN +f1zuacpzEPuKqf2evTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi +5Dp6Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIaGl6I6lD4 +WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeLeG9QgkRQP2YGiqtDhFZK +DyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGy +eUN51q1veieQA6TqJIc/2b3Z6fJfUEkc7uzXLg== +-----END CERTIFICATE----- + +IdenTrust Commercial Root CA 1 +============================== +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBKMQswCQYDVQQG +EwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBS +b290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQwMTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzES +MBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENB +IDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ld +hNlT3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU+ehcCuz/ +mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gpS0l4PJNgiCL8mdo2yMKi +1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1bVoE/c40yiTcdCMbXTMTEl3EASX2MN0C +XZ/g1Ue9tOsbobtJSdifWwLziuQkkORiT0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl +3ZBWzvurpWCdxJ35UrCLvYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzy +NeVJSQjKVsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZKdHzV +WYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHTc+XvvqDtMwt0viAg +xGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hvl7yTmvmcEpB4eoCHFddydJxVdHix +uuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5NiGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMC +AQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZI +hvcNAQELBQADggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwtLRvM7Kqas6pg +ghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93nAbowacYXVKV7cndJZ5t+qnt +ozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmV +YjzlVYA211QC//G5Xc7UI2/YRYRKW2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUX +feu+h1sXIFRRk0pTAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/ro +kTLql1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG4iZZRHUe +2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZmUlO+KWA2yUPHGNiiskz +Z2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7R +cGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +IdenTrust Public Sector Root CA 1 +================================= +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBNMQswCQYDVQQG +EwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3Rv +ciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcNMzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJV +UzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBS +b290IENBIDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTy +P4o7ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGyRBb06tD6 +Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlSbdsHyo+1W/CD80/HLaXI +rcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF/YTLNiCBWS2ab21ISGHKTN9T0a9SvESf +qy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoS +mJxZZoY+rfGwyj4GD3vwEUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFn +ol57plzy9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9VGxyh +LrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ2fjXctscvG29ZV/v +iDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsVWaFHVCkugyhfHMKiq3IXAAaOReyL +4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gDW/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8B +Af8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMw +DQYJKoZIhvcNAQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHVDRDtfULAj+7A +mgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9TaDKQGXSc3z1i9kKlT/YPyNt +GtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8GlwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFt +m6/n6J91eEyrRjuazr8FGF1NFTwWmhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMx +NRF4eKLg6TCMf4DfWN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4 +Mhn5+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJtshquDDI +ajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhAGaQdp/lLQzfcaFpPz+vC +ZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ +3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +Entrust Root Certification Authority - G2 +========================================= +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMCVVMxFjAUBgNV +BAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVy +bXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ug +b25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIw +HhcNMDkwNzA3MTcyNTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoT +DUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMx +OTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25s +eTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP +/vaCeb9zYQYKpSfYs1/TRU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXz +HHfV1IWNcCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hWwcKU +s/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1U1+cPvQXLOZprE4y +TGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0jaWvYkxN4FisZDQSA/i2jZRjJKRx +AgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ6 +0B7vfec7aVHUbI2fkBJmqzANBgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5Z +iXMRrEPR9RP/jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v1fN2D807iDgi +nWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4RnAuknZoh8/CbCzB428Hch0P+ +vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmHVHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xO +e4pIb4tF9g== +-----END CERTIFICATE----- + +Entrust Root Certification Authority - EC1 +========================================== +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkGA1UEBhMCVVMx +FjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVn +YWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXpl +ZCB1c2Ugb25seTEzMDEGA1UEAxMqRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +IC0gRUMxMB4XDTEyMTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYw +FAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2Fs +LXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQg +dXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAt +IEVDMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHy +AsWfoPZb1YsGGYZPUxBtByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef +9eNi1KlHBz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE +FLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVCR98crlOZF7ZvHH3h +vxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nXhTcGtXsI/esni0qU+eH6p44mCOh8 +kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +CFCA EV ROOT +============ +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJDTjEwMC4GA1UE +CgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNB +IEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkxMjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEw +MC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQD +DAxDRkNBIEVWIFJPT1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnV +BU03sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpLTIpTUnrD +7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5/ZOkVIBMUtRSqy5J35DN +uF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp7hZZLDRJGqgG16iI0gNyejLi6mhNbiyW +ZXvKWfry4t3uMCz7zEasxGPrb382KzRzEpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7 +xzbh72fROdOXW3NiGUgthxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9f +py25IGvPa931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqotaK8K +gWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNgTnYGmE69g60dWIol +hdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfVPKPtl8MeNPo4+QgO48BdK4PRVmrJ +tqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hvcWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAf +BgNVHSMEGDAWgBTj/i39KNALtbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB +/wQEAwIBBjAdBgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObTej/tUxPQ4i9q +ecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdLjOztUmCypAbqTuv0axn96/Ua +4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBSESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sG +E5uPhnEFtC+NiWYzKXZUmhH4J/qyP5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfX +BDrDMlI1Dlb4pd19xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjn +aH9dCi77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN5mydLIhy +PDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe/v5WOaHIz16eGWRGENoX +kbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+ZAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3C +ekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- From crux at crux.nu Thu Apr 23 10:31:27 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 12:31:27 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): mkvtoolnix: patch for boost 1.58 Message-ID: <20150423103127.71505E9912@crux.nu> commit 201b88af7fc8a2b28fd86ce7233e5fd8660f8c81 Author: Danny Rawlins Date: Thu Apr 23 20:30:56 2015 +1000 mkvtoolnix: patch for boost 1.58 diff --git a/mkvtoolnix/.md5sum b/mkvtoolnix/.md5sum index 33050d7..877b3f9 100644 --- a/mkvtoolnix/.md5sum +++ b/mkvtoolnix/.md5sum @@ -1 +1,2 @@ +ba7ad1b6a0573e70351f879576df56ea boost-1.58.patch 91fd8f34c25b8d3980c3e39b3cb6ae6c mkvtoolnix-7.8.0.tar.xz diff --git a/mkvtoolnix/Pkgfile b/mkvtoolnix/Pkgfile index 4da9b84..984537d 100644 --- a/mkvtoolnix/Pkgfile +++ b/mkvtoolnix/Pkgfile @@ -7,12 +7,15 @@ name=mkvtoolnix version=7.8.0 -release=1 -source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.xz) +release=2 +source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.xz + boost-1.58.patch) build() { cd $name-$version + patch -p1 -i $SRC/boost-1.58.patch + local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS) test -n "$JOBS" && export DRAKETHREADS="$JOBS" diff --git a/mkvtoolnix/boost-1.58.patch b/mkvtoolnix/boost-1.58.patch new file mode 100644 index 0000000..b596ceb --- /dev/null +++ b/mkvtoolnix/boost-1.58.patch @@ -0,0 +1,26 @@ +diff --git a/testing/mkvtoolnix/boost-1.58.patch b/testing/mkvtoolnix/boost-1.58.patch +new file mode 100644 +index 0000000..b42c04a +--- /dev/null ++++ b/testing/mkvtoolnix/boost-1.58.patch +@@ -0,0 +1,20 @@ ++--- ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp.orig +++++ ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp ++@@ -171,14 +171,13 @@ ++ // How many char objects can I process to get <= max_limit ++ // wchar_t objects? ++ int utf8_codecvt_facet::do_length( ++- BOOST_CODECVT_DO_LENGTH_CONST std::mbstate_t &, +++ const std::mbstate_t &, ++ const char * from, ++ const char * from_end, ++ std::size_t max_limit +++) const ++ #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600)) ++-) const throw() ++-#else ++-) const +++ throw() ++ #endif ++ { ++ // RG - this code is confusing! I need a better way to express it. From crux at crux.nu Thu Apr 23 10:31:27 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 12:31:27 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): boost: 1.57.0 -> 1.58.0 Message-ID: <20150423103127.9B192E9913@crux.nu> commit 82d629cef541c9b3b7382dcf7d46ddce1bc8e345 Author: Danny Rawlins Date: Thu Apr 23 20:29:30 2015 +1000 boost: 1.57.0 -> 1.58.0 diff --git a/boost/.footprint b/boost/.footprint index 1142e9c..34eefdc 100644 --- a/boost/.footprint +++ b/boost/.footprint @@ -99,6 +99,7 @@ drwxr-xr-x root/root usr/include/boost/accumulators/statistics/variates/ -rw-r--r-- root/root usr/include/boost/accumulators/statistics/with_error.hpp -rw-r--r-- root/root usr/include/boost/accumulators/statistics_fwd.hpp drwxr-xr-x root/root usr/include/boost/algorithm/ +-rw-r--r-- root/root usr/include/boost/algorithm/algorithm.hpp -rw-r--r-- root/root usr/include/boost/algorithm/clamp.hpp drwxr-xr-x root/root usr/include/boost/algorithm/cxx11/ -rw-r--r-- root/root usr/include/boost/algorithm/cxx11/all_of.hpp @@ -324,7 +325,6 @@ drwxr-xr-x root/root usr/include/boost/archive/iterators/ -rw-r--r-- root/root usr/include/boost/archive/polymorphic_xml_oarchive.hpp -rw-r--r-- root/root usr/include/boost/archive/polymorphic_xml_wiarchive.hpp -rw-r--r-- root/root usr/include/boost/archive/polymorphic_xml_woarchive.hpp --rw-r--r-- root/root usr/include/boost/archive/shared_ptr_helper.hpp -rw-r--r-- root/root usr/include/boost/archive/text_iarchive.hpp -rw-r--r-- root/root usr/include/boost/archive/text_oarchive.hpp -rw-r--r-- root/root usr/include/boost/archive/text_wiarchive.hpp @@ -832,50 +832,50 @@ drwxr-xr-x root/root usr/include/boost/bimap/ -rw-r--r-- root/root usr/include/boost/bimap/bimap.hpp drwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/ -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/associative_container_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/container_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/container_adaptor.hpp drwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/ --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/functor_bag.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/identity_converters.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/key_extractor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/list_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/detail/functor_bag.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/detail/identity_converters.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/detail/key_extractor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/list_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/list_map_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/map_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/multimap_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/multiset_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/multiset_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/sequence_container_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/set_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/set_adaptor.hpp drwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/support/ --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp -rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/unordered_associative_container_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/unordered_map_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/unordered_multimap_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/container_adaptor/unordered_set_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/unordered_set_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/vector_adaptor.hpp -rw-r--r-- root/root usr/include/boost/bimap/container_adaptor/vector_map_adaptor.hpp drwxr-xr-x root/root usr/include/boost/bimap/detail/ -rw-r--r-- root/root usr/include/boost/bimap/detail/bimap_core.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/concept_tags.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/concept_tags.hpp drwxr-xr-x root/root usr/include/boost/bimap/detail/debug/ --rwxr-xr-x root/root usr/include/boost/bimap/detail/debug/static_error.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/generate_index_binder.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/generate_relation_binder.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/generate_view_binder.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/is_set_type_of.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/manage_additional_parameters.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/manage_bimap_key.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/debug/static_error.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/generate_index_binder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/generate_relation_binder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/generate_view_binder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/is_set_type_of.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/manage_additional_parameters.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/manage_bimap_key.hpp -rw-r--r-- root/root usr/include/boost/bimap/detail/map_view_base.hpp -rw-r--r-- root/root usr/include/boost/bimap/detail/map_view_iterator.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/modifier_adaptor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/non_unique_views_helper.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/modifier_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/non_unique_views_helper.hpp -rw-r--r-- root/root usr/include/boost/bimap/detail/set_view_base.hpp -rw-r--r-- root/root usr/include/boost/bimap/detail/set_view_iterator.hpp drwxr-xr-x root/root usr/include/boost/bimap/detail/test/ --rwxr-xr-x root/root usr/include/boost/bimap/detail/test/check_metadata.hpp --rwxr-xr-x root/root usr/include/boost/bimap/detail/user_interface_config.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/test/check_metadata.hpp +-rw-r--r-- root/root usr/include/boost/bimap/detail/user_interface_config.hpp -rw-r--r-- root/root usr/include/boost/bimap/list_of.hpp -rw-r--r-- root/root usr/include/boost/bimap/multiset_of.hpp drwxr-xr-x root/root usr/include/boost/bimap/property_map/ @@ -883,44 +883,44 @@ drwxr-xr-x root/root usr/include/boost/bimap/property_map/ -rw-r--r-- root/root usr/include/boost/bimap/property_map/unordered_set_support.hpp drwxr-xr-x root/root usr/include/boost/bimap/relation/ drwxr-xr-x root/root usr/include/boost/bimap/relation/detail/ --rwxr-xr-x root/root usr/include/boost/bimap/relation/detail/access_builder.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/detail/metadata_access_builder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/detail/access_builder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/detail/metadata_access_builder.hpp -rw-r--r-- root/root usr/include/boost/bimap/relation/detail/mutant.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/detail/static_access_builder.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/detail/to_mutable_relation_functor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/member_at.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/detail/static_access_builder.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/detail/to_mutable_relation_functor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/member_at.hpp -rw-r--r-- root/root usr/include/boost/bimap/relation/mutant_relation.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/pair_layout.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/pair_layout.hpp -rw-r--r-- root/root usr/include/boost/bimap/relation/structured_pair.hpp drwxr-xr-x root/root usr/include/boost/bimap/relation/support/ -rw-r--r-- root/root usr/include/boost/bimap/relation/support/data_extractor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/get.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/get_pair_functor.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/is_tag_of_member_at.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/member_with_tag.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/opposite_tag.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/pair_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/pair_type_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/support/value_type_of.hpp --rwxr-xr-x root/root usr/include/boost/bimap/relation/symmetrical_base.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/get.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/get_pair_functor.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/is_tag_of_member_at.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/member_with_tag.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/opposite_tag.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/pair_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/pair_type_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/support/value_type_of.hpp +-rw-r--r-- root/root usr/include/boost/bimap/relation/symmetrical_base.hpp -rw-r--r-- root/root usr/include/boost/bimap/set_of.hpp drwxr-xr-x root/root usr/include/boost/bimap/support/ --rwxr-xr-x root/root usr/include/boost/bimap/support/data_type_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/data_type_by.hpp -rw-r--r-- root/root usr/include/boost/bimap/support/iterator_type_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/support/key_type_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/support/lambda.hpp --rwxr-xr-x root/root usr/include/boost/bimap/support/map_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/support/map_type_by.hpp --rwxr-xr-x root/root usr/include/boost/bimap/support/value_type_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/key_type_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/lambda.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/map_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/map_type_by.hpp +-rw-r--r-- root/root usr/include/boost/bimap/support/value_type_by.hpp drwxr-xr-x root/root usr/include/boost/bimap/tags/ drwxr-xr-x root/root usr/include/boost/bimap/tags/support/ --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/apply_to_value_type.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/default_tagged.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/is_tagged.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/overwrite_tagged.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/tag_of.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/support/value_type_of.hpp --rwxr-xr-x root/root usr/include/boost/bimap/tags/tagged.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/apply_to_value_type.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/default_tagged.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/is_tagged.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/overwrite_tagged.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/tag_of.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/support/value_type_of.hpp +-rw-r--r-- root/root usr/include/boost/bimap/tags/tagged.hpp -rw-r--r-- root/root usr/include/boost/bimap/unconstrained_set_of.hpp -rw-r--r-- root/root usr/include/boost/bimap/unordered_multiset_of.hpp -rw-r--r-- root/root usr/include/boost/bimap/unordered_set_of.hpp @@ -930,14 +930,14 @@ drwxr-xr-x root/root usr/include/boost/bimap/views/ -rw-r--r-- root/root usr/include/boost/bimap/views/list_set_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/map_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/multimap_view.hpp --rwxr-xr-x root/root usr/include/boost/bimap/views/multiset_view.hpp --rwxr-xr-x root/root usr/include/boost/bimap/views/set_view.hpp +-rw-r--r-- root/root usr/include/boost/bimap/views/multiset_view.hpp +-rw-r--r-- root/root usr/include/boost/bimap/views/set_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/unconstrained_map_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/unconstrained_set_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/unordered_map_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/unordered_multimap_view.hpp --rwxr-xr-x root/root usr/include/boost/bimap/views/unordered_multiset_view.hpp --rwxr-xr-x root/root usr/include/boost/bimap/views/unordered_set_view.hpp +-rw-r--r-- root/root usr/include/boost/bimap/views/unordered_multiset_view.hpp +-rw-r--r-- root/root usr/include/boost/bimap/views/unordered_set_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/vector_map_view.hpp -rw-r--r-- root/root usr/include/boost/bimap/views/vector_set_view.hpp -rw-r--r-- root/root usr/include/boost/bind.hpp @@ -1057,7 +1057,7 @@ drwxr-xr-x root/root usr/include/boost/concept/detail/ -rw-r--r-- root/root usr/include/boost/concept/detail/backward_compatibility.hpp -rw-r--r-- root/root usr/include/boost/concept/detail/borland.hpp -rw-r--r-- root/root usr/include/boost/concept/detail/concept_def.hpp --rwxr-xr-x root/root usr/include/boost/concept/detail/concept_undef.hpp +-rw-r--r-- root/root usr/include/boost/concept/detail/concept_undef.hpp -rw-r--r-- root/root usr/include/boost/concept/detail/general.hpp -rw-r--r-- root/root usr/include/boost/concept/detail/has_constraints.hpp -rw-r--r-- root/root usr/include/boost/concept/detail/msvc.hpp @@ -1066,10 +1066,10 @@ drwxr-xr-x root/root usr/include/boost/concept/detail/ -rw-r--r-- root/root usr/include/boost/concept_archetype.hpp -rw-r--r-- root/root usr/include/boost/concept_check.hpp drwxr-xr-x root/root usr/include/boost/concept_check/ --rwxr-xr-x root/root usr/include/boost/concept_check/borland.hpp --rwxr-xr-x root/root usr/include/boost/concept_check/general.hpp --rwxr-xr-x root/root usr/include/boost/concept_check/has_constraints.hpp --rwxr-xr-x root/root usr/include/boost/concept_check/msvc.hpp +-rw-r--r-- root/root usr/include/boost/concept_check/borland.hpp +-rw-r--r-- root/root usr/include/boost/concept_check/general.hpp +-rw-r--r-- root/root usr/include/boost/concept_check/has_constraints.hpp +-rw-r--r-- root/root usr/include/boost/concept_check/msvc.hpp -rw-r--r-- root/root usr/include/boost/config.hpp drwxr-xr-x root/root usr/include/boost/config/ drwxr-xr-x root/root usr/include/boost/config/abi/ @@ -1117,6 +1117,7 @@ drwxr-xr-x root/root usr/include/boost/config/platform/ -rw-r--r-- root/root usr/include/boost/config/platform/bsd.hpp -rw-r--r-- root/root usr/include/boost/config/platform/cray.hpp -rw-r--r-- root/root usr/include/boost/config/platform/cygwin.hpp +-rw-r--r-- root/root usr/include/boost/config/platform/haiku.hpp -rw-r--r-- root/root usr/include/boost/config/platform/hpux.hpp -rw-r--r-- root/root usr/include/boost/config/platform/irix.hpp -rw-r--r-- root/root usr/include/boost/config/platform/linux.hpp @@ -1155,25 +1156,34 @@ drwxr-xr-x root/root usr/include/boost/container/ drwxr-xr-x root/root usr/include/boost/container/detail/ -rw-r--r-- root/root usr/include/boost/container/detail/adaptive_node_pool.hpp -rw-r--r-- root/root usr/include/boost/container/detail/adaptive_node_pool_impl.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/addressof.hpp -rw-r--r-- root/root usr/include/boost/container/detail/advanced_insert_int.hpp --rw-r--r-- root/root usr/include/boost/container/detail/algorithms.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/algorithm.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/alloc_helpers.hpp -rw-r--r-- root/root usr/include/boost/container/detail/alloc_lib.h -rw-r--r-- root/root usr/include/boost/container/detail/alloc_lib_auto_link.hpp -rw-r--r-- root/root usr/include/boost/container/detail/allocation_type.hpp -rw-r--r-- root/root usr/include/boost/container/detail/allocator_version_traits.hpp -rw-r--r-- root/root usr/include/boost/container/detail/auto_link.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/compare_functors.hpp -rw-r--r-- root/root usr/include/boost/container/detail/config_begin.hpp -rw-r--r-- root/root usr/include/boost/container/detail/config_end.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/construct_in_place.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/copy_move_algo.hpp -rw-r--r-- root/root usr/include/boost/container/detail/destroyers.hpp -rw-r--r-- root/root usr/include/boost/container/detail/flat_tree.hpp -rw-r--r-- root/root usr/include/boost/container/detail/function_detector.hpp -rw-r--r-- root/root usr/include/boost/container/detail/hash_table.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/iterator.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/iterator_to_raw_pointer.hpp -rw-r--r-- root/root usr/include/boost/container/detail/iterators.hpp -rw-r--r-- root/root usr/include/boost/container/detail/math_functions.hpp --rw-r--r-- root/root usr/include/boost/container/detail/memory_util.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/min_max.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/minimal_char_traits_header.hpp -rw-r--r-- root/root usr/include/boost/container/detail/mpl.hpp -rw-r--r-- root/root usr/include/boost/container/detail/multiallocation_chain.hpp -rw-r--r-- root/root usr/include/boost/container/detail/mutex.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/next_capacity.hpp -rw-r--r-- root/root usr/include/boost/container/detail/node_alloc_holder.hpp -rw-r--r-- root/root usr/include/boost/container/detail/node_pool.hpp -rw-r--r-- root/root usr/include/boost/container/detail/node_pool_impl.hpp @@ -1181,13 +1191,12 @@ drwxr-xr-x root/root usr/include/boost/container/detail/ -rw-r--r-- root/root usr/include/boost/container/detail/placement_new.hpp -rw-r--r-- root/root usr/include/boost/container/detail/pool_common.hpp -rw-r--r-- root/root usr/include/boost/container/detail/pool_common_alloc.hpp --rw-r--r-- root/root usr/include/boost/container/detail/preprocessor.hpp -rw-r--r-- root/root usr/include/boost/container/detail/singleton.hpp -rw-r--r-- root/root usr/include/boost/container/detail/std_fwd.hpp +-rw-r--r-- root/root usr/include/boost/container/detail/to_raw_pointer.hpp -rw-r--r-- root/root usr/include/boost/container/detail/transform_iterator.hpp -rw-r--r-- root/root usr/include/boost/container/detail/tree.hpp -rw-r--r-- root/root usr/include/boost/container/detail/type_traits.hpp --rw-r--r-- root/root usr/include/boost/container/detail/utilities.hpp -rw-r--r-- root/root usr/include/boost/container/detail/value_init.hpp -rw-r--r-- root/root usr/include/boost/container/detail/variadic_templates_tools.hpp -rw-r--r-- root/root usr/include/boost/container/detail/version_type.hpp @@ -1196,12 +1205,14 @@ drwxr-xr-x root/root usr/include/boost/container/detail/ -rw-r--r-- root/root usr/include/boost/container/flat_set.hpp -rw-r--r-- root/root usr/include/boost/container/list.hpp -rw-r--r-- root/root usr/include/boost/container/map.hpp +-rw-r--r-- root/root usr/include/boost/container/new_allocator.hpp -rw-r--r-- root/root usr/include/boost/container/node_allocator.hpp -rw-r--r-- root/root usr/include/boost/container/options.hpp -rw-r--r-- root/root usr/include/boost/container/scoped_allocator.hpp -rw-r--r-- root/root usr/include/boost/container/scoped_allocator_fwd.hpp -rw-r--r-- root/root usr/include/boost/container/set.hpp -rw-r--r-- root/root usr/include/boost/container/slist.hpp +-rw-r--r-- root/root usr/include/boost/container/small_vector.hpp -rw-r--r-- root/root usr/include/boost/container/stable_vector.hpp -rw-r--r-- root/root usr/include/boost/container/static_vector.hpp -rw-r--r-- root/root usr/include/boost/container/string.hpp @@ -1221,7 +1232,18 @@ drwxr-xr-x root/root usr/include/boost/context/detail/ -rw-r--r-- root/root usr/include/boost/context/detail/fcontext_sparc.hpp -rw-r--r-- root/root usr/include/boost/context/detail/fcontext_x86_64.hpp -rw-r--r-- root/root usr/include/boost/context/detail/fcontext_x86_64_win.hpp +-rw-r--r-- root/root usr/include/boost/context/execution_context.hpp -rw-r--r-- root/root usr/include/boost/context/fcontext.hpp +-rw-r--r-- root/root usr/include/boost/context/fixedsize_stack.hpp +drwxr-xr-x root/root usr/include/boost/context/posix/ +-rw-r--r-- root/root usr/include/boost/context/posix/protected_fixedsize_stack.hpp +-rw-r--r-- root/root usr/include/boost/context/posix/segmented_stack.hpp +-rw-r--r-- root/root usr/include/boost/context/protected_fixedsize_stack.hpp +-rw-r--r-- root/root usr/include/boost/context/segmented_stack.hpp +-rw-r--r-- root/root usr/include/boost/context/stack_context.hpp +-rw-r--r-- root/root usr/include/boost/context/stack_traits.hpp +drwxr-xr-x root/root usr/include/boost/context/windows/ +-rw-r--r-- root/root usr/include/boost/context/windows/protected_fixedsize_stack.hpp drwxr-xr-x root/root usr/include/boost/core/ -rw-r--r-- root/root usr/include/boost/core/addressof.hpp -rw-r--r-- root/root usr/include/boost/core/checked_delete.hpp @@ -1284,6 +1306,7 @@ drwxr-xr-x root/root usr/include/boost/coroutine/windows/ -rw-r--r-- root/root usr/include/boost/cstdint.hpp -rw-r--r-- root/root usr/include/boost/cstdlib.hpp -rw-r--r-- root/root usr/include/boost/current_function.hpp +-rw-r--r-- root/root usr/include/boost/cxx11_char_types.hpp -rw-r--r-- root/root usr/include/boost/date_time.hpp drwxr-xr-x root/root usr/include/boost/date_time/ -rw-r--r-- root/root usr/include/boost/date_time/adjust_functors.hpp @@ -1420,6 +1443,7 @@ drwxr-xr-x root/root usr/include/boost/detail/ -rw-r--r-- root/root usr/include/boost/detail/lightweight_main.hpp -rw-r--r-- root/root usr/include/boost/detail/lightweight_mutex.hpp -rw-r--r-- root/root usr/include/boost/detail/lightweight_test.hpp +-rw-r--r-- root/root usr/include/boost/detail/lightweight_test_report.hpp -rw-r--r-- root/root usr/include/boost/detail/lightweight_thread.hpp -rw-r--r-- root/root usr/include/boost/detail/named_template_params.hpp -rw-r--r-- root/root usr/include/boost/detail/no_exceptions_support.hpp @@ -1466,6 +1490,19 @@ drwxr-xr-x root/root usr/include/boost/dynamic_bitset/ -rw-r--r-- root/root usr/include/boost/dynamic_bitset/dynamic_bitset.hpp -rw-r--r-- root/root usr/include/boost/dynamic_bitset_fwd.hpp -rw-r--r-- root/root usr/include/boost/enable_shared_from_this.hpp +drwxr-xr-x root/root usr/include/boost/endian/ +-rw-r--r-- root/root usr/include/boost/endian/arithmetic.hpp +-rw-r--r-- root/root usr/include/boost/endian/buffers.hpp +-rw-r--r-- root/root usr/include/boost/endian/conversion.hpp +drwxr-xr-x root/root usr/include/boost/endian/detail/ +-rw-r--r-- root/root usr/include/boost/endian/detail/config.hpp +-rw-r--r-- root/root usr/include/boost/endian/detail/cover_operators.hpp +-rw-r--r-- root/root usr/include/boost/endian/detail/disable_warnings.hpp +-rw-r--r-- root/root usr/include/boost/endian/detail/disable_warnings_pop.hpp +-rw-r--r-- root/root usr/include/boost/endian/detail/intrinsic.hpp +-rw-r--r-- root/root usr/include/boost/endian/detail/lightweight_test.hpp +-rw-r--r-- root/root usr/include/boost/endian/endian.hpp +-rw-r--r-- root/root usr/include/boost/endian/std_pair.hpp drwxr-xr-x root/root usr/include/boost/exception/ -rw-r--r-- root/root usr/include/boost/exception/N3757.hpp -rw-r--r-- root/root usr/include/boost/exception/all.hpp @@ -1716,6 +1753,8 @@ drwxr-xr-x root/root usr/include/boost/fusion/adapted/adt/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp drwxr-xr-x root/root usr/include/boost/fusion/adapted/adt/detail/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/adt/detail/adapt_base.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/adt/detail/extension.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/array.hpp drwxr-xr-x root/root usr/include/boost/fusion/adapted/array/ @@ -1749,12 +1788,16 @@ drwxr-xr-x root/root usr/include/boost/fusion/adapted/boost_tuple/ drwxr-xr-x root/root usr/include/boost/fusion/adapted/boost_tuple/detail/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp +drwxr-xr-x root/root usr/include/boost/fusion/adapted/boost_tuple/mpl/ +-rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/mpl/clear.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/boost_tuple/tag_of.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/mpl.hpp drwxr-xr-x root/root usr/include/boost/fusion/adapted/mpl/ @@ -1776,12 +1819,16 @@ drwxr-xr-x root/root usr/include/boost/fusion/adapted/std_tuple/ drwxr-xr-x root/root usr/include/boost/fusion/adapted/std_tuple/detail/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp +drwxr-xr-x root/root usr/include/boost/fusion/adapted/std_tuple/mpl/ +-rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/mpl/clear.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/std_tuple_iterator.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/std_tuple/tag_of.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct.hpp @@ -1794,7 +1841,11 @@ drwxr-xr-x root/root usr/include/boost/fusion/adapted/struct/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/define_struct.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/define_struct_inline.hpp drwxr-xr-x root/root usr/include/boost/fusion/adapted/struct/detail/ +-rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/adapt_auto.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/adapt_base.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp +-rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/at_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/begin_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/category_of_impl.hpp @@ -1808,6 +1859,8 @@ drwxr-xr-x root/root usr/include/boost/fusion/adapted/struct/detail/ -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/is_view_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/key_of_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/namespace.hpp +drwxr-xr-x root/root usr/include/boost/fusion/adapted/struct/detail/preprocessor/ +-rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/proxy_type.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/size_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/adapted/struct/detail/value_at_impl.hpp @@ -2266,8 +2319,6 @@ drwxr-xr-x root/root usr/include/boost/fusion/include/ -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_adt_named.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_adt.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_adt_named.hpp --rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_class.hpp --rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_class_named.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_struct.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_assoc_struct_named.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/adapt_struct.hpp @@ -2336,6 +2387,7 @@ drwxr-xr-x root/root usr/include/boost/fusion/include/ -rw-r--r-- root/root usr/include/boost/fusion/include/greater.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/greater_equal.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/has_key.hpp +-rw-r--r-- root/root usr/include/boost/fusion/include/hash.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/ignore.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/in.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/insert.hpp @@ -2416,6 +2468,7 @@ drwxr-xr-x root/root usr/include/boost/fusion/include/ -rw-r--r-- root/root usr/include/boost/fusion/include/single_view.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/size.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/std_pair.hpp +-rw-r--r-- root/root usr/include/boost/fusion/include/std_tuple.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/struct.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/support.hpp -rw-r--r-- root/root usr/include/boost/fusion/include/swap.hpp @@ -2515,6 +2568,7 @@ drwxr-xr-x root/root usr/include/boost/fusion/sequence/comparison/detail/ -rw-r--r-- root/root usr/include/boost/fusion/sequence/comparison/less_equal.hpp -rw-r--r-- root/root usr/include/boost/fusion/sequence/comparison/not_equal_to.hpp -rw-r--r-- root/root usr/include/boost/fusion/sequence/convert.hpp +-rw-r--r-- root/root usr/include/boost/fusion/sequence/hash.hpp -rw-r--r-- root/root usr/include/boost/fusion/sequence/intrinsic.hpp drwxr-xr-x root/root usr/include/boost/fusion/sequence/intrinsic/ -rw-r--r-- root/root usr/include/boost/fusion/sequence/intrinsic/at.hpp @@ -2558,10 +2612,12 @@ drwxr-xr-x root/root usr/include/boost/fusion/support/detail/ -rw-r--r-- root/root usr/include/boost/fusion/support/detail/access.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/as_fusion_element.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/category_of.hpp +-rw-r--r-- root/root usr/include/boost/fusion/support/detail/enabler.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/is_mpl_sequence.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/is_view.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/mpl_iterator_category.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/pp_round.hpp +-rw-r--r-- root/root usr/include/boost/fusion/support/detail/result_of.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/segmented_fold_until_impl.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/detail/unknown_key.hpp -rw-r--r-- root/root usr/include/boost/fusion/support/is_iterator.hpp @@ -2779,6 +2835,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/assign_box_corners.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/assign_indexed_point.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/assign_values.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/azimuth.hpp drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/buffer/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp @@ -2787,7 +2844,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/buffer/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp --rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/turn_in_input.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/calculate_null.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/calculate_sum.hpp @@ -2813,6 +2870,8 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/disjoint/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/point_box.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/disjoint/point_point.hpp @@ -2837,6 +2896,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/equals/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/equals/point_point.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/extreme_points.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/flattening.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/for_each_range.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/get_left_turns.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/get_max_size.hpp @@ -2851,6 +2911,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/is_simple/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/always_simple.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/areal.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/failure_policy.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/implementation.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/interface.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/is_simple/linear.hpp @@ -2941,6 +3002,8 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/relate/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/ring_identifier.hpp drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/sections/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/sections/range_by_section.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/sections/section_functions.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/signed_index_type.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/single_geometry.hpp @@ -2952,6 +3015,8 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/turns/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/turns/print_turns.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/vincenty_direct.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/vincenty_inverse.hpp drwxr-xr-x root/root usr/include/boost/geometry/algorithms/detail/within/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp @@ -2989,6 +3054,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/algorithms/dispatch/ -rw-r--r-- root/root usr/include/boost/geometry/algorithms/transform.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/union.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/unique.hpp +-rw-r--r-- root/root usr/include/boost/geometry/algorithms/validity_failure_type.hpp -rw-r--r-- root/root usr/include/boost/geometry/algorithms/within.hpp drwxr-xr-x root/root usr/include/boost/geometry/arithmetic/ -rw-r--r-- root/root usr/include/boost/geometry/arithmetic/arithmetic.hpp @@ -3011,8 +3077,10 @@ drwxr-xr-x root/root usr/include/boost/geometry/core/ -rw-r--r-- root/root usr/include/boost/geometry/core/point_order.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/point_type.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/radian_access.hpp +-rw-r--r-- root/root usr/include/boost/geometry/core/radius.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/reverse_dispatch.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/ring_type.hpp +-rw-r--r-- root/root usr/include/boost/geometry/core/srs.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/tag.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/tag_cast.hpp -rw-r--r-- root/root usr/include/boost/geometry/core/tags.hpp @@ -3111,13 +3179,12 @@ drwxr-xr-x root/root usr/include/boost/geometry/index/detail/rtree/linear/ -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/linear/linear.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp drwxr-xr-x root/root usr/include/boost/geometry/index/detail/rtree/node/ --rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/auto_deallocator.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/concept.hpp --rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/dynamic_visitor.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/node.hpp --rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/node_auto_ptr.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/node_elements.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/pairs.hpp +-rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp +-rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/variant_static.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/node/variant_visitor.hpp @@ -3137,6 +3204,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/index/detail/rtree/rstar/ -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/rstar/rstar.hpp drwxr-xr-x root/root usr/include/boost/geometry/index/detail/rtree/utilities/ -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp +-rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp -rw-r--r-- root/root usr/include/boost/geometry/index/detail/rtree/utilities/print.hpp @@ -3224,7 +3292,6 @@ drwxr-xr-x root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/ -rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp -rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp -rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp --rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp -rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp -rw-r--r-- root/root usr/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp drwxr-xr-x root/root usr/include/boost/geometry/multi/algorithms/detail/sections/ @@ -3290,6 +3357,10 @@ drwxr-xr-x root/root usr/include/boost/geometry/multi/views/detail/ drwxr-xr-x root/root usr/include/boost/geometry/policies/ -rw-r--r-- root/root usr/include/boost/geometry/policies/compare.hpp -rw-r--r-- root/root usr/include/boost/geometry/policies/disjoint_interrupt_policy.hpp +drwxr-xr-x root/root usr/include/boost/geometry/policies/is_valid/ +-rw-r--r-- root/root usr/include/boost/geometry/policies/is_valid/default_policy.hpp +-rw-r--r-- root/root usr/include/boost/geometry/policies/is_valid/failing_reason_policy.hpp +-rw-r--r-- root/root usr/include/boost/geometry/policies/is_valid/failure_type_policy.hpp -rw-r--r-- root/root usr/include/boost/geometry/policies/predicate_based_interrupt_policy.hpp drwxr-xr-x root/root usr/include/boost/geometry/policies/relate/ -rw-r--r-- root/root usr/include/boost/geometry/policies/relate/de9im.hpp @@ -3315,6 +3386,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/strategies/agnostic/ -rw-r--r-- root/root usr/include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/agnostic/relate.hpp +-rw-r--r-- root/root usr/include/boost/geometry/strategies/agnostic/side_by_azimuth.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/area.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/buffer.hpp @@ -3342,6 +3414,7 @@ drwxr-xr-x root/root usr/include/boost/geometry/strategies/cartesian/ -rw-r--r-- root/root usr/include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp +-rw-r--r-- root/root usr/include/boost/geometry/strategies/cartesian/side_of_intersection.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/centroid.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/comparable_distance_result.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/compare.hpp @@ -3362,6 +3435,10 @@ drwxr-xr-x root/root usr/include/boost/geometry/strategies/concepts/ -rw-r--r-- root/root usr/include/boost/geometry/strategies/default_strategy.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/distance.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/distance_result.hpp +drwxr-xr-x root/root usr/include/boost/geometry/strategies/geographic/ +-rw-r--r-- root/root usr/include/boost/geometry/strategies/geographic/distance_andoyer.hpp +-rw-r--r-- root/root usr/include/boost/geometry/strategies/geographic/distance_vincenty.hpp +-rw-r--r-- root/root usr/include/boost/geometry/strategies/geographic/mapping_ssf.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/intersection.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/intersection_result.hpp -rw-r--r-- root/root usr/include/boost/geometry/strategies/side.hpp @@ -3390,12 +3467,14 @@ drwxr-xr-x root/root usr/include/boost/geometry/util/ -rw-r--r-- root/root usr/include/boost/geometry/util/closure_as_bool.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/combine_if.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/compress_variant.hpp +-rw-r--r-- root/root usr/include/boost/geometry/util/condition.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/coordinate_cast.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/for_each_coordinate.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/math.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/order_as_direction.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/parameter_type_of.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/promote_floating_point.hpp +-rw-r--r-- root/root usr/include/boost/geometry/util/promote_integral.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/range.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/rational.hpp -rw-r--r-- root/root usr/include/boost/geometry/util/select_calculation_type.hpp @@ -3854,6 +3933,9 @@ drwxr-xr-x root/root usr/include/boost/icl/type_traits/ -rw-r--r-- root/root usr/include/boost/indirect_reference.hpp -rw-r--r-- root/root usr/include/boost/integer.hpp drwxr-xr-x root/root usr/include/boost/integer/ +-rw-r--r-- root/root usr/include/boost/integer/common_factor.hpp +-rw-r--r-- root/root usr/include/boost/integer/common_factor_ct.hpp +-rw-r--r-- root/root usr/include/boost/integer/common_factor_rt.hpp -rw-r--r-- root/root usr/include/boost/integer/integer_log2.hpp -rw-r--r-- root/root usr/include/boost/integer/integer_mask.hpp -rw-r--r-- root/root usr/include/boost/integer/static_log2.hpp @@ -3913,18 +3995,19 @@ drwxr-xr-x root/root usr/include/boost/interprocess/detail/ -rw-r--r-- root/root usr/include/boost/interprocess/detail/min_max.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/move.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/mpl.hpp --rw-r--r-- root/root usr/include/boost/interprocess/detail/multi_segment_services.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/named_proxy.hpp +-rw-r--r-- root/root usr/include/boost/interprocess/detail/nothrow.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/os_file_functions.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/os_thread_functions.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/pointer_type.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/portable_intermodule_singleton.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/posix_time_types_wrk.hpp --rw-r--r-- root/root usr/include/boost/interprocess/detail/preprocessor.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/ptime_wrk.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/robust_emulation.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/segment_manager_helper.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/shared_dir_helpers.hpp +-rw-r--r-- root/root usr/include/boost/interprocess/detail/simple_swap.hpp +-rw-r--r-- root/root usr/include/boost/interprocess/detail/std_fwd.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/transform_iterator.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/type_traits.hpp -rw-r--r-- root/root usr/include/boost/interprocess/detail/utilities.hpp @@ -3957,8 +4040,6 @@ drwxr-xr-x root/root usr/include/boost/interprocess/ipc/ drwxr-xr-x root/root usr/include/boost/interprocess/mem_algo/ drwxr-xr-x root/root usr/include/boost/interprocess/mem_algo/detail/ -rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp --rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit.hpp --rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit_impl.hpp -rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp -rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/rbtree_best_fit.hpp -rw-r--r-- root/root usr/include/boost/interprocess/mem_algo/simple_seq_fit.hpp @@ -4072,10 +4153,12 @@ drwxr-xr-x root/root usr/include/boost/intrusive/ -rw-r--r-- root/root usr/include/boost/intrusive/derivation_value_traits.hpp drwxr-xr-x root/root usr/include/boost/intrusive/detail/ -rw-r--r-- root/root usr/include/boost/intrusive/detail/algo_type.hpp +-rw-r--r-- root/root usr/include/boost/intrusive/detail/algorithm.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/any_node_and_algorithms.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/array_initializer.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/assert.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/avltree_node.hpp +-rw-r--r-- root/root usr/include/boost/intrusive/detail/bstree_algorithms_base.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/common_slist_algorithms.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/config_begin.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/config_end.hpp @@ -4092,18 +4175,19 @@ drwxr-xr-x root/root usr/include/boost/intrusive/detail/ -rw-r--r-- root/root usr/include/boost/intrusive/detail/hook_traits.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/iiterator.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/is_stateful_value_traits.hpp +-rw-r--r-- root/root usr/include/boost/intrusive/detail/iterator.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/key_nodeptr_comp.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/list_iterator.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/list_node.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/math.hpp --rw-r--r-- root/root usr/include/boost/intrusive/detail/memory_util.hpp +-rw-r--r-- root/root usr/include/boost/intrusive/detail/minimal_less_equal_header.hpp +-rw-r--r-- root/root usr/include/boost/intrusive/detail/minimal_pair_header.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/mpl.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/node_cloner_disposer.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/node_holder.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/node_to_value.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/parent_from_member.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/pointer_element.hpp --rw-r--r-- root/root usr/include/boost/intrusive/detail/preprocessor.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/rbtree_node.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/reverse_iterator.hpp -rw-r--r-- root/root usr/include/boost/intrusive/detail/simple_disposers.hpp @@ -4368,7 +4452,6 @@ drwxr-xr-x root/root usr/include/boost/lexical_cast/detail/ -rw-r--r-- root/root usr/include/boost/lexical_cast/detail/inf_nan.hpp -rw-r--r-- root/root usr/include/boost/lexical_cast/detail/is_character.hpp -rw-r--r-- root/root usr/include/boost/lexical_cast/detail/lcast_char_constants.hpp --rw-r--r-- root/root usr/include/boost/lexical_cast/detail/lcast_float_converters.hpp -rw-r--r-- root/root usr/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp -rw-r--r-- root/root usr/include/boost/lexical_cast/detail/widest_char.hpp -rw-r--r-- root/root usr/include/boost/lexical_cast/lexical_cast_old.hpp @@ -4779,6 +4862,7 @@ drwxr-xr-x root/root usr/include/boost/math/cstdfloat/ -rw-r--r-- root/root usr/include/boost/math/cstdfloat/cstdfloat_types.hpp -rw-r--r-- root/root usr/include/boost/math/distributions.hpp drwxr-xr-x root/root usr/include/boost/math/distributions/ +-rw-r--r-- root/root usr/include/boost/math/distributions/arcsine.hpp -rw-r--r-- root/root usr/include/boost/math/distributions/bernoulli.hpp -rw-r--r-- root/root usr/include/boost/math/distributions/beta.hpp -rw-r--r-- root/root usr/include/boost/math/distributions/binomial.hpp @@ -4874,6 +4958,7 @@ drwxr-xr-x root/root usr/include/boost/math/special_functions/detail/ -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/igamma_large.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/lanczos_sse2.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/lgamma_small.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/detail/polygamma.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/round_fwd.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/t_distribution_inv.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/detail/unchecked_bernoulli.hpp @@ -4882,9 +4967,11 @@ drwxr-xr-x root/root usr/include/boost/math/special_functions/detail/ -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_1.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_2.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_3.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_d.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_rc.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_rd.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_rf.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_rg.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/ellint_rj.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/erf.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/expint.hpp @@ -4894,8 +4981,10 @@ drwxr-xr-x root/root usr/include/boost/math/special_functions/detail/ -rw-r--r-- root/root usr/include/boost/math/special_functions/gamma.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/hankel.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/hermite.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/heuman_lambda.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/hypot.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/jacobi_elliptic.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/jacobi_zeta.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/laguerre.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/lanczos.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/legendre.hpp @@ -4905,6 +4994,7 @@ drwxr-xr-x root/root usr/include/boost/math/special_functions/detail/ -rw-r--r-- root/root usr/include/boost/math/special_functions/next.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/nonfinite_num_facets.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/owens_t.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/polygamma.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/pow.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/powm1.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/prime.hpp @@ -4915,6 +5005,7 @@ drwxr-xr-x root/root usr/include/boost/math/special_functions/detail/ -rw-r--r-- root/root usr/include/boost/math/special_functions/sinhc.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/spherical_harmonic.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/sqrt1pm1.hpp +-rw-r--r-- root/root usr/include/boost/math/special_functions/trigamma.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/trunc.hpp -rw-r--r-- root/root usr/include/boost/math/special_functions/zeta.hpp drwxr-xr-x root/root usr/include/boost/math/tools/ @@ -5056,14 +5147,19 @@ drwxr-xr-x root/root usr/include/boost/math/tools/detail/ -rw-r--r-- root/root usr/include/boost/mem_fn.hpp -rw-r--r-- root/root usr/include/boost/memory_order.hpp drwxr-xr-x root/root usr/include/boost/move/ +-rw-r--r-- root/root usr/include/boost/move/adl_move_swap.hpp -rw-r--r-- root/root usr/include/boost/move/algorithm.hpp -rw-r--r-- root/root usr/include/boost/move/core.hpp -rw-r--r-- root/root usr/include/boost/move/default_delete.hpp drwxr-xr-x root/root usr/include/boost/move/detail/ -rw-r--r-- root/root usr/include/boost/move/detail/config_begin.hpp -rw-r--r-- root/root usr/include/boost/move/detail/config_end.hpp +-rw-r--r-- root/root usr/include/boost/move/detail/fwd_macros.hpp +-rw-r--r-- root/root usr/include/boost/move/detail/iterator_traits.hpp -rw-r--r-- root/root usr/include/boost/move/detail/meta_utils.hpp +-rw-r--r-- root/root usr/include/boost/move/detail/meta_utils_core.hpp -rw-r--r-- root/root usr/include/boost/move/detail/move_helpers.hpp +-rw-r--r-- root/root usr/include/boost/move/detail/type_traits.hpp -rw-r--r-- root/root usr/include/boost/move/detail/unique_ptr_meta_utils.hpp -rw-r--r-- root/root usr/include/boost/move/detail/workaround.hpp -rw-r--r-- root/root usr/include/boost/move/iterator.hpp @@ -6323,6 +6419,7 @@ drwxr-xr-x root/root usr/include/boost/multi_index/detail/ -rw-r--r-- root/root usr/include/boost/multi_index/detail/index_saver.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/invariant_assert.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/is_index_list.hpp +-rw-r--r-- root/root usr/include/boost/multi_index/detail/is_transparent.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/iter_adaptor.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/modify_key_adaptor.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/no_duplicate_tags.hpp @@ -6330,6 +6427,7 @@ drwxr-xr-x root/root usr/include/boost/multi_index/detail/ -rw-r--r-- root/root usr/include/boost/multi_index/detail/ord_index_args.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/ord_index_node.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/ord_index_ops.hpp +-rw-r--r-- root/root usr/include/boost/multi_index/detail/promotes_arg.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/rnd_index_loader.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/rnd_index_node.hpp -rw-r--r-- root/root usr/include/boost/multi_index/detail/rnd_index_ops.hpp @@ -6530,7 +6628,9 @@ drwxr-xr-x root/root usr/include/boost/numeric/odeint/external/compute/ -rw-r--r-- root/root usr/include/boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/external/compute/compute_resize.hpp drwxr-xr-x root/root usr/include/boost/numeric/odeint/external/eigen/ +-rw-r--r-- root/root usr/include/boost/numeric/odeint/external/eigen/eigen.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/external/eigen/eigen_algebra.hpp +-rw-r--r-- root/root usr/include/boost/numeric/odeint/external/eigen/eigen_algebra_dispatcher.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/external/eigen/eigen_resize.hpp drwxr-xr-x root/root usr/include/boost/numeric/odeint/external/gsl/ -rw-r--r-- root/root usr/include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp @@ -6645,6 +6745,7 @@ drwxr-xr-x root/root usr/include/boost/numeric/odeint/stepper/detail/ -rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/euler.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp +-rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/extrapolation_stepper.hpp -rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/generation.hpp drwxr-xr-x root/root usr/include/boost/numeric/odeint/stepper/generation/ -rw-r--r-- root/root usr/include/boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp @@ -6860,6 +6961,7 @@ drwxr-xr-x root/root usr/include/boost/phoenix/bind/preprocessed/ -rw-r--r-- root/root usr/include/boost/phoenix/bind/preprocessed/bind_member_function_30.hpp -rw-r--r-- root/root usr/include/boost/phoenix/bind/preprocessed/bind_member_function_40.hpp -rw-r--r-- root/root usr/include/boost/phoenix/bind/preprocessed/bind_member_function_50.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/config.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core.hpp drwxr-xr-x root/root usr/include/boost/phoenix/core/ -rw-r--r-- root/root usr/include/boost/phoenix/core/actor.hpp @@ -6913,6 +7015,7 @@ drwxr-xr-x root/root usr/include/boost/phoenix/core/detail/preprocessed/ -rw-r--r-- root/root usr/include/boost/phoenix/core/function_equal.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core/is_actor.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core/is_nullary.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/core/is_value.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core/limits.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core/meta_grammar.hpp -rw-r--r-- root/root usr/include/boost/phoenix/core/nothing.hpp @@ -6974,6 +7077,10 @@ drwxr-xr-x root/root usr/include/boost/phoenix/function/detail/preprocessed/ -rw-r--r-- root/root usr/include/boost/phoenix/function/detail/preprocessed/function_result_of_40.hpp -rw-r--r-- root/root usr/include/boost/phoenix/function/detail/preprocessed/function_result_of_50.hpp -rw-r--r-- root/root usr/include/boost/phoenix/function/function.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/function/lazy_list.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/function/lazy_operator.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/function/lazy_prelude.hpp +-rw-r--r-- root/root usr/include/boost/phoenix/function/lazy_reuse.hpp -rw-r--r-- root/root usr/include/boost/phoenix/fusion.hpp drwxr-xr-x root/root usr/include/boost/phoenix/fusion/ -rw-r--r-- root/root usr/include/boost/phoenix/fusion/at.hpp @@ -7239,6 +7346,7 @@ drwxr-xr-x root/root usr/include/boost/polygon/detail/ -rw-r--r-- root/root usr/include/boost/polygon/voronoi_diagram.hpp -rw-r--r-- root/root usr/include/boost/polygon/voronoi_geometry_type.hpp -rw-r--r-- root/root usr/include/boost/polymorphic_cast.hpp +-rw-r--r-- root/root usr/include/boost/polymorphic_pointer_cast.hpp drwxr-xr-x root/root usr/include/boost/pool/ drwxr-xr-x root/root usr/include/boost/pool/detail/ -rw-r--r-- root/root usr/include/boost/pool/detail/guard.hpp @@ -7356,6 +7464,7 @@ drwxr-xr-x root/root usr/include/boost/predef/os/bsd/ -rw-r--r-- root/root usr/include/boost/predef/os/bsd/net.h -rw-r--r-- root/root usr/include/boost/predef/os/bsd/open.h -rw-r--r-- root/root usr/include/boost/predef/os/cygwin.h +-rw-r--r-- root/root usr/include/boost/predef/os/haiku.h -rw-r--r-- root/root usr/include/boost/predef/os/hpux.h -rw-r--r-- root/root usr/include/boost/predef/os/ios.h -rw-r--r-- root/root usr/include/boost/predef/os/irix.h @@ -8212,6 +8321,7 @@ drwxr-xr-x root/root usr/include/boost/random/detail/ -rw-r--r-- root/root usr/include/boost/random/detail/iterator_mixin.hpp -rw-r--r-- root/root usr/include/boost/random/detail/large_arithmetic.hpp -rw-r--r-- root/root usr/include/boost/random/detail/operators.hpp +-rw-r--r-- root/root usr/include/boost/random/detail/polynomial.hpp -rw-r--r-- root/root usr/include/boost/random/detail/ptr_helper.hpp -rw-r--r-- root/root usr/include/boost/random/detail/seed.hpp -rw-r--r-- root/root usr/include/boost/random/detail/seed_impl.hpp @@ -8235,6 +8345,7 @@ drwxr-xr-x root/root usr/include/boost/random/detail/ -rw-r--r-- root/root usr/include/boost/random/lognormal_distribution.hpp -rw-r--r-- root/root usr/include/boost/random/mersenne_twister.hpp -rw-r--r-- root/root usr/include/boost/random/negative_binomial_distribution.hpp +-rw-r--r-- root/root usr/include/boost/random/non_central_chi_squared_distribution.hpp -rw-r--r-- root/root usr/include/boost/random/normal_distribution.hpp -rw-r--r-- root/root usr/include/boost/random/piecewise_constant_distribution.hpp -rw-r--r-- root/root usr/include/boost/random/piecewise_linear_distribution.hpp @@ -8545,6 +8656,7 @@ drwxr-xr-x root/root usr/include/boost/serialization/ -rw-r--r-- root/root usr/include/boost/serialization/deque.hpp drwxr-xr-x root/root usr/include/boost/serialization/detail/ -rw-r--r-- root/root usr/include/boost/serialization/detail/get_data.hpp +-rw-r--r-- root/root usr/include/boost/serialization/detail/is_default_constructible.hpp -rw-r--r-- root/root usr/include/boost/serialization/detail/shared_count_132.hpp -rw-r--r-- root/root usr/include/boost/serialization/detail/shared_ptr_132.hpp -rw-r--r-- root/root usr/include/boost/serialization/detail/shared_ptr_nmt_132.hpp @@ -8709,6 +8821,7 @@ drwxr-xr-x root/root usr/include/boost/smart_ptr/detail/ -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_aix.hpp +-rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp @@ -8758,6 +8871,19 @@ drwxr-xr-x root/root usr/include/boost/smart_ptr/detail/ -rw-r--r-- root/root usr/include/boost/smart_ptr/shared_array.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/shared_ptr.hpp -rw-r--r-- root/root usr/include/boost/smart_ptr/weak_ptr.hpp +drwxr-xr-x root/root usr/include/boost/sort/ +-rw-r--r-- root/root usr/include/boost/sort/sort.hpp +drwxr-xr-x root/root usr/include/boost/sort/spreadsort/ +drwxr-xr-x root/root usr/include/boost/sort/spreadsort/detail/ +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/detail/constants.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/detail/float_sort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/detail/integer_sort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/detail/spreadsort_common.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/detail/string_sort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/float_sort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/integer_sort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/spreadsort.hpp +-rw-r--r-- root/root usr/include/boost/sort/spreadsort/string_sort.hpp -rw-r--r-- root/root usr/include/boost/spirit.hpp drwxr-xr-x root/root usr/include/boost/spirit/ drwxr-xr-x root/root usr/include/boost/spirit/home/ @@ -9971,7 +10097,6 @@ drwxr-xr-x root/root usr/include/boost/statechart/detail/ -rw-r--r-- root/root usr/include/boost/statechart/termination.hpp -rw-r--r-- root/root usr/include/boost/statechart/transition.hpp -rw-r--r-- root/root usr/include/boost/static_assert.hpp --rw-r--r-- root/root usr/include/boost/strong_typedef.hpp -rw-r--r-- root/root usr/include/boost/swap.hpp drwxr-xr-x root/root usr/include/boost/system/ -rw-r--r-- root/root usr/include/boost/system/api_config.hpp @@ -10133,14 +10258,26 @@ drwxr-xr-x root/root usr/include/boost/thread/ -rw-r--r-- root/root usr/include/boost/thread/caller_context.hpp -rw-r--r-- root/root usr/include/boost/thread/completion_latch.hpp drwxr-xr-x root/root usr/include/boost/thread/concurrent_queues/ +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/deque_adaptor.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/deque_base.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/deque_views.hpp +drwxr-xr-x root/root usr/include/boost/thread/concurrent_queues/detail/ +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp -rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/queue_adaptor.hpp -rwxr-xr-x root/root usr/include/boost/thread/concurrent_queues/queue_base.hpp -rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/queue_op_status.hpp -rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/queue_views.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/sync_bounded_queue.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/sync_deque.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/sync_priority_queue.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/sync_queue.hpp +-rw-r--r-- root/root usr/include/boost/thread/concurrent_queues/sync_timed_queue.hpp -rw-r--r-- root/root usr/include/boost/thread/condition.hpp -rw-r--r-- root/root usr/include/boost/thread/condition_variable.hpp drwxr-xr-x root/root usr/include/boost/thread/csbl/ -rw-r--r-- root/root usr/include/boost/thread/csbl/deque.hpp +-rw-r--r-- root/root usr/include/boost/thread/csbl/devector.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/functional.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/list.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/memory.hpp @@ -10153,6 +10290,7 @@ drwxr-xr-x root/root usr/include/boost/thread/csbl/memory/ -rw-r--r-- root/root usr/include/boost/thread/csbl/memory/scoped_allocator.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/memory/shared_ptr.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/memory/unique_ptr.hpp +-rw-r--r-- root/root usr/include/boost/thread/csbl/queue.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/tuple.hpp -rw-r--r-- root/root usr/include/boost/thread/csbl/vector.hpp -rw-r--r-- root/root usr/include/boost/thread/cv_status.hpp @@ -10180,24 +10318,49 @@ drwxr-xr-x root/root usr/include/boost/thread/detail/ -rw-r--r-- root/root usr/include/boost/thread/detail/tss_hooks.hpp -rw-r--r-- root/root usr/include/boost/thread/detail/variadic_footer.hpp -rw-r--r-- root/root usr/include/boost/thread/detail/variadic_header.hpp --rw-r--r-- root/root usr/include/boost/thread/detail/work.hpp -rw-r--r-- root/root usr/include/boost/thread/exceptional_ptr.hpp -rw-r--r-- root/root usr/include/boost/thread/exceptions.hpp -rw-r--r-- root/root usr/include/boost/thread/executor.hpp drwxr-xr-x root/root usr/include/boost/thread/executors/ -rw-r--r-- root/root usr/include/boost/thread/executors/basic_thread_pool.hpp +drwxr-xr-x root/root usr/include/boost/thread/executors/detail/ +-rw-r--r-- root/root usr/include/boost/thread/executors/detail/priority_executor_base.hpp +-rw-r--r-- root/root usr/include/boost/thread/executors/detail/scheduled_executor_base.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/executor.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/executor_adaptor.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/generic_executor_ref.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/inline_executor.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/loop_executor.hpp +-rw-r--r-- root/root usr/include/boost/thread/executors/scheduled_thread_pool.hpp +-rw-r--r-- root/root usr/include/boost/thread/executors/scheduler.hpp +-rw-r--r-- root/root usr/include/boost/thread/executors/scheduling_adaptor.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/serial_executor.hpp +-rw-r--r-- root/root usr/include/boost/thread/executors/serial_executor_cont.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/thread_executor.hpp -rw-r--r-- root/root usr/include/boost/thread/executors/work.hpp +drwxr-xr-x root/root usr/include/boost/thread/experimental/ +drwxr-xr-x root/root usr/include/boost/thread/experimental/config/ +-rw-r--r-- root/root usr/include/boost/thread/experimental/config/inline_namespace.hpp +-rw-r--r-- root/root usr/include/boost/thread/experimental/exception_list.hpp +drwxr-xr-x root/root usr/include/boost/thread/experimental/parallel/ +drwxr-xr-x root/root usr/include/boost/thread/experimental/parallel/v1/ +-rw-r--r-- root/root usr/include/boost/thread/experimental/parallel/v1/exception_list.hpp +-rw-r--r-- root/root usr/include/boost/thread/experimental/parallel/v1/inline_namespace.hpp +drwxr-xr-x root/root usr/include/boost/thread/experimental/parallel/v2/ +-rw-r--r-- root/root usr/include/boost/thread/experimental/parallel/v2/inline_namespace.hpp +-rwxr-xr-x root/root usr/include/boost/thread/experimental/parallel/v2/task_region.hpp +-rw-r--r-- root/root usr/include/boost/thread/experimental/task_region.hpp -rw-r--r-- root/root usr/include/boost/thread/externally_locked.hpp -rw-r--r-- root/root usr/include/boost/thread/externally_locked_stream.hpp -rw-r--r-- root/root usr/include/boost/thread/future.hpp --rw-r--r-- root/root usr/include/boost/thread/future_error_code.hpp +drwxr-xr-x root/root usr/include/boost/thread/futures/ +-rw-r--r-- root/root usr/include/boost/thread/futures/future_error.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/future_error_code.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/future_status.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/is_future_type.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/launch.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/wait_for_all.hpp +-rw-r--r-- root/root usr/include/boost/thread/futures/wait_for_any.hpp -rw-r--r-- root/root usr/include/boost/thread/is_locked_by_this_thread.hpp -rw-r--r-- root/root usr/include/boost/thread/latch.hpp -rw-r--r-- root/root usr/include/boost/thread/lock_algorithms.hpp @@ -11126,14 +11289,19 @@ drwxr-xr-x root/root usr/include/boost/variant/detail/ -rw-r--r-- root/root usr/include/boost/variant/detail/bool_trait_undef.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/cast_storage.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/config.hpp +-rw-r--r-- root/root usr/include/boost/variant/detail/element_index.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/enable_recursive.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/enable_recursive_fwd.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/forced_return.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/generic_result_type.hpp +-rw-r--r-- root/root usr/include/boost/variant/detail/has_result_type.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/hash_variant.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/initializer.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/make_variant_list.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/move.hpp +-rw-r--r-- root/root usr/include/boost/variant/detail/multivisitors_cpp11_based.hpp +-rw-r--r-- root/root usr/include/boost/variant/detail/multivisitors_cpp14_based.hpp +-rw-r--r-- root/root usr/include/boost/variant/detail/multivisitors_preprocessor_based.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/over_sequence.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/substitute.hpp -rw-r--r-- root/root usr/include/boost/variant/detail/substitute_fwd.hpp @@ -11351,67 +11519,67 @@ drwxr-xr-x root/root usr/include/boost/xpressive/traits/detail/ -rw-r--r-- root/root usr/include/boost/xpressive/xpressive_static.hpp -rw-r--r-- root/root usr/include/boost/xpressive/xpressive_typeof.hpp drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libboost_atomic.so -> libboost_atomic.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_atomic.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_chrono.so -> libboost_chrono.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_chrono.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_container.so -> libboost_container.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_container.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_context.so -> libboost_context.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_context.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_coroutine.so -> libboost_coroutine.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_coroutine.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_date_time.so -> libboost_date_time.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_date_time.so.1.57.0 +lrwxrwxrwx root/root usr/lib/libboost_atomic.so -> libboost_atomic.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_atomic.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_chrono.so -> libboost_chrono.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_chrono.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_container.so -> libboost_container.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_container.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_context.so -> libboost_context.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_context.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_coroutine.so -> libboost_coroutine.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_coroutine.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_date_time.so -> libboost_date_time.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_date_time.so.1.58.0 -rw-r--r-- root/root usr/lib/libboost_exception.a -lrwxrwxrwx root/root usr/lib/libboost_filesystem.so -> libboost_filesystem.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_filesystem.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_graph.so -> libboost_graph.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_graph.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_iostreams.so -> libboost_iostreams.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_iostreams.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_locale.so -> libboost_locale.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_locale.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_log.so -> libboost_log.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_log.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_log_setup.so -> libboost_log_setup.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_log_setup.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_c99.so -> libboost_math_c99.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_c99.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_c99f.so -> libboost_math_c99f.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_c99f.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_c99l.so -> libboost_math_c99l.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_c99l.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_tr1.so -> libboost_math_tr1.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_tr1.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_tr1f.so -> libboost_math_tr1f.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_tr1f.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_math_tr1l.so -> libboost_math_tr1l.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_math_tr1l.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_prg_exec_monitor.so -> libboost_prg_exec_monitor.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_prg_exec_monitor.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_program_options.so -> libboost_program_options.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_program_options.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_python.so -> libboost_python.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_python.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_random.so -> libboost_random.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_random.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_regex.so -> libboost_regex.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_regex.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_serialization.so -> libboost_serialization.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_serialization.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_signals.so -> libboost_signals.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_signals.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_system.so -> libboost_system.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_system.so.1.57.0 +lrwxrwxrwx root/root usr/lib/libboost_filesystem.so -> libboost_filesystem.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_filesystem.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_graph.so -> libboost_graph.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_graph.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_iostreams.so -> libboost_iostreams.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_iostreams.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_locale.so -> libboost_locale.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_locale.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_log.so -> libboost_log.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_log.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_log_setup.so -> libboost_log_setup.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_log_setup.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_c99.so -> libboost_math_c99.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_c99.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_c99f.so -> libboost_math_c99f.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_c99f.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_c99l.so -> libboost_math_c99l.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_c99l.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_tr1.so -> libboost_math_tr1.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_tr1.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_tr1f.so -> libboost_math_tr1f.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_tr1f.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_math_tr1l.so -> libboost_math_tr1l.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_math_tr1l.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_prg_exec_monitor.so -> libboost_prg_exec_monitor.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_prg_exec_monitor.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_program_options.so -> libboost_program_options.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_program_options.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_python.so -> libboost_python.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_python.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_random.so -> libboost_random.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_random.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_regex.so -> libboost_regex.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_regex.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_serialization.so -> libboost_serialization.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_serialization.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_signals.so -> libboost_signals.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_signals.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_system.so -> libboost_system.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_system.so.1.58.0 -rw-r--r-- root/root usr/lib/libboost_test_exec_monitor.a -lrwxrwxrwx root/root usr/lib/libboost_thread.so -> libboost_thread.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_thread.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_timer.so -> libboost_timer.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_timer.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_unit_test_framework.so -> libboost_unit_test_framework.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_unit_test_framework.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_wave.so -> libboost_wave.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_wave.so.1.57.0 -lrwxrwxrwx root/root usr/lib/libboost_wserialization.so -> libboost_wserialization.so.1.57.0 --rwxr-xr-x root/root usr/lib/libboost_wserialization.so.1.57.0 +lrwxrwxrwx root/root usr/lib/libboost_thread.so -> libboost_thread.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_thread.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_timer.so -> libboost_timer.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_timer.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_unit_test_framework.so -> libboost_unit_test_framework.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_unit_test_framework.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_wave.so -> libboost_wave.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_wave.so.1.58.0 +lrwxrwxrwx root/root usr/lib/libboost_wserialization.so -> libboost_wserialization.so.1.58.0 +-rwxr-xr-x root/root usr/lib/libboost_wserialization.so.1.58.0 diff --git a/boost/.md5sum b/boost/.md5sum index e7d6ac1..fab7022 100644 --- a/boost/.md5sum +++ b/boost/.md5sum @@ -1 +1 @@ -1be49befbdd9a5ce9def2983ba3e7b76 boost_1_57_0.tar.bz2 +b8839650e61e9c1c0a89f371dd475546 boost_1_58_0.tar.bz2 diff --git a/boost/Pkgfile b/boost/Pkgfile index d2f92de..8609af4 100644 --- a/boost/Pkgfile +++ b/boost/Pkgfile @@ -5,7 +5,7 @@ # Depends on: icu python name=boost -version=1.57.0 +version=1.58.0 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/${name}_${version//./_}.tar.bz2) From crux at crux.nu Thu Apr 23 11:05:09 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 13:05:09 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): mkvtoolnix: patch for boost 1.58 fix for last commit Message-ID: <20150423110509.A8DF3E9912@crux.nu> commit 1abdc7c1f9fae9ac59f13961cde3fcee1be7ce44 Author: Danny Rawlins Date: Thu Apr 23 21:04:59 2015 +1000 mkvtoolnix: patch for boost 1.58 fix for last commit diff --git a/mkvtoolnix/.md5sum b/mkvtoolnix/.md5sum index 877b3f9..14bb84f 100644 --- a/mkvtoolnix/.md5sum +++ b/mkvtoolnix/.md5sum @@ -1,2 +1,2 @@ -ba7ad1b6a0573e70351f879576df56ea boost-1.58.patch +db72bf028eeedd3029129e9c3a15a028 boost-1.58.patch 91fd8f34c25b8d3980c3e39b3cb6ae6c mkvtoolnix-7.8.0.tar.xz diff --git a/mkvtoolnix/boost-1.58.patch b/mkvtoolnix/boost-1.58.patch index b596ceb..b42c04a 100644 --- a/mkvtoolnix/boost-1.58.patch +++ b/mkvtoolnix/boost-1.58.patch @@ -1,26 +1,20 @@ -diff --git a/testing/mkvtoolnix/boost-1.58.patch b/testing/mkvtoolnix/boost-1.58.patch -new file mode 100644 -index 0000000..b42c04a ---- /dev/null -+++ b/testing/mkvtoolnix/boost-1.58.patch -@@ -0,0 +1,20 @@ -+--- ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp.orig -++++ ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp -+@@ -171,14 +171,13 @@ -+ // How many char objects can I process to get <= max_limit -+ // wchar_t objects? -+ int utf8_codecvt_facet::do_length( -+- BOOST_CODECVT_DO_LENGTH_CONST std::mbstate_t &, -++ const std::mbstate_t &, -+ const char * from, -+ const char * from_end, -+ std::size_t max_limit -++) const -+ #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600)) -+-) const throw() -+-#else -+-) const -++ throw() -+ #endif -+ { -+ // RG - this code is confusing! I need a better way to express it. +--- ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp.orig ++++ ./lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp +@@ -171,14 +171,13 @@ + // How many char objects can I process to get <= max_limit + // wchar_t objects? + int utf8_codecvt_facet::do_length( +- BOOST_CODECVT_DO_LENGTH_CONST std::mbstate_t &, ++ const std::mbstate_t &, + const char * from, + const char * from_end, + std::size_t max_limit ++) const + #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600)) +-) const throw() +-#else +-) const ++ throw() + #endif + { + // RG - this code is confusing! I need a better way to express it. From crux at crux.nu Thu Apr 23 11:58:58 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 13:58:58 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): cppunit: Fixed build in systems without bash as /bin/sh Message-ID: <20150423115858.8061AE9912@crux.nu> commit 17b9ec96a9af4acd8e44726e3ac4e016b66213ba Author: Alan Mizrahi Date: Thu Apr 23 20:57:10 2015 +0900 cppunit: Fixed build in systems without bash as /bin/sh diff --git a/cppunit/Pkgfile b/cppunit/Pkgfile index 6ebc757..1f22568 100644 --- a/cppunit/Pkgfile +++ b/cppunit/Pkgfile @@ -10,6 +10,7 @@ source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version + CONFIG_SHELL=/bin/bash \ ./configure \ --prefix=/usr \ --mandir=/usr/man \ From crux at crux.nu Thu Apr 23 16:40:44 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 18:40:44 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): nss: updated to 3.18.1 Message-ID: <20150423164044.1AD17E9912@crux.nu> commit 4f8ed31ebdc778d0a7b7e505e13ea5a8ac0f6e92 Author: Fredrik Rinnestam Date: Wed Apr 22 00:14:37 2015 +0200 nss: updated to 3.18.1 diff --git a/nss/.md5sum b/nss/.md5sum index a4dd9dd..2ddc046 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,3 +1,3 @@ -17551e94e260967abe8918cf7ccdf863 nss-3.18.tar.gz +f2565ffe041181ef8ff61c71088b4fa0 nss-3.18.1.tar.gz 17226659298a9d9bb3f323186d220f6f nss-config.in a796e6ab6c87573ffb649ce8769bc07a nss.pc.in diff --git a/nss/Pkgfile b/nss/Pkgfile index 6415c6a..976d386 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -4,9 +4,9 @@ # Depends on: nspr sqlite3 name=nss -version=3.18 +version=3.18.1 release=1 -source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_RTM/src/$name-$version.tar.gz \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_1_RTM/src/$name-$version.tar.gz \ nss-config.in nss.pc.in) build() { From crux at crux.nu Thu Apr 23 16:40:44 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 18:40:44 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): libmng: use xz tarball instead Message-ID: <20150423164044.302CBE9913@crux.nu> commit 5eac4fefd96ba1bc2c1d4aad91f993b7f787a6cc Author: Fredrik Rinnestam Date: Wed Apr 22 00:10:25 2015 +0200 libmng: use xz tarball instead diff --git a/libmng/.md5sum b/libmng/.md5sum index b1cefb9..2148a09 100644 --- a/libmng/.md5sum +++ b/libmng/.md5sum @@ -1 +1 @@ -7e9a12ba2a99dff7e736902ea07383d4 libmng-2.0.3.tar.gz +e9e899adb1b681b17f14d91e261878c5 libmng-2.0.3.tar.xz diff --git a/libmng/Pkgfile b/libmng/Pkgfile index 374aefe..f41ea94 100644 --- a/libmng/Pkgfile +++ b/libmng/Pkgfile @@ -6,7 +6,7 @@ name=libmng version=2.0.3 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz) build() { cd $name-$version From crux at crux.nu Thu Apr 23 16:40:44 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Apr 2015 18:40:44 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): libmng: updated to 2.0.3 Message-ID: <20150423164044.37AD2E9914@crux.nu> commit 9d8cbb7ca1a9110f8c3bf2a9212c1c2a24aacf9e Author: Fredrik Rinnestam Date: Wed Apr 22 00:08:49 2015 +0200 libmng: updated to 2.0.3 diff --git a/libmng/.md5sum b/libmng/.md5sum index 54c20bb..b1cefb9 100644 --- a/libmng/.md5sum +++ b/libmng/.md5sum @@ -1 +1 @@ -1ffefaed4aac98475ee6267422cbca55 libmng-2.0.2.tar.gz +7e9a12ba2a99dff7e736902ea07383d4 libmng-2.0.3.tar.gz diff --git a/libmng/Pkgfile b/libmng/Pkgfile index 9cb5a88..374aefe 100644 --- a/libmng/Pkgfile +++ b/libmng/Pkgfile @@ -4,7 +4,7 @@ # Depends on: zlib, libjpeg-turbo, lcms2 name=libmng -version=2.0.2 +version=2.0.3 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) From crux at crux.nu Fri Apr 24 08:38:54 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Apr 2015 10:38:54 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): aspell-en: update to 2015.04.24 Message-ID: <20150424083854.E6096E9912@crux.nu> commit b21191e6dbf9834dcc8bade4d94fe7838b65f14b Author: Juergen Daubert Date: Fri Apr 24 10:36:00 2015 +0200 aspell-en: update to 2015.04.24 diff --git a/aspell-en/.md5sum b/aspell-en/.md5sum index db55909..d007250 100644 --- a/aspell-en/.md5sum +++ b/aspell-en/.md5sum @@ -1 +1 @@ -381b55800fed7f56846368f776e8681b aspell6-en-2015.02.15-0.tar.bz2 +52aba8cc2b754eb6cd2d40968edd604e aspell6-en-2015.04.24-0.tar.bz2 diff --git a/aspell-en/Pkgfile b/aspell-en/Pkgfile index 51d0282..6b4434c 100644 --- a/aspell-en/Pkgfile +++ b/aspell-en/Pkgfile @@ -4,7 +4,7 @@ # Depends on: aspell name=aspell-en -version=2015.02.15-0 +version=2015.04.24-0 release=1 source=(http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2) From crux at crux.nu Fri Apr 24 08:38:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Apr 2015 10:38:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): tcpdump: update to 4.7.4 Message-ID: <20150424083855.0CFF0E9913@crux.nu> commit 2bae5b5d32d906a17b90cdad892566c6c6bf4112 Author: Juergen Daubert Date: Fri Apr 24 10:35:28 2015 +0200 tcpdump: update to 4.7.4 diff --git a/tcpdump/.md5sum b/tcpdump/.md5sum index b4041b7..54805ea 100644 --- a/tcpdump/.md5sum +++ b/tcpdump/.md5sum @@ -1 +1 @@ -334a4761594b29f80793c1303f0f4acc tcpdump-4.7.3.tar.gz +58af728de36f499341918fc4b8e827c3 tcpdump-4.7.4.tar.gz diff --git a/tcpdump/Pkgfile b/tcpdump/Pkgfile index 74d5e80..0e533fb 100644 --- a/tcpdump/Pkgfile +++ b/tcpdump/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcap, openssl name=tcpdump -version=4.7.3 +version=4.7.4 release=1 source=(http://www.tcpdump.org/release/$name-$version.tar.gz) From crux at crux.nu Fri Apr 24 08:38:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Apr 2015 10:38:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): libpcap: update to 1.7.3 Message-ID: <20150424083855.27695E9914@crux.nu> commit 7e65655f49323a72e6a0aab26a8485fcfb679344 Author: Juergen Daubert Date: Fri Apr 24 10:35:09 2015 +0200 libpcap: update to 1.7.3 diff --git a/libpcap/.footprint b/libpcap/.footprint index c37c431..903107e 100644 --- a/libpcap/.footprint +++ b/libpcap/.footprint @@ -18,8 +18,8 @@ drwxr-xr-x root/root usr/include/pcap/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpcap.a lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.1 -lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.7.2 --rwxr-xr-x root/root usr/lib/libpcap.so.1.7.2 +lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.7.3 +-rwxr-xr-x root/root usr/lib/libpcap.so.1.7.3 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pcap-config.1.gz diff --git a/libpcap/.md5sum b/libpcap/.md5sum index de962f0..2b3b6c7 100644 --- a/libpcap/.md5sum +++ b/libpcap/.md5sum @@ -1 +1 @@ -4747281d4e3ebdb78bc88cdccd3ca5f7 libpcap-1.7.2.tar.gz +9ce284eacc02cb5491e123b875f3f63c libpcap-1.7.3.tar.gz diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile index b0fe856..61b7164 100644 --- a/libpcap/Pkgfile +++ b/libpcap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev libusb name=libpcap -version=1.7.2 +version=1.7.3 release=1 source=(http://www.tcpdump.org/release/$name-$version.tar.gz) From crux at crux.nu Fri Apr 24 08:38:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Apr 2015 10:38:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): sc: update to debian patchlevel 4 Message-ID: <20150424083855.3418FE9915@crux.nu> commit f30ec4156d987e0f3f1016433ff4fbe5f5a6ffea Author: Juergen Daubert Date: Fri Apr 24 10:34:47 2015 +0200 sc: update to debian patchlevel 4 diff --git a/sc/.md5sum b/sc/.md5sum index de3d8ea..d97197b 100644 --- a/sc/.md5sum +++ b/sc/.md5sum @@ -1,2 +1,2 @@ -1db636e9b2dc7cd73c40aeece6852d47 sc-7.16.tar.gz -174065ad15f2e4450398cc438a9d488f sc_7.16-3.debian.tar.gz +314a31d131142980ab65237eb30acf3a sc_7.16-4.debian.tar.xz +5463eae8cbd1a156d2d9abd57a84441c sc_7.16.orig.tar.gz diff --git a/sc/Pkgfile b/sc/Pkgfile index 32930b6..22a282c 100644 --- a/sc/Pkgfile +++ b/sc/Pkgfile @@ -5,18 +5,26 @@ name=sc version=7.16 -release=4 -source=(http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/$name-$version.tar.gz \ - http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16-3.debian.tar.gz) +release=5 +source=(http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16.orig.tar.gz \ + http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16-4.debian.tar.xz) build () { cd $name-$version - patch -p1 -i $SRC/debian/patches/debian-changes-7.16-3 + + local p + for p in $(< $SRC/debian/patches/series); do + patch -p1 -i $SRC/debian/patches/$p + done + sed -e "/^CFLAGS=/s/-O2 -pipe/$CFLAGS/" \ -e "/^LIBDIR=/s|doc/||" \ -e "/^LIB=/s/ncurses/ncursesw/" -i Makefile + install -d $PKG/usr/{bin,man/man1,share/sc} + make make prefix=$PKG/usr install + sed -i "s|$PKG||g" $PKG/usr/man/man1/sc.1 } From crux at crux.nu Sat Apr 25 05:15:12 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 07:15:12 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): wine: 1.7.40 -> 1.7.41 Message-ID: <20150425051512.6B478E9914@crux.nu> commit e9c36ed0122b414ef447474bef119fdfc6edb31e Author: Danny Rawlins Date: Sat Apr 25 15:15:02 2015 +1000 wine: 1.7.40 -> 1.7.41 diff --git a/wine/.md5sum b/wine/.md5sum index bbddd07..ede9203 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1,4 +1,4 @@ -7c1dc804be000d73bc8c2afa623aa9e5 wine-1.7.40.tar.bz2 +c6bc2faa48eab6d7c7fc4a47976e9021 wine-1.7.41.tar.bz2 6cec03fb81eb083c517c9bb2d70a1424 wine-mono-4.5.6.msi 490668a7f1cb42ceba56208bfe51334f wine_gecko-2.36-x86.msi 7f0826b2592d35129c54bcbf612eea63 wine_gecko-2.36-x86_64.msi diff --git a/wine/Pkgfile b/wine/Pkgfile index 137b949..2a8b344 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-turbo-32 prelink gnutls-32 name=wine -version=1.7.40 +version=1.7.41 release=1 source=(http://downloads.sourceforge.net/wine/$name-$version.tar.bz2 http://downloads.sourceforge.net/wine/wine_gecko-2.36-x86.msi From crux at crux.nu Sat Apr 25 13:39:07 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 15:39:07 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): msmtp: update to 1.6.2 Message-ID: <20150425133907.1C7B1E990D@crux.nu> commit c2fc7139de4ba5fededbdb133c9c0d3586836d4e Author: Juergen Daubert Date: Sat Apr 25 15:38:56 2015 +0200 msmtp: update to 1.6.2 diff --git a/msmtp/.md5sum b/msmtp/.md5sum index 4b63e9f..9be282b 100644 --- a/msmtp/.md5sum +++ b/msmtp/.md5sum @@ -1 +1 @@ -6ebba4809bbc665b8a665a018d1a5ee1 msmtp-1.6.1.tar.xz +3baca93c7e5f1aa9d36a2e5b38739ab9 msmtp-1.6.2.tar.xz diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile index fe7f844..1047563 100644 --- a/msmtp/Pkgfile +++ b/msmtp/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=msmtp -version=1.6.1 +version=1.6.2 release=1 source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.xz) From crux at crux.nu Sat Apr 25 13:39:18 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 15:39:18 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): mesa3d: update to 10.5.4 Message-ID: <20150425133918.7693AE9914@crux.nu> commit 65922387f5996f73a4f152fe5467983e498974c2 Author: Juergen Daubert Date: Sat Apr 25 15:28:56 2015 +0200 mesa3d: update to 10.5.4 diff --git a/mesa3d/.md5sum b/mesa3d/.md5sum index a15c986..9ff766f 100644 --- a/mesa3d/.md5sum +++ b/mesa3d/.md5sum @@ -1 +1 @@ -72aaa2604b38135a3a37c37cd967284d mesa-10.5.3.tar.xz +26644437b6447fb3dbae50714a019797 mesa-10.5.4.tar.xz diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index a9f7ab5..f52ba9d 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -4,7 +4,7 @@ # Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto name=mesa3d -version=10.5.3 +version=10.5.4 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) From crux at crux.nu Sat Apr 25 13:39:18 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 15:39:18 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-xf86-input-void: removed Message-ID: <20150425133918.984ACE9915@crux.nu> commit 58df9e6631342f9e1724525c452acd9cd2abd18b Author: Juergen Daubert Date: Sat Apr 25 15:21:26 2015 +0200 xorg-xf86-input-void: removed see http://lists.x.org/archives/xorg-announce/2015-April/002585.html diff --git a/xorg-xf86-input-void/.footprint b/xorg-xf86-input-void/.footprint deleted file mode 100644 index dbfe8c5..0000000 --- a/xorg-xf86-input-void/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/void_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/void_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/void.4.gz diff --git a/xorg-xf86-input-void/.md5sum b/xorg-xf86-input-void/.md5sum deleted file mode 100644 index 175d753..0000000 --- a/xorg-xf86-input-void/.md5sum +++ /dev/null @@ -1 +0,0 @@ -93821f21e807260b05431c62437a8b32 xf86-input-void-1.4.0.tar.bz2 diff --git a/xorg-xf86-input-void/Pkgfile b/xorg-xf86-input-void/Pkgfile deleted file mode 100644 index 54b1400..0000000 --- a/xorg-xf86-input-void/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg driver xf86-input-void -# URL: http://xorg.freedesktop.org -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-void -version=1.4.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-$version.tar.bz2) - -build() { - cd xf86-input-void-$version - - ./configure --prefix=/usr --mandir=/usr/man - - make - make DESTDIR=$PKG install -} From crux at crux.nu Sat Apr 25 13:40:21 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 15:40:21 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): tzdata: update to 2015d Message-ID: <20150425134021.9E308E990D@crux.nu> commit 08b345f57519a127768d8a4b3a5c64b14ac13279 Author: Juergen Daubert Date: Sat Apr 25 15:40:15 2015 +0200 tzdata: update to 2015d diff --git a/tzdata/.md5sum b/tzdata/.md5sum index 01c0960..b7436e1 100644 --- a/tzdata/.md5sum +++ b/tzdata/.md5sum @@ -1,3 +1,3 @@ f0853a46b3f2da621c293094614cda35 tzcode-makefile.patch -182c85e99be2bcc6b77d9956c8c0dcce tzcode2015c.tar.gz -4b4a3e344786198c46909e5afde08788 tzdata2015c.tar.gz +4008a3abc025a398697b2587c48258b9 tzcode2015d.tar.gz +b595bdc4474b8fc1a15cffc67c66025b tzdata2015d.tar.gz diff --git a/tzdata/Pkgfile b/tzdata/Pkgfile index 72326c8..026c03a 100644 --- a/tzdata/Pkgfile +++ b/tzdata/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=tzdata -version=2015c +version=2015d release=1 source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz From crux at crux.nu Sat Apr 25 18:11:26 2015 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Apr 2015 20:11:26 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): mpv: 0.8.3 -> 0.9.0 Message-ID: <20150425181126.C5B8DE990D@crux.nu> commit b566031259fb66129f7695b53808add237e2d193 Author: Maximilian Dietrich Date: Sat Apr 25 20:11:14 2015 +0200 mpv: 0.8.3 -> 0.9.0 diff --git a/mpv/.md5sum b/mpv/.md5sum index 7e82c59..aa71df0 100644 --- a/mpv/.md5sum +++ b/mpv/.md5sum @@ -1 +1 @@ -a34ff41da1d5393ac8d6f9fbb743d3bd v0.8.3.tar.gz +df3cbee9dce0f97a5a3f901af9c64c2e v0.9.0.tar.gz diff --git a/mpv/Pkgfile b/mpv/Pkgfile index c588ee7..5e1c2e6 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -5,8 +5,8 @@ # Nice to have: libquvi libdvdread libdvdnav name=mpv -version=0.8.3 -release=4 +version=0.9.0 +release=1 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz) build () { @@ -16,10 +16,6 @@ build () { ./waf configure \ --prefix=/usr \ --mandir=/usr/man \ - --disable-joystick \ - --disable-direct3d \ - --disable-cocoa \ - --disable-coreaudio ./waf build ./waf install --destdir=$PKG From crux at crux.nu Sun Apr 26 17:29:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Sun, 26 Apr 2015 19:29:06 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): pmwiki: update to 2.2.75 Message-ID: <20150426172906.C4588E9914@crux.nu> commit 2f1be3f689c661624dd1e3c17dd6624702994244 Author: Juergen Daubert Date: Sun Apr 26 19:28:54 2015 +0200 pmwiki: update to 2.2.75 diff --git a/pmwiki/.footprint b/pmwiki/.footprint index e3a10ce..592c8a5 100644 --- a/pmwiki/.footprint +++ b/pmwiki/.footprint @@ -102,6 +102,7 @@ drwxr-xr-x root/root var/www/pmwiki/wikilib.d/ -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.BackupAndRestore -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.BasicEditing -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.BasicVariables +-rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.BlockMarkup -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.Blocklist -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.Categories -rw-r--r-- root/root var/www/pmwiki/wikilib.d/PmWiki.ChangeLog diff --git a/pmwiki/.md5sum b/pmwiki/.md5sum index 31a09cc..4283fac 100644 --- a/pmwiki/.md5sum +++ b/pmwiki/.md5sum @@ -1 +1 @@ -9a41c99f312317879dd074f1937873d0 pmwiki-2.2.74.tgz +a668959433bd0e4eff2ef76d40eb7545 pmwiki-2.2.75.tgz diff --git a/pmwiki/Pkgfile b/pmwiki/Pkgfile index 36fde1c..7e335da 100644 --- a/pmwiki/Pkgfile +++ b/pmwiki/Pkgfile @@ -4,7 +4,7 @@ # Depends on: php-fpm name=pmwiki -version=2.2.74 +version=2.2.75 release=1 source=(http://www.pmwiki.org/pub/$name/$name-$version.tgz) From crux at crux.nu Sun Apr 26 21:58:31 2015 From: crux at crux.nu (crux at crux.nu) Date: Sun, 26 Apr 2015 23:58:31 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): micropython (NEW): Python3 for microcontrollers, unix version. Message-ID: <20150426215831.5C1C4E9914@crux.nu> commit 9816ee6df16587831d1c09327f5197d414b85b1d Author: James Mills Date: Mon Apr 27 07:59:13 2015 +1000 micropython (NEW): Python3 for microcontrollers, unix version. diff --git a/micropython/.footprint b/micropython/.footprint new file mode 100644 index 0000000..43a6ee6 --- /dev/null +++ b/micropython/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/micropython diff --git a/micropython/.md5sum b/micropython/.md5sum new file mode 100644 index 0000000..d2b3fb5 --- /dev/null +++ b/micropython/.md5sum @@ -0,0 +1 @@ +bc84f9f2ae2ef782b490a6afc3a2a666 micropython-1.4.2.tar.gz diff --git a/micropython/Pkgfile b/micropython/Pkgfile new file mode 100644 index 0000000..8a653aa --- /dev/null +++ b/micropython/Pkgfile @@ -0,0 +1,18 @@ +# Description: Python3 for microcontrollers, unix version +# URL: http://micropython.org/ +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# +# Depends on: readline libffi + +name=micropython +version=1.4.2 +release=1 +source=(http://shortcircuit.net.au/~prologic/distfiles/$name-$version.tar.gz) + +build() { + cd $name-$version/unix + + make + + install -Dm755 micropython "$PKG/usr/bin/micropython" +} From crux at crux.nu Sun Apr 26 22:30:28 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 00:30:28 +0200 (CEST) Subject: [crux-commits] ports/contrib (3.1): micropython: Added pip-micropython from tools Message-ID: <20150426223028.B8266E9914@crux.nu> commit 55852e6e30bd8ad9583bb377a1b72dbc4a87f529 Author: James Mills Date: Mon Apr 27 08:31:10 2015 +1000 micropython: Added pip-micropython from tools diff --git a/micropython/.footprint b/micropython/.footprint index 43a6ee6..c894908 100644 --- a/micropython/.footprint +++ b/micropython/.footprint @@ -1,3 +1,4 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/micropython +-rwxr-xr-x root/root usr/bin/pip-micropython diff --git a/micropython/Pkgfile b/micropython/Pkgfile index 8a653aa..1bdde92 100644 --- a/micropython/Pkgfile +++ b/micropython/Pkgfile @@ -6,7 +6,7 @@ name=micropython version=1.4.2 -release=1 +release=2 source=(http://shortcircuit.net.au/~prologic/distfiles/$name-$version.tar.gz) build() { @@ -14,5 +14,6 @@ build() { make - install -Dm755 micropython "$PKG/usr/bin/micropython" + install -D -m 755 micropython $PKG/usr/bin/micropython + install -D -m 755 ../tools/pip-micropython $PKG/usr/bin/pip-micropython } From crux at crux.nu Mon Apr 27 13:40:47 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 15:40:47 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxxf86vm: clean up depends on Message-ID: <20150427134047.42D41E9916@crux.nu> commit 3afb6b2617844da1ac0d1e535ad8c8ff11451d79 Author: Danny Rawlins Date: Mon Apr 27 23:40:35 2015 +1000 xorg-libxxf86vm: clean up depends on diff --git a/xorg-libxxf86vm/Pkgfile b/xorg-libxxf86vm/Pkgfile index 06cd0db..d744836 100644 --- a/xorg-libxxf86vm/Pkgfile +++ b/xorg-libxxf86vm/Pkgfile @@ -1,7 +1,7 @@ # Description: X11 XFree86 video mode extension library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86vidmodeproto +# Depends on: xorg-libxext xorg-xf86vidmodeproto name=xorg-libxxf86vm version=1.1.4 From crux at crux.nu Mon Apr 27 13:40:47 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 15:40:47 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxext: clean up depends on Message-ID: <20150427134047.5896CE9917@crux.nu> commit 83b42714e3a0b184c4a048a9ed57f1114d5689c2 Author: Danny Rawlins Date: Mon Apr 27 23:38:48 2015 +1000 xorg-libxext: clean up depends on diff --git a/xorg-libxext/Pkgfile b/xorg-libxext/Pkgfile index efdae49..bf96587 100644 --- a/xorg-libxext/Pkgfile +++ b/xorg-libxext/Pkgfile @@ -1,7 +1,7 @@ # Description: Common X extensions client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxau +# Depends on: xorg-libx11 name=xorg-libxext version=1.3.3 From crux at crux.nu Mon Apr 27 14:26:54 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 16:26:54 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxdamage: clean up depends on Message-ID: <20150427142654.B5358E9916@crux.nu> commit d95a3ad6980f0f5bdccf34f4f81b179b1a34a4ed Author: Danny Rawlins Date: Tue Apr 28 00:26:46 2015 +1000 xorg-libxdamage: clean up depends on diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile index 4b22682..04a2413 100644 --- a/xorg-libxdamage/Pkgfile +++ b/xorg-libxdamage/Pkgfile @@ -1,7 +1,7 @@ # Description: X Damage extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes, xorg-xextproto, xorg-damageproto +# Depends on: xorg-damageproto xorg-libxfixes name=xorg-libxdamage version=1.1.4 From crux at crux.nu Mon Apr 27 14:26:54 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 16:26:54 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxfixes: clean up depends on Message-ID: <20150427142654.CF0BCE9917@crux.nu> commit 44bfc475d1ab6843d0ccf017f9b61d330258c34d Author: Danny Rawlins Date: Tue Apr 28 00:26:23 2015 +1000 xorg-libxfixes: clean up depends on diff --git a/xorg-libxfixes/Pkgfile b/xorg-libxfixes/Pkgfile index cd3d422..560f598 100644 --- a/xorg-libxfixes/Pkgfile +++ b/xorg-libxfixes/Pkgfile @@ -1,7 +1,7 @@ # Description: X Fixes extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto +# Depends on: xorg-fixesproto xorg-libx11 name=xorg-libxfixes version=5.0.1 From crux at crux.nu Mon Apr 27 14:26:54 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 16:26:54 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxv: clean up depends on Message-ID: <20150427142654.DD509E9918@crux.nu> commit e2180dbcd1e54f9fb2d8a7729c1cd560c65ee3b0 Author: Danny Rawlins Date: Tue Apr 28 00:26:00 2015 +1000 xorg-libxv: clean up depends on diff --git a/xorg-libxv/Pkgfile b/xorg-libxv/Pkgfile index 3ab70d3..6ffa911 100644 --- a/xorg-libxv/Pkgfile +++ b/xorg-libxv/Pkgfile @@ -1,7 +1,7 @@ # Description: X Video extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-libx11, xorg-libxext, xorg-videoproto +# Depends on: xorg-libxext xorg-videoproto name=xorg-libxv version=1.0.10 From crux at crux.nu Mon Apr 27 14:26:54 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 16:26:54 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): xorg-libxvmc: clean up depends on Message-ID: <20150427142654.E3C0EE9919@crux.nu> commit 54156dbc99f9060cd3ae54e9a14d07037ec9bcb7 Author: Danny Rawlins Date: Tue Apr 28 00:25:41 2015 +1000 xorg-libxvmc: clean up depends on diff --git a/xorg-libxvmc/Pkgfile b/xorg-libxvmc/Pkgfile index c44bf8d..dd43d41 100644 --- a/xorg-libxvmc/Pkgfile +++ b/xorg-libxvmc/Pkgfile @@ -1,7 +1,7 @@ # Description: X Video Motion Compensation extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-libx11, xorg-libxext, xorg-libxv +# Depends on: xorg-libxv name=xorg-libxvmc version=1.0.9 From crux at crux.nu Mon Apr 27 14:28:50 2015 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Apr 2015 16:28:50 +0200 (CEST) Subject: [crux-commits] ports/xorg (3.1): [notify] mesa3d: cleaned up dependencies Message-ID: <20150427142850.AD128E9916@crux.nu> commit 2f74631a06045a871a99acf8e18ac15dae8ca653 Author: Danny Rawlins Date: Tue Apr 28 00:28:43 2015 +1000 [notify] mesa3d: cleaned up dependencies diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index f52ba9d..2615e31 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -1,7 +1,7 @@ # Description: Mesa 3D Graphics Library # URL: http://www.mesa3d.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto +# Depends on: elfutils expat libdrm libvdpau llvm xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-presentproto name=mesa3d version=10.5.4 From crux at crux.nu Tue Apr 28 09:44:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:03 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): mesa3d-32: 10.5.3 -> 10.5.4 Message-ID: <20150428094403.CFD28E9912@crux.nu> commit 8e929e67e2a67ff9b12b473d53d1327607db9def Author: Danny Rawlins Date: Tue Apr 28 19:43:53 2015 +1000 mesa3d-32: 10.5.3 -> 10.5.4 diff --git a/mesa3d-32/.md5sum b/mesa3d-32/.md5sum index a15c986..9ff766f 100644 --- a/mesa3d-32/.md5sum +++ b/mesa3d-32/.md5sum @@ -1 +1 @@ -72aaa2604b38135a3a37c37cd967284d mesa-10.5.3.tar.xz +26644437b6447fb3dbae50714a019797 mesa-10.5.4.tar.xz diff --git a/mesa3d-32/Pkgfile b/mesa3d-32/Pkgfile index d5f4402..9a7842f 100644 --- a/mesa3d-32/Pkgfile +++ b/mesa3d-32/Pkgfile @@ -1,10 +1,10 @@ # Description: Mesa 3D Graphics Library # URL: http://www.mesa3d.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: elfutils-32 eudev-32 expat-32 libdrm-32 libvdpau-32 libxml2-python-32 llvm-32 mesa3d talloc-32 xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxt-32 xorg-libxvmc-32 xorg-libxxf86vm-32 xorg-presentproto-32 +# Depends on: elfutils-32 eudev-32 expat-32 libdrm-32 libvdpau-32 llvm-32 mesa3d xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxvmc-32 xorg-presentproto-32 name=mesa3d-32 -version=10.5.3 +version=10.5.4 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) From crux at crux.nu Tue Apr 28 09:44:03 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:03 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxdamage-32: clean up depends on Message-ID: <20150428094403.E2620E9915@crux.nu> commit 5c1256028c4df1ff7244ef68f33ad2e58118d76c Author: Danny Rawlins Date: Tue Apr 28 19:42:49 2015 +1000 xorg-libxdamage-32: clean up depends on diff --git a/xorg-libxdamage-32/Pkgfile b/xorg-libxdamage-32/Pkgfile index f8c15d9..c3b46aa 100644 --- a/xorg-libxdamage-32/Pkgfile +++ b/xorg-libxdamage-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X Damage extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-libx11-32 xorg-fixesproto-32 xorg-libxfixes-32 xorg-xextproto-32 xorg-damageproto-32 xorg-libxdamage +# Depends on: xorg-damageproto-32 xorg-libxfixes-32 name=xorg-libxdamage-32 version=1.1.4 From crux at crux.nu Tue Apr 28 09:44:04 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:04 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxext-32: clean up depends on Message-ID: <20150428094404.0B9E6E9916@crux.nu> commit 47391d6e520e9ee18527ed4aa2af6511c0a19881 Author: Danny Rawlins Date: Tue Apr 28 19:42:33 2015 +1000 xorg-libxext-32: clean up depends on diff --git a/xorg-libxext-32/Pkgfile b/xorg-libxext-32/Pkgfile index 1be3e49..61a7ae4 100644 --- a/xorg-libxext-32/Pkgfile +++ b/xorg-libxext-32/Pkgfile @@ -1,7 +1,7 @@ # Description: Common X extensions client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-xproto-32 xorg-libx11-32 xorg-xextproto-32 xorg-libxau-32 xorg-libxext +# Depends on: xorg-libx11-32 name=xorg-libxext-32 version=1.3.3 From crux at crux.nu Tue Apr 28 09:44:04 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:04 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxfixes-32: clean up depends on Message-ID: <20150428094404.1290FE9918@crux.nu> commit 681da14ecc28d0d8466ab8273482622877db2416 Author: Danny Rawlins Date: Tue Apr 28 19:41:08 2015 +1000 xorg-libxfixes-32: clean up depends on diff --git a/xorg-libxfixes-32/Pkgfile b/xorg-libxfixes-32/Pkgfile index 5dbb4ed..5c56a8f 100644 --- a/xorg-libxfixes-32/Pkgfile +++ b/xorg-libxfixes-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X Fixes extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-libx11-32 xorg-xproto-32 xorg-fixesproto-32 xorg-xextproto-32 xorg-libxfixes +# Depends on: xorg-fixesproto-32 xorg-libx11-32 name=xorg-libxfixes-32 version=5.0.1 From crux at crux.nu Tue Apr 28 09:44:04 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:04 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxv-32: clean up depends on Message-ID: <20150428094404.177DBE991A@crux.nu> commit cc7a4ba31a5c5aebeb67354be93a96861e7c99e8 Author: Danny Rawlins Date: Tue Apr 28 19:40:49 2015 +1000 xorg-libxv-32: clean up depends on diff --git a/xorg-libxv-32/Pkgfile b/xorg-libxv-32/Pkgfile index 40288ec..563a7df 100644 --- a/xorg-libxv-32/Pkgfile +++ b/xorg-libxv-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X Video extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-libx11-32 xorg-libxext-32 xorg-videoproto-32 xorg-libxv +# Depends on: xorg-libxext-32 xorg-videoproto-32 name=xorg-libxv-32 version=1.0.10 From crux at crux.nu Tue Apr 28 09:44:04 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:04 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxvmc-32: clean up depends on Message-ID: <20150428094404.20E03E991C@crux.nu> commit 915a6edb0d6720cf81ff451567c4ceb06e5cd961 Author: Danny Rawlins Date: Tue Apr 28 19:40:12 2015 +1000 xorg-libxvmc-32: clean up depends on diff --git a/xorg-libxvmc-32/Pkgfile b/xorg-libxvmc-32/Pkgfile index 832ad98..3f8b1ed 100644 --- a/xorg-libxvmc-32/Pkgfile +++ b/xorg-libxvmc-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X Video Motion Compensation extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-libx11-32 xorg-libxext-32 xorg-libxv-32 xorg-libxvmc +# Depends on: xorg-libxv-32 name=xorg-libxvmc-32 version=1.0.9 From crux at crux.nu Tue Apr 28 09:44:04 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 11:44:04 +0200 (CEST) Subject: [crux-commits] ports/compat-32 (3.1): xorg-libxxf86vm-32: clean up depends on Message-ID: <20150428094404.29E21E991D@crux.nu> commit c5ccf020d74a408d034ee93dd56f40d3ab390f3b Author: Danny Rawlins Date: Tue Apr 28 19:39:11 2015 +1000 xorg-libxxf86vm-32: clean up depends on diff --git a/xorg-libxxf86vm-32/Pkgfile b/xorg-libxxf86vm-32/Pkgfile index a3758ae..190b314 100644 --- a/xorg-libxxf86vm-32/Pkgfile +++ b/xorg-libxxf86vm-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X11 XFree86 video mode extension library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-xproto-32 xorg-libx11-32 xorg-libxext-32 xorg-xf86vidmodeproto-32 xorg-libxxf86vm +# Depends on: xorg-libxext-32 xorg-xf86vidmodeproto-32 name=xorg-libxxf86vm-32 version=1.1.4 From crux at crux.nu Tue Apr 28 10:23:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 12:23:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): rpcbind: update to 0.2.3 Message-ID: <20150428102341.79CABE9912@crux.nu> commit 8ae0b46b70d5e4d43776e9fcc89197e53caa3175 Author: Juergen Daubert Date: Tue Apr 28 12:22:36 2015 +0200 rpcbind: update to 0.2.3 diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum index f56cc5f..f67bc24 100644 --- a/rpcbind/.md5sum +++ b/rpcbind/.md5sum @@ -1,2 +1,2 @@ -4d4d8b3f5a19ca02d781cac5ba7d15aa rpcbind -8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2 +06ea92b0f86f29b4c468694918da09c6 rpcbind +c8875246b2688a1adfbd6ad43480278d rpcbind-0.2.3.tar.bz2 diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 42fc696..7105e6b 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -4,8 +4,8 @@ # Depends on: libtirpc tcp_wrappers name=rpcbind -version=0.2.2 -release=2 +version=0.2.3 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \ rpcbind) diff --git a/rpcbind/rpcbind b/rpcbind/rpcbind index 942101c..d2c08da 100644 --- a/rpcbind/rpcbind +++ b/rpcbind/rpcbind @@ -22,7 +22,7 @@ restart) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;; From crux at crux.nu Tue Apr 28 10:23:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 12:23:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): maildrop: update to 2.8.2 Message-ID: <20150428102341.9A273E9915@crux.nu> commit 49e05b1bd6300b19ced47547a22ed29b0f50379a Author: Juergen Daubert Date: Tue Apr 28 12:22:13 2015 +0200 maildrop: update to 2.8.2 diff --git a/maildrop/.md5sum b/maildrop/.md5sum index 6542d53..d22c8f8 100644 --- a/maildrop/.md5sum +++ b/maildrop/.md5sum @@ -1 +1 @@ -c71c5a3726fddf828afe5b6cea4dafa5 maildrop-2.8.1.tar.bz2 +427e7fc3a84abf6964e70682d930f843 maildrop-2.8.2.tar.bz2 diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile index 609f681..d2990a2 100644 --- a/maildrop/Pkgfile +++ b/maildrop/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gdbm libpcre courier-unicode name=maildrop -version=2.8.1 +version=2.8.2 release=1 source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2) From crux at crux.nu Tue Apr 28 10:23:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 12:23:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): courier-unicode: update to 1.2 Message-ID: <20150428102341.A7065E9916@crux.nu> commit e49d702054d05e624c8d1a0a98e541d316710e75 Author: Juergen Daubert Date: Tue Apr 28 12:21:52 2015 +0200 courier-unicode: update to 1.2 diff --git a/courier-unicode/.footprint b/courier-unicode/.footprint index 0ffdf1b..5d819e4 100644 --- a/courier-unicode/.footprint +++ b/courier-unicode/.footprint @@ -1,12 +1,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/unicode.h +-rw-r--r-- root/root usr/include/courier-unicode.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libunicode.a --rwxr-xr-x root/root usr/lib/libunicode.la -lrwxrwxrwx root/root usr/lib/libunicode.so -> libunicode.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libunicode.so.1 -> libunicode.so.1.0.0 --rwxr-xr-x root/root usr/lib/libunicode.so.1.0.0 +-rw-r--r-- root/root usr/lib/libcourier-unicode.a +-rwxr-xr-x root/root usr/lib/libcourier-unicode.la +lrwxrwxrwx root/root usr/lib/libcourier-unicode.so -> libcourier-unicode.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libcourier-unicode.so.1 -> libcourier-unicode.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libcourier-unicode.so.1.0.0 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/unicode::iconvert::convert.3.gz @@ -53,6 +53,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/unicode_lbc_next_cnt.3.gz -rw-r--r-- root/root usr/man/man3/unicode_lbc_set_opts.3.gz -rw-r--r-- root/root usr/man/man3/unicode_lc.3.gz +-rw-r--r-- root/root usr/man/man3/unicode_script.3.gz -rw-r--r-- root/root usr/man/man3/unicode_tc.3.gz -rw-r--r-- root/root usr/man/man3/unicode_u_ucs2_native.3.gz -rw-r--r-- root/root usr/man/man3/unicode_u_ucs4_native.3.gz diff --git a/courier-unicode/.md5sum b/courier-unicode/.md5sum index 89d9a5e..861ea32 100644 --- a/courier-unicode/.md5sum +++ b/courier-unicode/.md5sum @@ -1 +1 @@ -5fea17f4f0f50298a76f03bda6b24ada courier-unicode-1.1.tar.bz2 +b2a18196408a2ece619851225febd1af courier-unicode-1.2.tar.bz2 diff --git a/courier-unicode/Pkgfile b/courier-unicode/Pkgfile index 4594083..bfa502f 100644 --- a/courier-unicode/Pkgfile +++ b/courier-unicode/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=courier-unicode -version=1.1 +version=1.2 release=1 source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2) From crux at crux.nu Tue Apr 28 10:23:41 2015 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Apr 2015 12:23:41 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): chrony: update to 2.0 Message-ID: <20150428102341.AE8DDE9918@crux.nu> commit 4ef9d1da86f016b0e79547ad3d0ae1968e00092e Author: Juergen Daubert Date: Tue Apr 28 12:21:34 2015 +0200 chrony: update to 2.0 diff --git a/chrony/.md5sum b/chrony/.md5sum index 61c0918..18495dc 100644 --- a/chrony/.md5sum +++ b/chrony/.md5sum @@ -1,4 +1,4 @@ -01e54c63d09a310f30c4e399f18499df chrony-1.31.1.tar.gz +b5623977a27fcfa5e853503679bd0897 chrony-2.0.tar.gz 4dff89484fe7b6d6397a9501c7ae51ed chrony.conf ec43dcf700698a7d2891a1f8504b5e22 chrony.keys 2999f364c83286816d71379130d1eae6 chronyd diff --git a/chrony/Pkgfile b/chrony/Pkgfile index 48b5003..42ffb12 100644 --- a/chrony/Pkgfile +++ b/chrony/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libcap name=chrony -version=1.31.1 +version=2.0 release=1 source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz chronyd chrony.conf chrony.keys) From crux at crux.nu Wed Apr 29 08:40:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 29 Apr 2015 10:40:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): gnutls: updated to 3.4.0 Message-ID: <20150429084055.AF5C3E98F6@crux.nu> commit 8872d8fe2309934943162bc673c18806703ebe5b Author: Jose V Beneyto Date: Wed Apr 29 10:39:48 2015 +0200 gnutls: updated to 3.4.0 diff --git a/gnutls/.footprint b/gnutls/.footprint index 404aa9f..ed11c7b 100644 --- a/gnutls/.footprint +++ b/gnutls/.footprint @@ -18,22 +18,19 @@ drwxr-xr-x root/root usr/include/gnutls/ -rw-r--r-- root/root usr/include/gnutls/gnutlsxx.h -rw-r--r-- root/root usr/include/gnutls/ocsp.h -rw-r--r-- root/root usr/include/gnutls/openpgp.h --rw-r--r-- root/root usr/include/gnutls/openssl.h -rw-r--r-- root/root usr/include/gnutls/pkcs11.h -rw-r--r-- root/root usr/include/gnutls/pkcs12.h -rw-r--r-- root/root usr/include/gnutls/self-test.h +-rw-r--r-- root/root usr/include/gnutls/system-keys.h -rw-r--r-- root/root usr/include/gnutls/tpm.h +-rw-r--r-- root/root usr/include/gnutls/urls.h -rw-r--r-- root/root usr/include/gnutls/x509-ext.h -rw-r--r-- root/root usr/include/gnutls/x509.h drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libgnutls-openssl.la -lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so -> libgnutls-openssl.so.27.0.2 -lrwxrwxrwx root/root usr/lib/libgnutls-openssl.so.27 -> libgnutls-openssl.so.27.0.2 --rwxr-xr-x root/root usr/lib/libgnutls-openssl.so.27.0.2 -rwxr-xr-x root/root usr/lib/libgnutls.la -lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.28.41.6 -lrwxrwxrwx root/root usr/lib/libgnutls.so.28 -> libgnutls.so.28.41.6 --rwxr-xr-x root/root usr/lib/libgnutls.so.28.41.6 +lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.30.0.0 +lrwxrwxrwx root/root usr/lib/libgnutls.so.30 -> libgnutls.so.30.0.0 +-rwxr-xr-x root/root usr/lib/libgnutls.so.30.0.0 -rwxr-xr-x root/root usr/lib/libgnutlsxx.la lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.28.1.0 lrwxrwxrwx root/root usr/lib/libgnutlsxx.so.28 -> libgnutlsxx.so.28.1.0 @@ -42,16 +39,20 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gnutls.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/certtool.1.gz --rw-r--r-- root/root usr/man/man1/gnutls-cli-debug.1.gz --rw-r--r-- root/root usr/man/man1/gnutls-cli.1.gz --rw-r--r-- root/root usr/man/man1/gnutls-serv.1.gz --rw-r--r-- root/root usr/man/man1/ocsptool.1.gz --rw-r--r-- root/root usr/man/man1/p11tool.1.gz --rw-r--r-- root/root usr/man/man1/psktool.1.gz --rw-r--r-- root/root usr/man/man1/srptool.1.gz --rw-r--r-- root/root usr/man/man1/tpmtool.1.gz +-r--r--r-- root/root usr/man/man1/certtool.1.gz +-r--r--r-- root/root usr/man/man1/gnutls-cli-debug.1.gz +-r--r--r-- root/root usr/man/man1/gnutls-cli.1.gz +-r--r--r-- root/root usr/man/man1/gnutls-serv.1.gz +-r--r--r-- root/root usr/man/man1/ocsptool.1.gz +-r--r--r-- root/root usr/man/man1/p11tool.1.gz +-r--r--r-- root/root usr/man/man1/psktool.1.gz +-r--r--r-- root/root usr/man/man1/srptool.1.gz +-r--r--r-- root/root usr/man/man1/tpmtool.1.gz drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/gnutls_aead_cipher_decrypt.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_aead_cipher_deinit.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_aead_cipher_encrypt.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_aead_cipher_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_alert_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_alert_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_alert_get_strname.3.gz @@ -69,11 +70,11 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_auth_client_get_type.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_auth_get_type.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_auth_server_get_type.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_buffer_append_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_bye.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_activation_time_peers.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_allocate_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_client_get_request_status.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_certificate_client_set_retrieve_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_expiration_time_peers.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_free_ca_names.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_free_cas.3.gz @@ -82,12 +83,17 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_certificate_free_keys.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_crt_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_issuer.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_openpgp_crt.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_openpgp_key.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_ours.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_peers.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_peers_subkey_id.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_trust_list.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_verify_flags.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_x509_crt.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_certificate_get_x509_key.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_send_x509_rdn_sequence.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_server_set_request.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_certificate_server_set_retrieve_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_dh_params.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_key.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_ocsp_status_request_file.3.gz @@ -103,7 +109,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_pin_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_retrieve_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_retrieve_function2.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_rsa_export_params.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_trust_list.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_verify_flags.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_set_verify_function.3.gz @@ -127,7 +132,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_certificate_type_get_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_type_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_type_list.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_certificate_type_set_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_verification_status_print.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_verify_peers.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_certificate_verify_peers2.3.gz @@ -150,7 +154,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_cipher_list.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_cipher_self_test.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_cipher_set_iv.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_cipher_set_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_cipher_suite_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_cipher_suite_info.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_cipher_tag.3.gz @@ -158,10 +161,13 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_compression_get_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_compression_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_compression_list.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_compression_set_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_credentials_clear.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_credentials_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_credentials_set.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_crypto_register_aead_cipher.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_crypto_register_cipher.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_crypto_register_digest.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_crypto_register_mac.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_db_check_entry.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_db_check_entry_time.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_db_get_default_cache_expiration.3.gz @@ -186,6 +192,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_dh_params_generate2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_dh_params_import_pkcs3.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_dh_params_import_raw.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_dh_params_import_raw2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_dh_params_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_dh_set_prime_bits.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_digest_get_id.3.gz @@ -208,6 +215,9 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_error_is_fatal.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_error_to_alert.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_est_record_overhead_size.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_ext_get_data.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_ext_register.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_ext_set_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_fingerprint.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_fips140_mode_enabled.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_global_deinit.3.gz @@ -256,7 +266,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_kx_get_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_kx_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_kx_list.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_kx_set_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_load_file.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_mac_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_mac_get_id.3.gz @@ -265,7 +274,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_mac_get_nonce_size.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_mac_list.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_mac_self_test.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_mac_set_priority.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_memcmp.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_memset.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_req_add_cert.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_req_add_cert_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_req_deinit.3.gz @@ -288,6 +298,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_nonce.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_produced.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_responder.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_responder_raw_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_response.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_signature.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3.gz @@ -302,6 +313,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_status_request_enable_client.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_status_request_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_ocsp_status_request_is_checked.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_openpgp_crt_check_email.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_openpgp_crt_check_hostname.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_openpgp_crt_check_hostname2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_openpgp_crt_deinit.3.gz @@ -373,15 +385,18 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_packet_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_packet_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_deinit.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pcert_export_openpgp.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pcert_export_x509.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_import_openpgp.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_import_openpgp_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_import_x509.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pcert_import_x509_list.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_import_x509_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pcert_list_import_x509_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_decode.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_decode_alloc.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_decode2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_encode.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_encode_alloc.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pem_base64_encode2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_perror.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pk_algorithm_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pk_bits_to_sec_param.3.gz @@ -391,14 +406,18 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pk_self_test.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pk_to_sign.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_add_provider.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_attached_extension.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_secret_key.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_x509_crt.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_x509_crt2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_x509_privkey.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_copy_x509_privkey2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_crt_is_known.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_delete_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_get_pin_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_get_raw_issuer.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_get_raw_issuer_by_dn.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_export.3.gz @@ -412,14 +431,17 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_get_type.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_import_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_init.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_list_import_url.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_list_import_url2.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_list_import_url3.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_list_import_url4.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_set_info.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_obj_set_pin_function.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_cpy.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_export_pubkey.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_export_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_generate.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_generate2.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_generate3.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_get_info.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_privkey_import_url.3.gz @@ -439,6 +461,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pkcs11_type_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_decrypt.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_deinit.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_enc_info.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_encrypt.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_get_count.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_get_data.3.gz @@ -451,13 +474,16 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_set_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_set_friendly_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_set_key_id.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_bag_set_privkey.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_export.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_export2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_generate_mac.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_generate_mac2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_get_bag.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_import.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_init.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_mac_info.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_set_bag.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_simple_parse.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs12_verify_mac.3.gz @@ -476,6 +502,9 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pkcs7_set_crl_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs7_set_crt.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pkcs7_set_crt_raw.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs8_info.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs_schema_get_name.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_pkcs_schema_get_oid.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_prf.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_prf_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_priority_certificate_type_list.3.gz @@ -491,11 +520,15 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_priority_set.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_priority_set_direct.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_priority_sign_list.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_priority_string_list.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_decrypt_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_dsa_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_ecc_raw.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_openpgp.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_pkcs11.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_rsa_raw.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_privkey_export_x509.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_generate.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_get_pk_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_get_type.3.gz @@ -503,6 +536,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_ecc_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_ext.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_ext2.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_ext3.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_openpgp.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_openpgp_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_import_pkcs11.3.gz @@ -517,14 +551,12 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_privkey_set_pin_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_sign_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_sign_hash.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_privkey_sign_raw_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_status.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_privkey_verify_params.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_protocol_get_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_protocol_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_protocol_get_version.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_protocol_list.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_protocol_set_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_psk_allocate_client_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_psk_allocate_server_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_psk_client_get_hint.3.gz @@ -552,7 +584,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_get_openpgp_key_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_get_pk_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pubkey_get_verify_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_dsa_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_ecc_raw.3.gz @@ -560,7 +591,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_openpgp.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_openpgp_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_pkcs11.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_pkcs11_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_privkey.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_rsa_raw.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_import_tpm_raw.3.gz @@ -573,9 +603,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_print.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_set_key_usage.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_set_pin_function.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_data2.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_hash.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_hash2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_pubkey_verify_params.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_random_art.3.gz @@ -585,32 +613,25 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_record_check_pending.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_cork.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_disable_padding.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_record_discard_queued.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_get_direction.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_get_discarded.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_get_max_size.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_record_get_state.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_overhead_size.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_recv.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_recv_packet.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_recv_seq.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_send.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_send_range.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_record_set_max_empty_records.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_set_max_size.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_record_set_state.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_set_timeout.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_record_uncork.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_register_custom_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_rehandshake.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_rnd.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_rnd_refresh.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_export_get_modulus_bits.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_export_get_pubkey.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_cpy.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_deinit.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_export_pkcs1.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_export_raw.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_generate2.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_import_pkcs1.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_import_raw.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_rsa_params_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_safe_renegotiation_status.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sec_param_get_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sec_param_to_pk_bits.3.gz @@ -619,6 +640,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_server_name_set.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_channel_binding.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_enable_compatibility_mode.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_session_etm_status.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_session_ext_master_secret_status.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_force_valid.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_get_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_get_data2.3.gz @@ -636,13 +659,10 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_session_ticket_enable_client.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_ticket_enable_server.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_session_ticket_key_generate.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_set_default_export_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_set_default_priority.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_algorithm_get.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_algorithm_get_client.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_algorithm_get_requested.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_sign_callback_get.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_sign_callback_set.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_get_hash_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_get_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_sign_get_name.3.gz @@ -652,9 +672,9 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_srp_allocate_client_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_allocate_server_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_decode.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_decode_alloc.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_decode2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_encode.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_encode_alloc.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_srp_base64_encode2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_free_client_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_free_server_credentials.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_srp_server_get_username.3.gz @@ -682,6 +702,14 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_subject_alt_names_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_subject_alt_names_set.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_supplemental_get_name.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_supplemental_recv.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_supplemental_register.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_supplemental_send.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_system_key_add_x509.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_system_key_delete.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_system_key_iter_deinit.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_system_key_iter_get_info.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_system_recv_timeout.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_tdb_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_tdb_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_tdb_set_store_commitment_func.3.gz @@ -786,6 +814,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_key_usage.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_pk_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_private_key_usage_period.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_signature_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_subject_alt_name.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_get_version.3.gz @@ -809,6 +838,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_sign.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_sign2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crq_verify.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_check_email.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_check_hostname.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_check_hostname2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_check_issuer.3.gz @@ -867,11 +897,10 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_get_subject_key_id.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_get_subject_unique_id.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_get_verify_algorithm.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_get_version.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_import.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_import_pkcs11.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_import_pkcs11_url.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_import_url.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_list_import.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_list_import2.3.gz @@ -913,8 +942,6 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_sign.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_sign2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_verify.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_verify_data.3.gz --rw-r--r-- root/root usr/man/man3/gnutls_x509_crt_verify_hash.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_dn_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_dn_export.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_dn_export2.3.gz @@ -992,6 +1019,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_import_rsa_raw2.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_init.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_sec_param.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_set_pin_function.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_sign_data.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_sign_hash.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_privkey_verify_params.3.gz @@ -1007,7 +1035,10 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_add_trust_mem.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_deinit.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_get_issuer.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_get_issuer_by_dn.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_init.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_iter_deinit.3.gz +-rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_iter_get_ca.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_remove_cas.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_remove_trust_file.3.gz -rw-r--r-- root/root usr/man/man3/gnutls_x509_trust_list_remove_trust_mem.3.gz diff --git a/gnutls/.md5sum b/gnutls/.md5sum index ec350a9..6cd2b8c 100644 --- a/gnutls/.md5sum +++ b/gnutls/.md5sum @@ -1 +1 @@ -7f4465f8c564cf9cb8f5cb38b909f7ca gnutls-3.3.14.tar.xz +aa015c2666b031044edfb01b01980d84 gnutls-3.4.0.tar.xz diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile index 5f44d00..49eacfe 100644 --- a/gnutls/Pkgfile +++ b/gnutls/Pkgfile @@ -5,7 +5,7 @@ # Depends on: nettle libidn name=gnutls -version=3.3.14 +version=3.4.0 release=1 source=(ftp://ftp.gnutls.org/gcrypt/$name/v${version%.*}/$name-${version}.tar.xz) @@ -15,9 +15,13 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ --without-p11-kit \ + --with-included-libtasn1 \ --disable-guile make + + # fix man3 files installation + sed '/INSTALL_DATA.*files/ s/$(INSTALL_DATA)/cp/' -i doc/manpages/Makefile make DESTDIR=$PKG install rm -rf $PKG/usr/share/{info,locale} From crux at crux.nu Wed Apr 29 08:40:55 2015 From: crux at crux.nu (crux at crux.nu) Date: Wed, 29 Apr 2015 10:40:55 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): nettle: updated to 3.1.1 Message-ID: <20150429084055.C3BC0E9900@crux.nu> commit ba173ad444c7a8d9370edb023b09c8d8d6aa5226 Author: Jose V Beneyto Date: Wed Apr 29 10:38:34 2015 +0200 nettle: updated to 3.1.1 diff --git a/nettle/.footprint b/nettle/.footprint index 451f55c..d6d0284 100644 --- a/nettle/.footprint +++ b/nettle/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nettle-hash -rwxr-xr-x root/root usr/bin/nettle-lfib-stream +-rwxr-xr-x root/root usr/bin/nettle-pbkdf2 -rwxr-xr-x root/root usr/bin/pkcs1-conv -rwxr-xr-x root/root usr/bin/sexp-conv drwxr-xr-x root/root usr/include/ @@ -18,13 +19,20 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/camellia.h -rw-r--r-- root/root usr/include/nettle/cast128.h -rw-r--r-- root/root usr/include/nettle/cbc.h +-rw-r--r-- root/root usr/include/nettle/ccm.h +-rw-r--r-- root/root usr/include/nettle/chacha-poly1305.h +-rw-r--r-- root/root usr/include/nettle/chacha.h -rw-r--r-- root/root usr/include/nettle/ctr.h +-rw-r--r-- root/root usr/include/nettle/curve25519.h -rw-r--r-- root/root usr/include/nettle/des-compat.h -rw-r--r-- root/root usr/include/nettle/des.h +-rw-r--r-- root/root usr/include/nettle/dsa-compat.h -rw-r--r-- root/root usr/include/nettle/dsa.h +-rw-r--r-- root/root usr/include/nettle/eax.h -rw-r--r-- root/root usr/include/nettle/ecc-curve.h -rw-r--r-- root/root usr/include/nettle/ecc.h -rw-r--r-- root/root usr/include/nettle/ecdsa.h +-rw-r--r-- root/root usr/include/nettle/eddsa.h -rw-r--r-- root/root usr/include/nettle/gcm.h -rw-r--r-- root/root usr/include/nettle/gosthash94.h -rw-r--r-- root/root usr/include/nettle/hmac.h @@ -41,9 +49,9 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/pbkdf2.h -rw-r--r-- root/root usr/include/nettle/pgp.h -rw-r--r-- root/root usr/include/nettle/pkcs1.h +-rw-r--r-- root/root usr/include/nettle/poly1305.h -rw-r--r-- root/root usr/include/nettle/realloc.h -rw-r--r-- root/root usr/include/nettle/ripemd160.h --rw-r--r-- root/root usr/include/nettle/rsa-compat.h -rw-r--r-- root/root usr/include/nettle/rsa.h -rw-r--r-- root/root usr/include/nettle/salsa20.h -rw-r--r-- root/root usr/include/nettle/serpent.h @@ -54,16 +62,17 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/sha3.h -rw-r--r-- root/root usr/include/nettle/twofish.h -rw-r--r-- root/root usr/include/nettle/umac.h +-rw-r--r-- root/root usr/include/nettle/version.h -rw-r--r-- root/root usr/include/nettle/yarrow.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libhogweed.a -lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.2.5 -lrwxrwxrwx root/root usr/lib/libhogweed.so.2 -> libhogweed.so.2.5 --rw-r--r-- root/root usr/lib/libhogweed.so.2.5 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.1 +lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.1 +-rw-r--r-- root/root usr/lib/libhogweed.so.4.1 -rw-r--r-- root/root usr/lib/libnettle.a -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.4.7 -lrwxrwxrwx root/root usr/lib/libnettle.so.4 -> libnettle.so.4.7 --rw-r--r-- root/root usr/lib/libnettle.so.4.7 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.1 +lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.1 +-rw-r--r-- root/root usr/lib/libnettle.so.6.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/hogweed.pc -rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc diff --git a/nettle/.md5sum b/nettle/.md5sum index 29bd442..7008898 100644 --- a/nettle/.md5sum +++ b/nettle/.md5sum @@ -1 +1 @@ -003d5147911317931dd453520eb234a5 nettle-2.7.1.tar.gz +b40fa88dc32f37a182b6b42092ebb144 nettle-3.1.1.tar.gz diff --git a/nettle/Pkgfile b/nettle/Pkgfile index 725a783..d55a893 100644 --- a/nettle/Pkgfile +++ b/nettle/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=nettle -version=2.7.1 -release=2 +version=3.1.1 +release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { From crux at crux.nu Thu Apr 30 08:34:01 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Apr 2015 10:34:01 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): [notify] chromium: updated to 42.0.2311.135 Message-ID: <20150430083402.00D56E98F6@crux.nu> commit ed470d154506f735f548952455bad80a56328721 Author: Jose V Beneyto Date: Thu Apr 30 10:33:41 2015 +0200 [notify] chromium: updated to 42.0.2311.135 This update includes 5 security fixes: http://googlechromereleases.blogspot.com/2015/04/stable-channel-update_28.html https://sites.google.com/a/chromium.org/dev/Home/chromium-security diff --git a/chromium/.md5sum b/chromium/.md5sum index 2125713..892b74e 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -6761495b1ea2c37e41105abded652af3 chromium-42.0.2311.90.tar.xz +e251709cf141538614c9564ecec899bb chromium-42.0.2311.135.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index f4471ed..ae4f410 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif pciutils name=chromium -version=42.0.2311.90 +version=42.0.2311.135 release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) From crux at crux.nu Thu Apr 30 09:49:34 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Apr 2015 11:49:34 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): [notify] curl: update to 7.42.1 Message-ID: <20150430094934.B8D64E98F6@crux.nu> commit 93f1082f6b53530c35de41e74e49a0c9926a27da Author: Juergen Daubert Date: Thu Apr 30 11:37:45 2015 +0200 [notify] curl: update to 7.42.1 update includes a security fix for CVE-2015-3153, see http://curl.haxx.se/docs/adv_20150429.html diff --git a/curl/.footprint b/curl/.footprint index 4c6ba7b..e95e6a7 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -151,6 +151,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_OPENSOCKETFUNCTION.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PASSWORD.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PATH_AS_IS.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_PINNEDPUBLICKEY.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PORT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POST.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POSTFIELDS.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index eb75ff3..1860cf8 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -fddfab60987ee6119652b57c082d2623 curl-7.42.0.tar.lzma +f1e460020a99da039b153e4bf0cd8600 curl-7.42.1.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index 7fc2f2d..6efe0a9 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.42.0 +version=7.42.1 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma) From crux at crux.nu Thu Apr 30 09:49:51 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Apr 2015 11:49:51 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): apr: update to 1.5.2 Message-ID: <20150430094951.D5013E98F6@crux.nu> commit ca3d13bbd89c16020b807938d4749aa9a44e5043 Author: Juergen Daubert Date: Thu Apr 30 11:36:54 2015 +0200 apr: update to 1.5.2 diff --git a/apr/.footprint b/apr/.footprint index 7e9226d..3880716 100644 --- a/apr/.footprint +++ b/apr/.footprint @@ -78,9 +78,9 @@ drwxr-xr-x root/root usr/include/apr-1/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libapr-1.a -rwxr-xr-x root/root usr/lib/libapr-1.la -lrwxrwxrwx root/root usr/lib/libapr-1.so -> libapr-1.so.0.5.1 -lrwxrwxrwx root/root usr/lib/libapr-1.so.0 -> libapr-1.so.0.5.1 --rwxr-xr-x root/root usr/lib/libapr-1.so.0.5.1 +lrwxrwxrwx root/root usr/lib/libapr-1.so -> libapr-1.so.0.5.2 +lrwxrwxrwx root/root usr/lib/libapr-1.so.0 -> libapr-1.so.0.5.2 +-rwxr-xr-x root/root usr/lib/libapr-1.so.0.5.2 -rw-r--r-- root/root usr/lib/libaprutil-1.a -rwxr-xr-x root/root usr/lib/libaprutil-1.la lrwxrwxrwx root/root usr/lib/libaprutil-1.so -> libaprutil-1.so.0.5.4 diff --git a/apr/.md5sum b/apr/.md5sum index 7d10e0a..32417f4 100644 --- a/apr/.md5sum +++ b/apr/.md5sum @@ -1,2 +1,2 @@ -5486180ec5a23efb5cae6d4292b300ab apr-1.5.1.tar.bz2 +4e9769f3349fe11fc0a5e1b224c236aa apr-1.5.2.tar.bz2 2202b18f269ad606d70e1864857ed93c apr-util-1.5.4.tar.bz2 diff --git a/apr/Pkgfile b/apr/Pkgfile index 79faee6..837972c 100644 --- a/apr/Pkgfile +++ b/apr/Pkgfile @@ -4,8 +4,8 @@ # Depends on: util-linux, expat, db, gdbm name=apr -version=1.5.1 -release=2 +version=1.5.2 +release=1 source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2 \ http://www.apache.org/dist/$name/$name-util-1.5.4.tar.bz2) From crux at crux.nu Thu Apr 30 09:49:52 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Apr 2015 11:49:52 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): stunnel: update to 5.17 Message-ID: <20150430094952.02CEBE9900@crux.nu> commit 5a566956460c68eb89a87911709ff17d7d6175fb Author: Juergen Daubert Date: Thu Apr 30 11:36:35 2015 +0200 stunnel: update to 5.17 diff --git a/stunnel/.md5sum b/stunnel/.md5sum index d2b16c7..4237a43 100644 --- a/stunnel/.md5sum +++ b/stunnel/.md5sum @@ -1,3 +1,3 @@ 4d5387895f3a162d63a6ed76ebbafae8 stunnel -ffe666e8bf1f0f9dad67b8d7e9ead48a stunnel-5.16.tar.gz +e70f001ee190105c5a10a74f4bd54901 stunnel-5.17.tar.gz 16694d0e035fdd5e908ff42bc44ea805 stunnel.conf diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index dbf2687..2f78394 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl tcp_wrappers zlib name=stunnel -version=5.16 +version=5.17 release=1 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ $name.conf $name) From crux at crux.nu Thu Apr 30 09:49:52 2015 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Apr 2015 11:49:52 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): tdb: update to 1.3.5 Message-ID: <20150430094952.13920E9905@crux.nu> commit e2f5e5249c2701bffee4e715b6b1d52a5b9da4e6 Author: Juergen Daubert Date: Thu Apr 30 11:36:08 2015 +0200 tdb: update to 1.3.5 diff --git a/tdb/.footprint b/tdb/.footprint index 9e1eccb..1511ef7 100644 --- a/tdb/.footprint +++ b/tdb/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tdb.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.3.4 -lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.3.4 --rwxr-xr-x root/root usr/lib/libtdb.so.1.3.4 +lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.3.5 +lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.3.5 +-rwxr-xr-x root/root usr/lib/libtdb.so.1.3.5 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc drwxr-xr-x root/root usr/lib/python2.7/ diff --git a/tdb/.md5sum b/tdb/.md5sum index 464d8c4..a57e10f 100644 --- a/tdb/.md5sum +++ b/tdb/.md5sum @@ -1,2 +1,2 @@ -60a9ad41e45d53e97c7cd4262932a53a tdb-1.3.4.tar.gz -ed9b58834b0581b3d6b9c9595ca6e75a tdb-man-1.3.4.tar.xz +8f8566d2a995ff1f01df556aa279f68f tdb-1.3.5.tar.gz +26c25ce283aa4247e25c5a7718e35c4c tdb-man-1.3.5.tar.xz diff --git a/tdb/Pkgfile b/tdb/Pkgfile index aa06251..bb18e25 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -4,7 +4,7 @@ # Depends on: attr python name=tdb -version=1.3.4 +version=1.3.5 release=1 source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz $name-man-$version.tar.xz) diff --git a/tdb/tdb-man-1.3.4.tar.xz b/tdb/tdb-man-1.3.4.tar.xz deleted file mode 100644 index 96964c8..0000000 Binary files a/tdb/tdb-man-1.3.4.tar.xz and /dev/null differ diff --git a/tdb/tdb-man-1.3.5.tar.xz b/tdb/tdb-man-1.3.5.tar.xz new file mode 100644 index 0000000..f976274 Binary files /dev/null and b/tdb/tdb-man-1.3.5.tar.xz differ From crux at crux.nu Thu Apr 30 23:34:06 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 1 May 2015 01:34:06 +0200 (CEST) Subject: [crux-commits] ports/core (3.1): btrfs-progs: updated to 4.0 Message-ID: <20150430233406.7B289E98F6@crux.nu> commit 97101d45a533e656f687c32963355c7e44208e18 Author: Fredrik Rinnestam Date: Fri May 1 01:33:50 2015 +0200 btrfs-progs: updated to 4.0 diff --git a/btrfs-progs/.footprint b/btrfs-progs/.footprint index ef652c6..4ca9013 100644 --- a/btrfs-progs/.footprint +++ b/btrfs-progs/.footprint @@ -60,7 +60,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/btrfs-send.8.gz -rw-r--r-- root/root usr/man/man8/btrfs-show-super.8.gz -rw-r--r-- root/root usr/man/man8/btrfs-subvolume.8.gz --rw-r--r-- root/root usr/man/man8/btrfs-zero-log.8.gz +lrwxrwxrwx root/root usr/man/man8/btrfs-zero-log.8.gz -> btrfs-rescue.8.gz -rw-r--r-- root/root usr/man/man8/btrfs.8.gz lrwxrwxrwx root/root usr/man/man8/btrfsck.8.gz -> btrfs-check.8.gz -rw-r--r-- root/root usr/man/man8/btrfstune.8.gz diff --git a/btrfs-progs/.md5sum b/btrfs-progs/.md5sum index 004db0c..5bb02de 100644 --- a/btrfs-progs/.md5sum +++ b/btrfs-progs/.md5sum @@ -1,2 +1,2 @@ -dc38a863db69e78bd86e9b0e0b365cf7 btrfs-progs-man-v3.19.1.tar.xz -ec3b3c99df18633ddc9e41f0680c5a51 btrfs-progs-v3.19.1.tar.xz +ea9b425df957f6e6adb749e25b6da35b btrfs-progs-man-v4.0.tar.xz +38e79509adc689ca7a88860b91954a02 btrfs-progs-v4.0.tar.xz diff --git a/btrfs-progs/Pkgfile b/btrfs-progs/Pkgfile index 2d035d7..b8dc5db 100644 --- a/btrfs-progs/Pkgfile +++ b/btrfs-progs/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux e2fsprogs lzo name=btrfs-progs -version=3.19.1 +version=4.0 release=1 source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$version.tar.xz \ $name-man-v$version.tar.xz) diff --git a/btrfs-progs/btrfs-progs-man-v3.19.1.tar.xz b/btrfs-progs/btrfs-progs-man-v3.19.1.tar.xz deleted file mode 100644 index ef1bf7f..0000000 Binary files a/btrfs-progs/btrfs-progs-man-v3.19.1.tar.xz and /dev/null differ diff --git a/btrfs-progs/btrfs-progs-man-v4.0.tar.xz b/btrfs-progs/btrfs-progs-man-v4.0.tar.xz new file mode 100644 index 0000000..c5591ed Binary files /dev/null and b/btrfs-progs/btrfs-progs-man-v4.0.tar.xz differ From crux at crux.nu Thu Apr 30 23:44:16 2015 From: crux at crux.nu (crux at crux.nu) Date: Fri, 1 May 2015 01:44:16 +0200 (CEST) Subject: [crux-commits] ports/opt (3.1): lftp: 4.6.1 -> 4.6.2 Message-ID: <20150430234416.2DE22E98F6@crux.nu> commit 4c93fb18467dea111fd5662c7118a90f69a5d69f Author: Thomas Penteker Date: Fri May 1 01:44:32 2015 +0200 lftp: 4.6.1 -> 4.6.2 diff --git a/lftp/.md5sum b/lftp/.md5sum index 39b862c..5e902b5 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -e204e68ee2438da67644cc239de7c465 lftp-4.6.1.tar.xz +487c064ee1bd732e5f95928e530435a8 lftp-4.6.2.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index 8b73807..75a0ced 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=lftp -version=4.6.1 +version=4.6.2 release=1 source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz)