[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:17:56
  Author: eworm
Revision: 405081

upgpkg: libmicrohttpd 0.9.72-1: new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 21:17:23 UTC (rev 405080)
+++ PKGBUILD2020-12-28 21:17:56 UTC (rev 405081)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.71
+pkgver=0.9.72
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182'
+sha256sums=('0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2020-06-28 Thread Christian Hesse via arch-commits
Date: Sunday, June 28, 2020 @ 20:29:03
  Author: eworm
Revision: 390554

upgpkg: libmicrohttpd 0.9.71-1: new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 20:28:54 UTC (rev 390553)
+++ PKGBUILD2020-06-28 20:29:03 UTC (rev 390554)
@@ -5,8 +5,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.70
-pkgrel=3
+pkgver=0.9.71
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
 url="https://www.gnu.org/software/libmicrohttpd/";
@@ -17,7 +17,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307'
+sha256sums=('e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2020-05-04 Thread Christian Hesse via arch-commits
Date: Monday, May 4, 2020 @ 09:24:13
  Author: eworm
Revision: 382214

upgpkg: libmicrohttpd 0.9.70-3

add soname provide

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 08:35:31 UTC (rev 382213)
+++ PKGBUILD2020-05-04 09:24:13 UTC (rev 382214)
@@ -6,7 +6,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.70
-pkgrel=2
+pkgrel=3
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
 url="https://www.gnu.org/software/libmicrohttpd/";
@@ -13,6 +13,7 @@
 license=('LGPL')
 depends=('gnutls')
 checkdepends=('curl')
+provides=('libmicrohttpd.so')
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2020-04-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 30, 2020 @ 14:07:29
  Author: jelle
Revision: 381979

Rebuild for reproducible builds as the verification re-build fails

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 13:55:08 UTC (rev 381978)
+++ PKGBUILD2020-04-30 14:07:29 UTC (rev 381979)
@@ -6,7 +6,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.70
-pkgrel=1
+pkgrel=2
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
 url="https://www.gnu.org/software/libmicrohttpd/";


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2020-02-08 Thread Christian Hesse via arch-commits
Date: Saturday, February 8, 2020 @ 22:29:23
  Author: eworm
Revision: 565049

upgpkg: libmicrohttpd 0.9.70-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 22:17:17 UTC (rev 565048)
+++ PKGBUILD2020-02-08 22:29:23 UTC (rev 565049)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.69
+pkgver=0.9.70
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e'
+sha256sums=('90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:46:12
  Author: eworm
Revision: 537813

upgpkg: libmicrohttpd 0.9.69-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 19:44:57 UTC (rev 537812)
+++ PKGBUILD2019-12-15 19:46:12 UTC (rev 537813)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.68
+pkgver=0.9.69
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61'
+sha256sums=('fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-10-26 Thread Christian Hesse via arch-commits
Date: Saturday, October 26, 2019 @ 19:37:03
  Author: eworm
Revision: 520461

upgpkg: libmicrohttpd 0.9.68-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 19:35:05 UTC (rev 520460)
+++ PKGBUILD2019-10-26 19:37:03 UTC (rev 520461)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.67
+pkgver=0.9.68
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('7e1f852723d099d4827d7ebde4d02dd00fd8da62149526fdb9fae058c5a60495'
+sha256sums=('c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-10-17 Thread Christian Hesse via arch-commits
Date: Thursday, October 17, 2019 @ 18:49:20
  Author: eworm
Revision: 516547

upgpkg: libmicrohttpd 0.9.67-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-17 18:48:48 UTC (rev 516546)
+++ PKGBUILD2019-10-17 18:49:20 UTC (rev 516547)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.66
+pkgver=0.9.67
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b'
+sha256sums=('7e1f852723d099d4827d7ebde4d02dd00fd8da62149526fdb9fae058c5a60495'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-08-01 Thread Christian Hesse via arch-commits
Date: Thursday, August 1, 2019 @ 12:37:50
  Author: eworm
Revision: 496453

upgpkg: libmicrohttpd 0.9.66-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 11:48:46 UTC (rev 496452)
+++ PKGBUILD2019-08-01 12:37:50 UTC (rev 496453)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.65
+pkgver=0.9.66
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('f2467959c5dd5f7fdf8da8d260286e7be914d18c99b898e22a70dafd2237b3c9'
+sha256sums=('4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-07-05 Thread Christian Hesse via arch-commits
Date: Friday, July 5, 2019 @ 21:03:46
  Author: eworm
Revision: 487491

upgpkg: libmicrohttpd 0.9.65-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-05 18:55:43 UTC (rev 487490)
+++ PKGBUILD2019-07-05 21:03:46 UTC (rev 487491)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.64
+pkgver=0.9.65
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('e792d8ed5990823a0baadea0adf94365999e702f6f1314ef9c555018dafc350e'
+sha256sums=('f2467959c5dd5f7fdf8da8d260286e7be914d18c99b898e22a70dafd2237b3c9'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-06-09 Thread Christian Hesse via arch-commits
Date: Sunday, June 9, 2019 @ 20:19:40
  Author: eworm
Revision: 479164

upgpkg: libmicrohttpd 0.9.64-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 20:08:04 UTC (rev 479163)
+++ PKGBUILD2019-06-09 20:19:40 UTC (rev 479164)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.63
+pkgver=0.9.64
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -13,10 +13,10 @@
 license=('LGPL')
 depends=('gnutls')
 checkdepends=('curl')
-validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c'
+sha256sums=('e792d8ed5990823a0baadea0adf94365999e702f6f1314ef9c555018dafc350e'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2019-02-10 Thread Christian Hesse via arch-commits
Date: Sunday, February 10, 2019 @ 19:22:10
  Author: eworm
Revision: 431656

upgpkg: libmicrohttpd 0.9.63-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 19:01:53 UTC (rev 431655)
+++ PKGBUILD2019-02-10 19:22:10 UTC (rev 431656)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.62
+pkgver=0.9.63
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('bd3e097d703f5091a6a01b56c0464a90fdd17f5d50478cea50a346b25c88db49'
+sha256sums=('37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2018-12-09 Thread Christian Hesse via arch-commits
Date: Sunday, December 9, 2018 @ 22:24:00
  Author: eworm
Revision: 413344

upgpkg: libmicrohttpd 0.9.62-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:23:32 UTC (rev 413343)
+++ PKGBUILD2018-12-09 22:24:00 UTC (rev 413344)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.61
+pkgver=0.9.62
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435'
+sha256sums=('bd3e097d703f5091a6a01b56c0464a90fdd17f5d50478cea50a346b25c88db49'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2018-02-01 Thread Christian Hesse via arch-commits
Date: Thursday, February 1, 2018 @ 20:11:26
  Author: eworm
Revision: 288525

upgpkg: libmicrohttpd 0.9.59-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-01 19:53:05 UTC (rev 288524)
+++ PKGBUILD2018-02-01 20:11:26 UTC (rev 288525)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.58
+pkgver=0.9.59
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -14,9 +14,10 @@
 license=('LGPL')
 depends=('gnutls')
 checkdepends=('curl')
-validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin 
(Karlson2k) 
+validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3'
+sha256sums=('9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c'
 'SKIP')
 
 build() {


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-12-07 Thread Christian Hesse via arch-commits
Date: Thursday, December 7, 2017 @ 19:01:16
  Author: eworm
Revision: 273174

upgpkg: libmicrohttpd 0.9.58-1

* new upstream release
* fix dependencies (FS#56592)
* add checks

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 18:47:43 UTC (rev 273173)
+++ PKGBUILD2017-12-07 19:01:16 UTC (rev 273174)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.57
+pkgver=0.9.58
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -13,10 +13,10 @@
 url="http://www.gnu.org/software/libmicrohttpd/";
 license=('LGPL')
 depends=('gnutls')
-optdepends=('file' 'curl')
+checkdepends=('curl')
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin 
(Karlson2k) 
 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e'
+sha256sums=('7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3'
 'SKIP')
 
 build() {
@@ -33,6 +33,11 @@
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-12-05 Thread Christian Hesse via arch-commits
Date: Tuesday, December 5, 2017 @ 21:55:46
  Author: eworm
Revision: 272343

do not install private header

package install internal headers (FS#56595)

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 21:51:56 UTC (rev 272342)
+++ PKGBUILD2017-12-05 21:55:46 UTC (rev 272343)
@@ -36,8 +36,4 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/${pkgname}-${pkgver}/src/include/platform.h \
-   "$pkgdir"/usr/include/$pkgname/platform.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
-   "$pkgdir"/usr/lib/pkgconfig/libmicrohttpd.pc
 }


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-12-05 Thread Christian Hesse via arch-commits
Date: Tuesday, December 5, 2017 @ 21:51:56
  Author: eworm
Revision: 272342

explicitly enable https support

may be build accidentally without HTTPS (FS#56593)

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 21:47:06 UTC (rev 272341)
+++ PKGBUILD2017-12-05 21:51:56 UTC (rev 272342)
@@ -25,8 +25,9 @@
 --prefix=/usr \
 --disable-dependency-tracking \
 --disable-examples \
+--enable-curl \
+--enable-https \
 --enable-largefile \
---enable-curl \
 --enable-messages \
 --with-pic
   make


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-12-05 Thread Christian Hesse via arch-commits
Date: Tuesday, December 5, 2017 @ 21:34:43
  Author: eworm
Revision: 272337

clean up and disable examples

unneeded build of library examples (FS#56594)

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 21:31:16 UTC (rev 272336)
+++ PKGBUILD2017-12-05 21:34:43 UTC (rev 272337)
@@ -21,8 +21,14 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
-   --enable-curl --enable-messages --with-pic
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-largefile \
+--enable-curl \
+--enable-messages \
+--with-pic
   make
 }
 


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-12-05 Thread Christian Hesse via arch-commits
Date: Tuesday, December 5, 2017 @ 21:31:16
  Author: eworm
Revision: 272336

use https download

FTP links should be replaced with HTTPS links (FS#56591)

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 20:59:23 UTC (rev 272335)
+++ PKGBUILD2017-12-05 21:31:16 UTC (rev 272336)
@@ -15,7 +15,7 @@
 depends=('gnutls')
 optdepends=('file' 'curl')
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin 
(Karlson2k) 
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz{,.sig})
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
 sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e'
 'SKIP')
 


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 12:46:00
  Author: eworm
Revision: 270497

verify source tarball with signature

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 11:56:57 UTC (rev 270496)
+++ PKGBUILD2017-11-28 12:46:00 UTC (rev 270497)
@@ -14,8 +14,10 @@
 license=('LGPL')
 depends=('gnutls')
 optdepends=('file' 'curl')
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e')
+validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin 
(Karlson2k) 
+source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e'
+'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 09:28:14
  Author: eworm
Revision: 270448

upgpkg: libmicrohttpd 0.9.57-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 08:59:38 UTC (rev 270447)
+++ PKGBUILD2017-11-28 09:28:14 UTC (rev 270448)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.56
+pkgver=0.9.57
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('2c23b938114b1fa14cf47d1b4cdb0f4c5d86b7905c4f3a40684bdea129640789')
+sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-11-24 Thread Antonio Rojas
Date: Friday, November 24, 2017 @ 23:29:51
  Author: arojas
Revision: 268367

Update to 0.9.56

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-24 22:37:44 UTC (rev 268366)
+++ PKGBUILD2017-11-24 23:29:51 UTC (rev 268367)
@@ -6,16 +6,16 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.55
+pkgver=0.9.56
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
 license=('LGPL')
-depends=('gnutls' 'libgcrypt')
+depends=('gnutls')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8')
+sha256sums=('2c23b938114b1fa14cf47d1b4cdb0f4c5d86b7905c4f3a40684bdea129640789')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-05-29 Thread Sergej Pupykin
Date: Monday, May 29, 2017 @ 07:18:09
  Author: spupykin
Revision: 230778

upgpkg: libmicrohttpd 0.9.55-1

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-29 07:17:55 UTC (rev 230777)
+++ PKGBUILD2017-05-29 07:18:09 UTC (rev 230778)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.54
+pkgver=0.9.55
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('bcc721895d4a114b0548a39d2241c35caacb9e2e072d40e11b55c60e3d5ddcbe')
+sha256sums=('0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-05-04 Thread Sergej Pupykin
Date: Thursday, May 4, 2017 @ 09:10:05
  Author: spupykin
Revision: 226894

upgpkg: libmicrohttpd 0.9.54-1

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 09:07:42 UTC (rev 226893)
+++ PKGBUILD2017-05-04 09:10:05 UTC (rev 226894)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.53
+pkgver=0.9.54
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('9b15ec2d381f44936323adfd4f989fa35add517cccbbfa581896b02a393c2cc4')
+sha256sums=('bcc721895d4a114b0548a39d2241c35caacb9e2e072d40e11b55c60e3d5ddcbe')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2017-04-12 Thread Sergej Pupykin
Date: Wednesday, April 12, 2017 @ 08:48:06
  Author: spupykin
Revision: 222477

upgpkg: libmicrohttpd 0.9.53-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 08:25:09 UTC (rev 222476)
+++ PKGBUILD2017-04-12 08:48:06 UTC (rev 222477)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.52
+pkgver=0.9.53
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('767111e817e2497ff92f943c5653497a')
+sha256sums=('9b15ec2d381f44936323adfd4f989fa35add517cccbbfa581896b02a393c2cc4')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-10-24 Thread Sergej Pupykin
Date: Monday, October 24, 2016 @ 11:57:31
  Author: spupykin
Revision: 193190

upgpkg: libmicrohttpd 0.9.52-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-24 11:57:27 UTC (rev 193189)
+++ PKGBUILD2016-10-24 11:57:31 UTC (rev 193190)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.51
+pkgver=0.9.52
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('452f6a4cef08f23f88915b86bde4d9d6')
+md5sums=('767111e817e2497ff92f943c5653497a')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-10-06 Thread Sergej Pupykin
Date: Thursday, October 6, 2016 @ 07:58:03
  Author: spupykin
Revision: 191460

upgpkg: libmicrohttpd 0.9.51-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-06 07:57:58 UTC (rev 191459)
+++ PKGBUILD2016-10-06 07:58:03 UTC (rev 191460)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.50
+pkgver=0.9.51
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('4a3f793d59f663a2b0fc62d44668fb66')
+md5sums=('452f6a4cef08f23f88915b86bde4d9d6')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-07-12 Thread Sergej Pupykin
Date: Tuesday, July 12, 2016 @ 10:48:52
  Author: spupykin
Revision: 182684

upgpkg: libmicrohttpd 0.9.50-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-12 10:48:49 UTC (rev 182683)
+++ PKGBUILD2016-07-12 10:48:52 UTC (rev 182684)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.49
+pkgver=0.9.50
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('3209aa2ac6199b874a6325342b86edbc')
+md5sums=('4a3f793d59f663a2b0fc62d44668fb66')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-04-29 Thread Sergej Pupykin
Date: Friday, April 29, 2016 @ 12:52:24
  Author: spupykin
Revision: 172694

upgpkg: libmicrohttpd 0.9.49-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 10:48:40 UTC (rev 172693)
+++ PKGBUILD2016-04-29 10:52:24 UTC (rev 172694)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.48
-pkgrel=2
+pkgver=0.9.49
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 optdepends=('file' 'curl')
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('9c298c890088a91fe0d7ac3fec9d0097')
+md5sums=('3209aa2ac6199b874a6325342b86edbc')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 01:07:42
  Author: spupykin
Revision: 172290

upgpkg: libmicrohttpd 0.9.48-2

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 23:07:38 UTC (rev 172289)
+++ PKGBUILD2016-04-27 23:07:42 UTC (rev 172290)
@@ -7,7 +7,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.48
-pkgrel=1
+pkgrel=2
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2016-02-05 Thread Sergej Pupykin
Date: Friday, February 5, 2016 @ 12:28:21
  Author: spupykin
Revision: 160400

upgpkg: libmicrohttpd 0.9.48-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 11:27:49 UTC (rev 160399)
+++ PKGBUILD2016-02-05 11:28:21 UTC (rev 160400)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.44
+pkgver=0.9.48
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('9101b5ebf8f71792938ae672da314da2')
+md5sums=('9c298c890088a91fe0d7ac3fec9d0097')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:40:30
  Author: spupykin
Revision: 143588

upgpkg: libmicrohttpd 0.9.44-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:40:26 UTC (rev 143587)
+++ PKGBUILD2015-10-10 11:40:30 UTC (rev 143588)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.42
+pkgver=0.9.44
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('3b9cf0b67fc8ebc9e69f53c6bc84a88d')
+md5sums=('9101b5ebf8f71792938ae672da314da2')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2015-05-16 Thread Sergej Pupykin
Date: Saturday, May 16, 2015 @ 22:46:28
  Author: spupykin
Revision: 133610

upgpkg: libmicrohttpd 0.9.42-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-16 20:34:05 UTC (rev 133609)
+++ PKGBUILD2015-05-16 20:46:28 UTC (rev 133610)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.39
-pkgrel=2
+pkgver=0.9.42
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('86c9cb728b4bd4fcb8aeca18ba6c0548')
+md5sums=('3b9cf0b67fc8ebc9e69f53c6bc84a88d')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2015-03-25 Thread Sergej Pupykin
Date: Wednesday, March 25, 2015 @ 13:48:36
  Author: spupykin
Revision: 129898

upgpkg: libmicrohttpd 0.9.39-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 12:40:35 UTC (rev 129897)
+++ PKGBUILD2015-03-25 12:48:36 UTC (rev 129898)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.37
+pkgver=0.9.39
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
+md5sums=('86c9cb728b4bd4fcb8aeca18ba6c0548')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:45:17
  Author: spupykin
Revision: 112456

upgpkg: libmicrohttpd 0.9.37-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:35:48 UTC (rev 112455)
+++ PKGBUILD2014-06-02 10:45:17 UTC (rev 112456)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.35
+pkgver=0.9.37
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a9d747b879569036bb791653a1c7')
+md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2014-05-05 Thread Sergej Pupykin
Date: Monday, May 5, 2014 @ 11:14:04
  Author: spupykin
Revision: 110679

upgpkg: libmicrohttpd 0.9.35-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-05 07:48:59 UTC (rev 110678)
+++ PKGBUILD2014-05-05 09:14:04 UTC (rev 110679)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.34
+pkgver=0.9.35
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('2947eee13c2c8affb95023a0cb6fda0c')
+md5sums=('a9d747b879569036bb791653a1c7')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2014-04-09 Thread Sergej Pupykin
Date: Wednesday, April 9, 2014 @ 13:57:20
  Author: spupykin
Revision: 109026

upgpkg: libmicrohttpd 0.9.34-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-09 11:41:52 UTC (rev 109025)
+++ PKGBUILD2014-04-09 11:57:20 UTC (rev 109026)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.33
+pkgver=0.9.34
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -13,9 +13,10 @@
 url="http://www.gnu.org/software/libmicrohttpd/";
 license=('LGPL')
 depends=('gnutls' 'libgcrypt')
+optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('013b10f9de1cda5448b29c81305354a3')
+md5sums=('2947eee13c2c8affb95023a0cb6fda0c')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,8 +30,6 @@
   make DESTDIR=${pkgdir} install
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
${pkgdir}/usr/include/$pkgname/platform.h
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
-   ${pkgdir}/usr/include/$pkgname/plibc.h
   sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
$pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
 }



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2014-01-21 Thread Sergej Pupykin
Date: Wednesday, January 22, 2014 @ 07:54:59
  Author: spupykin
Revision: 104513

upgpkg: libmicrohttpd 0.9.33-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 06:54:53 UTC (rev 104512)
+++ PKGBUILD2014-01-22 06:54:59 UTC (rev 104513)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.32
-pkgrel=2
+pkgver=0.9.33
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('29dcc1c201c36044be2c3f816c64a5bb')
+md5sums=('013b10f9de1cda5448b29c81305354a3')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-12-16 Thread Thomas Bächler
Date: Tuesday, December 17, 2013 @ 00:20:48
  Author: thomas
Revision: 102634

upgpkg: libmicrohttpd 0.9.32-2: rebuild for libgcrypt 1.6.0

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-16 23:16:00 UTC (rev 102633)
+++ PKGBUILD2013-12-16 23:20:48 UTC (rev 102634)
@@ -7,7 +7,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.32
-pkgrel=1
+pkgrel=2
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-12-10 Thread Sergej Pupykin
Date: Tuesday, December 10, 2013 @ 11:03:35
  Author: spupykin
Revision: 102392

upgpkg: libmicrohttpd 0.9.32-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-10 04:46:10 UTC (rev 102391)
+++ PKGBUILD2013-12-10 10:03:35 UTC (rev 102392)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.27
-pkgrel=2
+pkgver=0.9.32
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a10496b7f1b495aaf6897584da52f51b')
+md5sums=('29dcc1c201c36044be2c3f816c64a5bb')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 22:15:55
  Author: spupykin
Revision: 100207

upgpkg: libmicrohttpd 0.9.27-2

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-01 21:15:51 UTC (rev 100206)
+++ PKGBUILD2013-11-01 21:15:55 UTC (rev 100207)
@@ -7,7 +7,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.27
-pkgrel=1
+pkgrel=2
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-05-05 Thread Sergej Pupykin
Date: Sunday, May 5, 2013 @ 23:29:53
  Author: spupykin
Revision: 89933

upgpkg: libmicrohttpd 0.9.27-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-05 20:07:45 UTC (rev 89932)
+++ PKGBUILD2013-05-05 21:29:53 UTC (rev 89933)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.26
+pkgver=0.9.27
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('bdac9b62fa3080890f9ab44cf29749fc')
+md5sums=('a10496b7f1b495aaf6897584da52f51b')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:40
  Author: spupykin
Revision: 88318

upgpkg: libmicrohttpd 0.9.26-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:28:36 UTC (rev 88317)
+++ PKGBUILD2013-04-16 13:28:40 UTC (rev 88318)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.25
-pkgrel=2
+pkgver=0.9.26
+pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
+md5sums=('bdac9b62fa3080890f9ab44cf29749fc')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-04-10 Thread Sergej Pupykin
Date: Wednesday, April 10, 2013 @ 18:08:37
  Author: spupykin
Revision: 88044

upgpkg: libmicrohttpd 0.9.25-2

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 15:12:18 UTC (rev 88043)
+++ PKGBUILD2013-04-10 16:08:37 UTC (rev 88044)
@@ -7,7 +7,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.25
-pkgrel=1
+pkgrel=2
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/";
@@ -32,6 +32,6 @@
${pkgdir}/usr/include/$pkgname/platform.h
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
${pkgdir}/usr/include/$pkgname/plibc.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I{includedir}/libmicrohttpd#' \
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
$pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
 }



[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 11:39:27
  Author: spupykin
Revision: 83878

upgpkg: libmicrohttpd 0.9.25-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 10:39:22 UTC (rev 83877)
+++ PKGBUILD2013-02-06 10:39:27 UTC (rev 83878)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('2891c82cc85a92e6944cacf9ae413f7c')
+md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
 
 build() {
   cd ${pkgname}-${pkgver}