[arch-commits] Commit in ntfs-3g/repos (6 files)

2017-03-29 Thread Gaëtan Bisson
Date: Wednesday, March 29, 2017 @ 19:15:16
  Author: bisson
Revision: 291801

db-move: moved ntfs-3g from [staging] to [testing] (i686, x86_64)

Added:
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-i686/PKGBUILD
(from rev 291800, ntfs-3g/repos/staging-i686/PKGBUILD)
  ntfs-3g/repos/testing-x86_64/
  ntfs-3g/repos/testing-x86_64/PKGBUILD
(from rev 291800, ntfs-3g/repos/staging-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/testing-i686/PKGBUILD (from rev 291800, 
ntfs-3g/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-29 19:15:16 UTC (rev 291801)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2017.3.23
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse2')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}

Copied: ntfs-3g/repos/testing-x86_64/PKGBUILD (from rev 291800, 
ntfs-3g/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-29 19:15:16 UTC (rev 291801)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2017.3.23
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse2')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}


[arch-commits] Commit in ntfs-3g/repos (6 files)

2017-02-04 Thread Levente Polyak
Date: Saturday, February 4, 2017 @ 22:40:55
  Author: anthraxx
Revision: 288054

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ntfs-3g/repos/extra-i686/CVE-2017-0358.patch
(from rev 288053, ntfs-3g/trunk/CVE-2017-0358.patch)
  ntfs-3g/repos/extra-i686/PKGBUILD
(from rev 288053, ntfs-3g/trunk/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/CVE-2017-0358.patch
(from rev 288053, ntfs-3g/trunk/CVE-2017-0358.patch)
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 288053, ntfs-3g/trunk/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-i686/PKGBUILD
  ntfs-3g/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|  100 +
 extra-i686/CVE-2017-0358.patch   |   36 +
 extra-i686/PKGBUILD  |   47 -
 extra-x86_64/CVE-2017-0358.patch |   36 +
 extra-x86_64/PKGBUILD|   47 -
 5 files changed, 172 insertions(+), 94 deletions(-)

Copied: ntfs-3g/repos/extra-i686/CVE-2017-0358.patch (from rev 288053, 
ntfs-3g/trunk/CVE-2017-0358.patch)
===
--- extra-i686/CVE-2017-0358.patch  (rev 0)
+++ extra-i686/CVE-2017-0358.patch  2017-02-04 22:40:55 UTC (rev 288054)
@@ -0,0 +1,36 @@
+--- ntfs-3g/src/lowntfs-3g.c   2016-12-31 08:56:59.011749600 +0100
 ntfs-3g/src/lowntfs-3g.c   2017-01-05 14:41:52.041473700 +0100
+@@ -3827,13 +3827,14 @@
+   struct stat st;
+   pid_t pid;
+   const char *cmd = "/sbin/modprobe";
++  char *env = (char*)NULL;
+   struct timespec req = { 0, 1 };   /* 100 msec */
+   fuse_fstype fstype;
+ 
+   if (!stat(cmd, ) && !geteuid()) {
+   pid = fork();
+   if (!pid) {
+-  execl(cmd, cmd, "fuse", NULL);
++  execle(cmd, cmd, "fuse", NULL, );
+   _exit(1);
+   } else if (pid != -1)
+   waitpid(pid, NULL, 0);
+--- ntfs-3g/src/ntfs-3g.c  2017-02-04 23:30:23.825889593 +0100
 ntfs-3g/src/nfts-3g.c  2017-02-04 23:30:42.572542756 +0100
+@@ -3612,13 +3612,14 @@
+   struct stat st;
+   pid_t pid;
+   const char *cmd = "/sbin/modprobe";
++  char *env = (char*)NULL;
+   struct timespec req = { 0, 1 };   /* 100 msec */
+   fuse_fstype fstype;
+   
+   if (!stat(cmd, ) && !geteuid()) {
+   pid = fork();
+   if (!pid) {
+-  execl(cmd, cmd, "fuse", NULL);
++  execle(cmd, cmd, "fuse", NULL, );
+   _exit(1);
+   } else if (pid != -1)
+   waitpid(pid, NULL, 0);

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-04 22:40:39 UTC (rev 288053)
+++ extra-i686/PKGBUILD 2017-02-04 22:40:55 UTC (rev 288054)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tom Gundersen 
-# Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2016.2.22
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/open-source-ntfs-3g/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse')
-source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbin=/usr/bin \
-   --mandir=/usr/share/man \
-   --disable-ldconfig \
-   --disable-static \
-   --with-fuse=external \
-   --enable-posix-acls \
-   --enable-extras \
-
-   make
-}
-
-package_ntfs-3g() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
-}

Copied: ntfs-3g/repos/extra-i686/PKGBUILD (from rev 288053, 
ntfs-3g/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-04 22:40:55 UTC (rev 288054)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2016.2.22
+pkgrel=2
+pkgdesc='NTFS filesystem driver and utilities'

[arch-commits] Commit in ntfs-3g/repos (6 files)

2016-03-22 Thread Gaetan Bisson
Date: Wednesday, March 23, 2016 @ 01:12:34
  Author: bisson
Revision: 262436

db-move: moved ntfs-3g from [testing] to [extra] (i686, x86_64)

Added:
  ntfs-3g/repos/extra-i686/PKGBUILD
(from rev 262435, ntfs-3g/repos/testing-i686/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 262435, ntfs-3g/repos/testing-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-i686/PKGBUILD
  ntfs-3g/repos/extra-x86_64/PKGBUILD
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-x86_64/

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-22 21:17:15 UTC (rev 262435)
+++ extra-i686/PKGBUILD 2016-03-23 00:12:34 UTC (rev 262436)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tom Gundersen 
-# Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2015.3.14
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/open-source-ntfs-3g/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse')
-source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbin=/usr/bin \
-   --mandir=/usr/share/man \
-   --disable-ldconfig \
-   --disable-static \
-   --with-fuse=external \
-   --enable-posix-acls \
-   --enable-extras \
-
-   make
-}
-
-package_ntfs-3g() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
-}

Copied: ntfs-3g/repos/extra-i686/PKGBUILD (from rev 262435, 
ntfs-3g/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-23 00:12:34 UTC (rev 262436)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2016.2.22
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-22 21:17:15 UTC (rev 262435)
+++ extra-x86_64/PKGBUILD   2016-03-23 00:12:34 UTC (rev 262436)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tom Gundersen 
-# Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2015.3.14
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/open-source-ntfs-3g/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse')
-source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd 

[arch-commits] Commit in ntfs-3g/repos (6 files)

2016-03-21 Thread Gaetan Bisson
Date: Tuesday, March 22, 2016 @ 01:42:46
  Author: bisson
Revision: 262212

db-move: moved ntfs-3g from [staging] to [testing] (i686, x86_64)

Added:
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-i686/PKGBUILD
(from rev 262211, ntfs-3g/repos/staging-i686/PKGBUILD)
  ntfs-3g/repos/testing-x86_64/
  ntfs-3g/repos/testing-x86_64/PKGBUILD
(from rev 262211, ntfs-3g/repos/staging-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/testing-i686/PKGBUILD (from rev 262211, 
ntfs-3g/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-22 00:42:46 UTC (rev 262212)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2016.2.22
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}

Copied: ntfs-3g/repos/testing-x86_64/PKGBUILD (from rev 262211, 
ntfs-3g/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-22 00:42:46 UTC (rev 262212)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2016.2.22
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}


[arch-commits] Commit in ntfs-3g/repos (6 files)

2015-04-17 Thread Gaetan Bisson
Date: Saturday, April 18, 2015 @ 05:56:46
  Author: bisson
Revision: 237371

db-move: moved ntfs-3g from [staging] to [testing] (i686, x86_64)

Added:
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-i686/PKGBUILD
(from rev 237370, ntfs-3g/repos/staging-i686/PKGBUILD)
  ntfs-3g/repos/testing-x86_64/
  ntfs-3g/repos/testing-x86_64/PKGBUILD
(from rev 237370, ntfs-3g/repos/staging-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/testing-i686/PKGBUILD (from rev 237370, 
ntfs-3g/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-18 03:56:46 UTC (rev 237371)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2015.3.14
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Copied: ntfs-3g/repos/testing-x86_64/PKGBUILD (from rev 237370, 
ntfs-3g/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-18 03:56:46 UTC (rev 237371)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2015.3.14
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}


[arch-commits] Commit in ntfs-3g/repos (6 files)

2015-04-17 Thread Gaetan Bisson
Date: Saturday, April 18, 2015 @ 05:57:43
  Author: bisson
Revision: 237373

db-move: moved ntfs-3g from [testing] to [extra] (i686, x86_64)

Added:
  ntfs-3g/repos/extra-i686/PKGBUILD
(from rev 237372, ntfs-3g/repos/testing-i686/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 237372, ntfs-3g/repos/testing-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-i686/PKGBUILD
  ntfs-3g/repos/extra-x86_64/PKGBUILD
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-x86_64/

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-18 03:56:47 UTC (rev 237372)
+++ extra-i686/PKGBUILD 2015-04-18 03:57:43 UTC (rev 237373)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2014.2.15
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/ntfs-3g-download/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse')
-source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd ${srcdir}/${_pkgname}-${pkgver}
-   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${_pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbin=/usr/bin \
-   --mandir=/usr/share/man \
-   --disable-ldconfig \
-   --disable-static \
-   --with-fuse=external \
-   --enable-posix-acls \
-   --enable-extras \
-
-   make
-}
-
-package_ntfs-3g() {
-   cd ${srcdir}/${_pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
-}

Copied: ntfs-3g/repos/extra-i686/PKGBUILD (from rev 237372, 
ntfs-3g/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-18 03:57:43 UTC (rev 237373)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2015.3.14
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-18 03:56:47 UTC (rev 237372)
+++ extra-x86_64/PKGBUILD   2015-04-18 03:57:43 UTC (rev 237373)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2014.2.15
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/ntfs-3g-download/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse')
-source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
-
-conflicts=('ntfsprogs')

[arch-commits] Commit in ntfs-3g/repos (6 files)

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 03:29:33
  Author: bisson
Revision: 206643

db-move: moved ntfs-3g from [testing] to [extra] (i686, x86_64)

Added:
  ntfs-3g/repos/extra-i686/PKGBUILD
(from rev 206642, ntfs-3g/repos/testing-i686/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 206642, ntfs-3g/repos/testing-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-i686/PKGBUILD
  ntfs-3g/repos/extra-x86_64/PKGBUILD
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-x86_64/

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 94 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:33 UTC (rev 206643)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgbase=ntfs-3g_ntfsprogs
-pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
-arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
-license=('GPL2')
-depends=('util-linux' 'fuse')
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin \
---enable-extras
-  make
-}
-
-package_ntfs-3g() {
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
-}

Copied: ntfs-3g/repos/extra-i686/PKGBUILD (from rev 206642, 
ntfs-3g/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:33 UTC (rev 206643)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 23:27:24 UTC (rev 206642)
+++ extra-x86_64/PKGBUILD   2014-03-04 02:29:33 UTC (rev 206643)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgbase=ntfs-3g_ntfsprogs
-pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
-arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
-license=('GPL2')
-depends=('util-linux' 'fuse')
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin 

[arch-commits] Commit in ntfs-3g/repos (6 files)

2014-02-28 Thread Gaetan Bisson
Date: Saturday, March 1, 2014 @ 06:37:11
  Author: bisson
Revision: 206519

db-move: moved ntfs-3g from [staging] to [testing] (i686, x86_64)

Added:
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-i686/PKGBUILD
(from rev 206518, ntfs-3g/repos/staging-i686/PKGBUILD)
  ntfs-3g/repos/testing-x86_64/
  ntfs-3g/repos/testing-x86_64/PKGBUILD
(from rev 206518, ntfs-3g/repos/staging-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/testing-i686/PKGBUILD (from rev 206518, 
ntfs-3g/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-01 05:37:11 UTC (rev 206519)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Copied: ntfs-3g/repos/testing-x86_64/PKGBUILD (from rev 206518, 
ntfs-3g/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-01 05:37:11 UTC (rev 206519)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}