[packages/perl-version] - release 4

2018-02-21 Thread hawk
commit 7922a696444feff884786d4a2b1940b9a0da3f94
Author: Marcin Krol 
Date:   Wed Feb 21 11:43:46 2018 +

- release 4

 perl-version.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index b5e9e03..d911c51 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -8,7 +8,7 @@ Summary:version - Perl extension for Version Objects
 Summary(pl.UTF-8): version - rozszerzenie Perla dla obiektów wersji
 Name:  perl-version
 Version:   0.9918
-Release:   3
+Release:   4
 Epoch: 1
 # same as perl
 License:   GPL v1+ or Artistic


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-version.git/commitdiff/7922a696444feff884786d4a2b1940b9a0da3f94

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/sendmail] - up to 8.15.2

2018-02-21 Thread adwol
commit a0e31d13603bdc71d5df3a59bbb08119f2a13109
Author: Adam Osuchowski 
Date:   Wed Feb 21 13:03:59 2018 +0100

- up to 8.15.2

 sendmail-db.patch|  11 
 sendmail-format_string.patch | 124 +++
 sendmail.spec|   8 +--
 3 files changed, 128 insertions(+), 15 deletions(-)
---
diff --git a/sendmail.spec b/sendmail.spec
index 6751b8b..0a150b3 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -22,12 +22,12 @@ Summary(ru.UTF-8):  Почтовый транспортный агент sendmail
 Summary(tr.UTF-8): Elektronik posta hizmetleri sunucusu
 Summary(uk.UTF-8): Поштовий транспортний агент sendmail
 Name:  sendmail
-Version:   8.14.8
-Release:   2
+Version:   8.15.2
+Release:   1
 License:   BSD
 Group: Networking/Daemons/SMTP
 Source0:   ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
-# Source0-md5: 73bfc621c75dbdd3d719e54685d92577
+# Source0-md5: a824fa7dea4d3341efb6462ccd816f00
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.aliases
@@ -50,7 +50,7 @@ Patch3:   %{name}-os-paths.patch
 Patch4:%{name}-m4path.patch
 Patch5:%{name}-redirect.patch
 Patch6:%{name}-hprescan-dos.patch
-Patch7:%{name}-db.patch
+Patch7:%{name}-format_string.patch
 # originally from http://blue-labs.org/clue/bluelabs.patch-8.12.3
 Patch8:bluelabs.patch-8.12.3
 URL:   http://www.sendmail.org/
diff --git a/sendmail-db.patch b/sendmail-db.patch
deleted file mode 100644
index 688b87e..000
--- a/sendmail-db.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 sendmail-8.14.7/include/sm/bdb.h.orig  2003-03-06 17:30:05.0 
+0100
-+++ sendmail-8.14.7/include/sm/bdb.h   2013-11-17 16:28:54.048001259 +0100
-@@ -19,7 +19,7 @@
- #  define DB_VERSION_MAJOR 1
- # endif /* ! DB_VERSION_MAJOR */
- 
--# if DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 1
-+# if (DB_VERSION_MAJOR > 4) || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 
1)
- 
- #  define DBTXN   NULL ,
- 
diff --git a/sendmail-format_string.patch b/sendmail-format_string.patch
new file mode 100644
index 000..8c0e704
--- /dev/null
+++ b/sendmail-format_string.patch
@@ -0,0 +1,124 @@
+diff -ruNp sendmail-8.15.2.orig/sendmail/envelope.c 
sendmail-8.15.2/sendmail/envelope.c
+--- sendmail-8.15.2.orig/sendmail/envelope.c   2014-06-12 19:30:47.0 
+0200
 sendmail-8.15.2/sendmail/envelope.c2018-02-21 12:59:15.364725322 
+0100
+@@ -323,7 +323,7 @@ dropenvelope(e, fulldrop, split)
+ 
+   /* don't free, allocated from e_rpool */
+   e->e_message = sm_rpool_strdup_x(e->e_rpool, buf);
+-  message(buf);
++  message("%s", buf);
+   e->e_flags |= EF_CLRQUEUE;
+   }
+   if (msg_timeout == MSG_NOT_BY)
+@@ -420,7 +420,7 @@ dropenvelope(e, fulldrop, split)
+   /* don't free, allocated from e_rpool */
+   e->e_message = sm_rpool_strdup_x(e->e_rpool,
+buf);
+-  message(buf);
++  message("%s", buf);
+   e->e_flags |= EF_WARNING;
+   }
+   if (msg_timeout == MSG_WARN_BY)
+diff -ruNp sendmail-8.15.2.orig/sendmail/parseaddr.c 
sendmail-8.15.2/sendmail/parseaddr.c
+--- sendmail-8.15.2.orig/sendmail/parseaddr.c  2015-03-18 12:47:12.0 
+0100
 sendmail-8.15.2/sendmail/parseaddr.c   2018-02-21 12:59:15.386725225 
+0100
+@@ -218,7 +218,7 @@ parseaddr(addr, a, flags, delim, delimpt
+   msg = "Deferring message until queue run";
+   if (tTd(20, 1))
+   sm_dprintf("parseaddr: queueing message\n");
+-  message(msg);
++  message("%s", msg);
+   if (e->e_message == NULL && e->e_sendmode != SM_DEFER)
+   e->e_message = sm_rpool_strdup_x(e->e_rpool, msg);
+   a->q_state = QS_QUEUEUP;
+diff -ruNp sendmail-8.15.2.orig/sendmail/srvrsmtp.c 
sendmail-8.15.2/sendmail/srvrsmtp.c
+--- sendmail-8.15.2.orig/sendmail/srvrsmtp.c   2015-03-18 12:47:12.0 
+0100
 sendmail-8.15.2/sendmail/srvrsmtp.c2018-02-21 12:59:15.409725123 
+0100
+@@ -122,6 +122,26 @@ extern ENVELOPE   BlankEnvelope;
+ #define SKIP_SPACE(s) while (isascii(*s) && isspace(*s))  \
+   (s)++
+ 
++static inline void
++message1(fmt)
++  char *fmt;
++{
++  if (strchr(fmt, '%') == NULL)
++  message(fmt, NULL);
++  else
++  message("%s", fmt);
++}
++
++static inline void
++usrerr1(fmt)
++  char *fmt;
++{
++  if (strchr(fmt, '%') == NULL)
++  usrerr(fmt, NULL);
++

DISTFILES: sendmail: sendmail.8.15.2.tar.gz sendmail-examples.tar.bz2

2018-02-21 Thread adwol
Request by: adwol


Files fetched: 1

STORED: ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.15.2.tar.gz
a824fa7dea4d3341efb6462ccd816f00  sendmail.8.15.2.tar.gz
Size: 2207417 bytes
ALREADY GOT: no-url://sendmail-examples.tar.bz2
d00d817cd456a947a7fc6c04072a7d68  sendmail-examples.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/unbound] - rel 3; more fixes for 3512; run test suite

2018-02-21 Thread arekm
commit d970dbd11f0985430c040e7469332b2e040bb162
Author: Arkadiusz Miśkiewicz 
Date:   Wed Feb 21 15:25:05 2018 +0100

- rel 3; more fixes for 3512; run test suite

 unbound-bug-3512.patch | 221 -
 unbound.spec   |   7 +-
 2 files changed, 224 insertions(+), 4 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index 6f402e1..24a1d95 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -3,12 +3,13 @@
 %bcond_without python  # Python binding
 %bcond_withdnstap  # dnstap replication support
 %bcond_withsystemd # systemd support
+%bcond_without tests
 #
 Summary:   Recursive, validating DNS resolver
 Summary(pl.UTF-8): Rekurencyjny, weryfikujący resolver DNS
 Name:  unbound
 Version:   1.6.8
-Release:   2
+Release:   3
 License:   BSD
 Group: Applications/Network
 Source0:   http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -171,6 +172,10 @@ touch $RPM_BUILD_ROOT/var/lib/%{name}/root.key
 %py_postclean
 %endif
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
diff --git a/unbound-bug-3512.patch b/unbound-bug-3512.patch
index e58a4e5..eea16a0 100644
--- a/unbound-bug-3512.patch
+++ b/unbound-bug-3512.patch
@@ -1,5 +1,5 @@
 diff --git a/iterator/iterator.c b/iterator/iterator.c
-index 7f3c6573..26660059 100644
+index 7f3c6573..33fb02dd 100644
 --- a/iterator/iterator.c
 +++ b/iterator/iterator.c
 @@ -1157,6 +1157,13 @@ processInitRequest(struct module_qstate* qstate, struct 
iter_qstate* iq,
@@ -16,7 +16,7 @@ index 7f3c6573..26660059 100644
return error_response(qstate, id, LDNS_RCODE_SERVFAIL);
}
  
-@@ -1246,6 +1253,10 @@ processInitRequest(struct module_qstate* qstate, struct 
iter_qstate* iq,
+@@ -1246,6 +1253,11 @@ processInitRequest(struct module_qstate* qstate, struct 
iter_qstate* iq,
iq->qchase.qname_len = slen;
/* This *is* a query restart, even if it is a cheap 
 * one. */
@@ -24,10 +24,11 @@ index 7f3c6573..26660059 100644
 +  msg->rep->ns_numrrsets = 0;
 +  msg->rep->ar_numrrsets = 0;
 +  msg->rep->rrset_count = 0;
++  iq->response = msg;
iq->dp = NULL;
iq->refetch_glue = 0;
iq->query_restart_count++;
-@@ -2739,6 +2750,10 @@ processQueryResponse(struct module_qstate* qstate, 
struct iter_qstate* iq,
+@@ -2739,6 +2751,10 @@ processQueryResponse(struct module_qstate* qstate, 
struct iter_qstate* iq,
if (qstate->env->cfg->qname_minimisation)
iq->minimisation_state = INIT_MINIMISE_STATE;
/* Clear the query state, since this is a query restart. */
@@ -38,3 +39,217 @@ index 7f3c6573..26660059 100644
iq->deleg_msg = NULL;
iq->dp = NULL;
iq->dsns_point = NULL;
+diff --git a/testdata/iter_dname_insec.rpl b/testdata/iter_dname_insec.rpl
+index 8f4a29c7..1ce8c2cb 100644
+--- a/testdata/iter_dname_insec.rpl
 b/testdata/iter_dname_insec.rpl
+@@ -776,12 +776,18 @@ ENTRY_END
+ 
+ ; Expected result is defined by RFC 1034 section 3.6.2:
+ ; CNAME chains should be followed and CNAME loops signalled as an error
++; but bug#3512: return partial contents with NOERROR.
+ STEP 221002 CHECK_ANSWER
+ ENTRY_BEGIN
+ MATCH all
+-REPLY QR RD RA DO SERVFAIL
++REPLY QR RD RA DO NOERROR
+ SECTION QUESTION
+ cyc2.example.com. IN A
++SECTION ANSWER
++example.com.  0   IN  DNAME   cyc2.example.net.
++cyc2.example.com. 0   IN  CNAME   cyc2.cyc2.example.net.
++cyc2.example.net. 0   IN  DNAME   example.com.
++cyc2.cyc2.example.net.0   IN  CNAME   cyc2.example.com.
+ ENTRY_END
+ 
+ ; ns1.example.com.
+diff --git a/testdata/val_cname_loop1.rpl b/testdata/val_cname_loop1.rpl
+index 61fcdb70..b942cb26 100644
+--- a/testdata/val_cname_loop1.rpl
 b/testdata/val_cname_loop1.rpl
+@@ -5,6 +5,7 @@ server:
+   val-override-date: "20070916134226"
+   target-fetch-policy: "0 0 0 0 0"
+   fake-sha1: yes
++  trust-anchor-signaling: no
+ 
+ stub-zone:
+   name: "."
+@@ -86,6 +87,17 @@ ns.example.com. IN  A   1.2.3.4
+ ns.example.com. 3600IN  RRSIG   A 3 3 3600 20070926135752 
20070829135752 2854 example.com. 
MC0CFQCMSWxVehgOQLoYclB9PIAbNP229AIUeH0vNNGJhjnZiqgIOKvs1EhzqAo= ;{id = 2854}
+ ENTRY_END
+ 
++ENTRY_BEGIN
++MATCH opcode qtype qname
++ADJUST copy_id
++REPLY QR NOERROR
++SECTION QUESTION
++ns.example.com. IN 
++SECTION AUTHORITY
++ns.example.com. IN NSEC www.example.com. A RRSIG NSEC
++ns.example.com.   3600IN  RRSIG   NSEC 3 3 3600 20070926134150 
20070829134150 2854 example.com. 
AE+zfHodyVCTnni/bur8IiUhTUtdac6ip/znrYYN0l1nqll1fon2+kQ=
++ENTRY_END
++
+ ; response to DNSKEY priming query
+ ENTRY_BEGIN
+ MATCH 

DISTFILES: cacti: cacti-1.1.35.tar.gz

2018-02-21 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://www.cacti.net/downloads/cacti-1.1.35.tar.gz
e5b19a34480d262d520b6e9d009e738d  cacti-1.1.35.tar.gz
Size: 8999651 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/cacti] - up to 1.1.35

2018-02-21 Thread arekm
commit f0a8a884f00edb1950a935e3c74ff715eeb9a9e3
Author: Arkadiusz Miśkiewicz 
Date:   Wed Feb 21 15:25:13 2018 +0100

- up to 1.1.35

 cacti.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cacti.spec b/cacti.spec
index dabd69b..4ad19d7 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -4,12 +4,12 @@
 Summary:   Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8): Cacti - frontend w PHP do rrdtoola
 Name:  cacti
-Version:   1.1.34
+Version:   1.1.35
 Release:   1
 License:   GPL v2
 Group: Applications/WWW
 Source0:   http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: a44aa8f71c29de82318493f066982766
+# Source0-md5: e5b19a34480d262d520b6e9d009e738d
 Source2:   %{name}.crontab
 Source3:   %{name}-apache.conf
 Source4:   %{name}-lighttpd.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cacti.git/commitdiff/f0a8a884f00edb1950a935e3c74ff715eeb9a9e3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libdrm] - updated to 2.4.90

2018-02-21 Thread qboosh
commit 490dc364257007aa0ff9c3f030db2b785000cb9d
Author: Jakub Bogusz 
Date:   Wed Feb 21 16:18:17 2018 +0100

- updated to 2.4.90

 libdrm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdrm.spec b/libdrm.spec
index 3af4edd..e6918ec 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -1,12 +1,12 @@
 Summary:   Userspace interface to kernel DRM services
 Summary(pl.UTF-8): Interfejs przestrzeni użytkownika do usług DRM jądra
 Name:  libdrm
-Version:   2.4.88
+Version:   2.4.90
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
-# Source0-md5: fe4d5c77f1468ee73d0bbb30d76945d7
+# Source0-md5: 61dcb4989c728f566e3c15c236585a17
 URL:   https://dri.freedesktop.org/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdrm.git/commitdiff/490dc364257007aa0ff9c3f030db2b785000cb9d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libdrm: libdrm-2.4.90.tar.bz2

2018-02-21 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://dri.freedesktop.org/libdrm/libdrm-2.4.90.tar.bz2
61dcb4989c728f566e3c15c236585a17  libdrm-2.4.90.tar.bz2
Size: 822164 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/perl-FCGI] - release 4

2018-02-21 Thread hawk
commit 00c9b8a79f22f56021444ead98d0fa6282f56266
Author: Marcin Krol 
Date:   Wed Feb 21 11:18:06 2018 +

- release 4

 perl-FCGI.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 37b9dd1..cc7071a 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -8,7 +8,7 @@ Summary:FCGI - Fast CGI module
 Summary(pl.UTF-8): FCGI - szybki moduł CGI
 Name:  perl-FCGI
 Version:   0.78
-Release:   3
+Release:   4
 License:   BSD-like
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-FCGI.git/commitdiff/00c9b8a79f22f56021444ead98d0fa6282f56266

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/unbound] - rel 2; fix CAA queries on CNAME loops

2018-02-21 Thread arekm
commit e30ec7d49f7cb229732b43ffc50f3f2247d9e9dc
Author: Arkadiusz Miśkiewicz 
Date:   Wed Feb 21 14:35:09 2018 +0100

- rel 2; fix CAA queries on CNAME loops

 unbound-bug-3512.patch | 40 
 unbound.spec   |  4 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/unbound.spec b/unbound.spec
index 5e6951c..6f402e1 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -8,7 +8,7 @@ Summary:Recursive, validating DNS resolver
 Summary(pl.UTF-8): Rekurencyjny, weryfikujący resolver DNS
 Name:  unbound
 Version:   1.6.8
-Release:   1
+Release:   2
 License:   BSD
 Group: Applications/Network
 Source0:   http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@ Patch0:   %{name}-default_trust_anchor.patch
 Patch1:%{name}-sh.patch
 Patch2:%{name}-pythondir.patch
 Patch3:%{name}-flex.patch
+Patch4:unbound-bug-3512.patch
 URL:   http://unbound.net/
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake
@@ -129,6 +130,7 @@ Pythonowy interfejs do biblioteki unbound.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
diff --git a/unbound-bug-3512.patch b/unbound-bug-3512.patch
new file mode 100644
index 000..e58a4e5
--- /dev/null
+++ b/unbound-bug-3512.patch
@@ -0,0 +1,40 @@
+diff --git a/iterator/iterator.c b/iterator/iterator.c
+index 7f3c6573..26660059 100644
+--- a/iterator/iterator.c
 b/iterator/iterator.c
+@@ -1157,6 +1157,13 @@ processInitRequest(struct module_qstate* qstate, struct 
iter_qstate* iq,
+   if(iq->query_restart_count > MAX_RESTART_COUNT) {
+   verbose(VERB_QUERY, "request has exceeded the maximum number"
+   " of query restarts with %d", iq->query_restart_count);
++  if(iq->response) {
++  /* return the partial CNAME loop, i.e. with the
++   * actual packet in iq->response cleared of RRsets,
++   * the stored prepend RRsets contain the loop contents
++   * with duplicates removed */
++  return next_state(iq, FINISHED_STATE);
++  }
+   return error_response(qstate, id, LDNS_RCODE_SERVFAIL);
+   }
+ 
+@@ -1246,6 +1253,10 @@ processInitRequest(struct module_qstate* qstate, struct 
iter_qstate* iq,
+   iq->qchase.qname_len = slen;
+   /* This *is* a query restart, even if it is a cheap 
+* one. */
++  msg->rep->an_numrrsets = 0;
++  msg->rep->ns_numrrsets = 0;
++  msg->rep->ar_numrrsets = 0;
++  msg->rep->rrset_count = 0;
+   iq->dp = NULL;
+   iq->refetch_glue = 0;
+   iq->query_restart_count++;
+@@ -2739,6 +2750,10 @@ processQueryResponse(struct module_qstate* qstate, 
struct iter_qstate* iq,
+   if (qstate->env->cfg->qname_minimisation)
+   iq->minimisation_state = INIT_MINIMISE_STATE;
+   /* Clear the query state, since this is a query restart. */
++  iq->response->rep->an_numrrsets = 0;
++  iq->response->rep->ns_numrrsets = 0;
++  iq->response->rep->ar_numrrsets = 0;
++  iq->response->rep->rrset_count = 0;
+   iq->deleg_msg = NULL;
+   iq->dp = NULL;
+   iq->dsns_point = NULL;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unbound.git/commitdiff/e30ec7d49f7cb229732b43ffc50f3f2247d9e9dc

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libunwind] - added x32 patch, added x32 to supported archs; release 2

2018-02-21 Thread qboosh
commit 7bb8270bbb95acc04cd7b2d3c9b34e0674a92ec7
Author: Jakub Bogusz 
Date:   Wed Feb 21 21:19:59 2018 +0100

- added x32 patch, added x32 to supported archs; release 2

 libunwind-x32.patch | 13 +
 libunwind.spec  |  8 +---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/libunwind.spec b/libunwind.spec
index ed1574e..2cef2b6 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -7,12 +7,13 @@ Summary:  libunwind - a (mostly) platform-independent 
unwind API
 Summary(pl.UTF-8): libunwind - (prawie) niezależne od platformy API do 
rozwijania
 Name:  libunwind
 Version:   1.2.1
-Release:   1
+Release:   2
 License:   MIT
 Group: Libraries
 Source0:   
http://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz
 # Source0-md5: 06ba9e60d92fd6f55cd9dadb084df19e
 Patch0:%{name}-link.patch
+Patch1:%{name}-x32.patch
 URL:   http://www.nongnu.org/libunwind/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6
@@ -23,7 +24,7 @@ BuildRequires:binutils >= 2:2.15.94.0.2.2
 BuildRequires: libtool >= 2:2.0
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: xz-devel
-ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 mips ppc ppc64 sh
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} hppa ia64 mips ppc ppc64 sh
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some setjmp tricks expect non-redirected functions
@@ -33,7 +34,7 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch%{ix86}
 %defineasufx86
 %else
-%ifarch%{x8664}
+%ifarch%{x8664} x32
 %defineasufx86_64
 %else
 %defineasuf%{_target_cpu}
@@ -77,6 +78,7 @@ Statyczna biblioteka libunwind.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libunwind-x32.patch b/libunwind-x32.patch
new file mode 100644
index 000..8a42a8d
--- /dev/null
+++ b/libunwind-x32.patch
@@ -0,0 +1,13 @@
+--- libunwind-1.2.1/src/x86_64/Gos-linux.c.orig2017-06-15 
23:26:53.0 +0200
 libunwind-1.2.1/src/x86_64/Gos-linux.c 2018-02-21 20:52:26.940974303 
+0100
+@@ -143,8 +143,8 @@
+ 
+   Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
+  (unsigned long long) c->dwarf.ip, sc);
+-  __asm__ __volatile__ ("mov %0, %%rsp;"
+-"mov %1, %%rax;"
++  __asm__ __volatile__ ("mov %q0, %%rsp;"
++"mov %q1, %%rax;"
+ "syscall"
+ :: "r"(sc), "i"(SYS_rt_sigreturn)
+ : "memory");


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libunwind.git/commitdiff/7bb8270bbb95acc04cd7b2d3c9b34e0674a92ec7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/Mesa] Version: 17.3.5

2018-02-21 Thread jajcus
commit b906d0eb314e656a9755a6892eaa8c4e0a75591b
Author: Jacek Konieczny 
Date:   Wed Feb 21 19:38:17 2018 +0100

Version: 17.3.5

 Mesa.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index bbf50c6..eb31165 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -59,12 +59,12 @@
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
-Version:   17.3.4
+Version:   17.3.5
 Release:   1
 License:   MIT (core) and others - see license.html file
 Group: X11/Libraries
 Source0:   ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
-# Source0-md5: f08eccad27f34366db1bb3997d288c2f
+# Source0-md5: bf73288c33cf12abe62045c25e2196b4
 Patch0:%{name}-link.patch
 Patch1:glvnd-fix-gl-dot-pc.patch
 URL:   http://www.mesa3d.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/b906d0eb314e656a9755a6892eaa8c4e0a75591b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nagios-notify] - rel 2; add Auto-Submitted: auto-generated header

2018-02-21 Thread arekm
commit c6f91e8656d6c96464d95e55b71720ac9c0e0f64
Author: Arkadiusz Miśkiewicz 
Date:   Wed Feb 21 20:50:17 2018 +0100

- rel 2; add Auto-Submitted: auto-generated header

 headers.patch  | 33 +
 nagios-notify.spec |  4 +++-
 2 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/nagios-notify.spec b/nagios-notify.spec
index a0e92ba..9296b35 100644
--- a/nagios-notify.spec
+++ b/nagios-notify.spec
@@ -2,11 +2,12 @@ Summary:  Nagios Notify Script
 Summary(pl.UTF-8): Skrypt powiadamiający dla Nagiosa
 Name:  nagios-notify
 Version:   0.14
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Applications
 Source0:   %{name}-%{version}.tar.bz2
 # Source0-md5: 47c06d14e2944f222fe08298a62ef607
+Patch0:headers.patch
 URL:   http://glen.alkohol.ee/nagios-notify/
 Requires:  awk
 Requires:  nagios-common
@@ -53,6 +54,7 @@ Powody, dla których dobrze jest używać tego skryptu:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/headers.patch b/headers.patch
new file mode 100644
index 000..1c2c0c2
--- /dev/null
+++ b/headers.patch
@@ -0,0 +1,33 @@
+diff -urN nagios-notify-0.14.org/templates/notify-host-by-email.tmpl 
nagios-notify-0.14/templates/notify-host-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-host-by-email.tmpl 2012-12-14 
11:48:27.0 +0100
 nagios-notify-0.14/templates/notify-host-by-email.tmpl 2018-02-21 
20:49:01.969994349 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $DATE$@$HOSTNAME$.nagios
+ To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: Host $HOSTSTATE$ alert for $HOSTNAME$!
++Auto-Submitted: auto-generated
+ 
+ * Nagios/$VERSION$ *
+ 
+diff -urN 
nagios-notify-0.14.org/templates/notify-service-by-email-conditions.tmpl 
nagios-notify-0.14/templates/notify-service-by-email-conditions.tmpl
+--- nagios-notify-0.14.org/templates/notify-service-by-email-conditions.tmpl   
2012-12-14 11:48:27.0 +0100
 nagios-notify-0.14/templates/notify-service-by-email-conditions.tmpl   
2018-02-21 20:49:12.600313242 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+ To: "$(encode_mime_header:utf-8,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is 
$SERVICESTATE$ **
++Auto-Submitted: auto-generated
+ 
+ * Nagios/$VERSION$ *
+ 
+diff -urN nagios-notify-0.14.org/templates/notify-service-by-email.tmpl 
nagios-notify-0.14/templates/notify-service-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-service-by-email.tmpl  
2012-12-14 11:48:27.0 +0100
 nagios-notify-0.14/templates/notify-service-by-email.tmpl  2018-02-21 
20:49:19.157176605 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+ To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is 
$SERVICESTATE$ **
++Auto-Submitted: auto-generated
+ 
+ * Nagios/$VERSION$ *
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-notify.git/commitdiff/c6f91e8656d6c96464d95e55b71720ac9c0e0f64

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: Mesa: ERRORS: mesa-17.3.5.tar.xz

2018-02-21 Thread jajcus
Request by: jajcus

wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/c7893997-e3bc-4993-ac3e-eefeebe39b8f/bf73288c33cf12abe62045c25e2196b4/mesa-17.3.5.tar.xz
 ftp://ftp.freedesktop.org/pub/mesa/mesa-17.3.5.tar.xz:
failed: Connection refused.



Files fetched: 1

STORED: ftp://ftp.freedesktop.org/pub/mesa/mesa-17.3.5.tar.xz
bf73288c33cf12abe62045c25e2196b4  mesa-17.3.5.tar.xz
Size: 10724492 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xorg-app-intel-gpu-tools] - libunwind is no longer optional; release 2

2018-02-21 Thread qboosh
commit 5dbf753a26f4d710b09acc696a60d030f4053bf5
Author: Jakub Bogusz 
Date:   Wed Feb 21 21:55:16 2018 +0100

- libunwind is no longer optional; release 2

 xorg-app-intel-gpu-tools.spec | 16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/xorg-app-intel-gpu-tools.spec b/xorg-app-intel-gpu-tools.spec
index 95dda58..982fef9 100644
--- a/xorg-app-intel-gpu-tools.spec
+++ b/xorg-app-intel-gpu-tools.spec
@@ -1,15 +1,8 @@
-#
-# Conditional build:
-%bcond_without libunwind   # libunwind support in tests
-#
-%ifnarch %{ix86} %{x8664} %{arm} hppa ia64 mips ppc ppc64 sh
-%undefine  with_libunwind
-%endif
 Summary:   Tools for Intel DRM driver
 Summary(pl.UTF-8): Narzędzia do sterownika Intel DRM
 Name:  xorg-app-intel-gpu-tools
 Version:   1.21
-Release:   1
+Release:   2
 License:   MIT
 Group: X11/Applications
 Source0:   
https://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-%{version}.tar.xz
@@ -33,7 +26,7 @@ BuildRequires:gtk-doc >= 1.14
 BuildRequires: kmod-devel
 BuildRequires: libdrm-devel >= 2.4.82
 BuildRequires: libtool >= 2:2.2
-%{?with_libunwind:BuildRequires:   libunwind-devel}
+BuildRequires: libunwind-devel
 BuildRequires: peg
 BuildRequires: pixman-devel
 BuildRequires: pkgconfig
@@ -56,6 +49,8 @@ Requires: cairo >= 1.12.0
 Requires:  libdrm >= 2.4.82
 Requires:  xorg-lib-libXrandr >= 1.3
 Requires:  xorg-lib-libpciaccess >= 0.10
+# libunwind is required
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} hppa ia64 mips ppc ppc64 sh
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -83,8 +78,7 @@ sterownika Intel DRM.
--enable-gtk-doc \
--enable-shader-debugger \
--disable-silent-rules \
-   --with-html-dir=%{_gtkdocdir} \
-   %{!?with_libunwind:--without-libunwind}
+   --with-html-dir=%{_gtkdocdir}
 
 # python needs UTF-8 locale to read non-ascii debugger/system_routine/*.g4a 
files
 LC_ALL=C.UTF-8 \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-intel-gpu-tools.git/commitdiff/5dbf753a26f4d710b09acc696a60d030f4053bf5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nagios-notify] - rel 3; mail duration info

2018-02-21 Thread arekm
commit f84f47adf25604ce20770e3dc9f25b3f99754cdb
Author: Arkadiusz Miśkiewicz 
Date:   Wed Feb 21 20:56:14 2018 +0100

- rel 3; mail duration info

 duration.patch | 20 
 nagios-notify.spec |  4 +++-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/nagios-notify.spec b/nagios-notify.spec
index 9296b35..e7f7d1b 100644
--- a/nagios-notify.spec
+++ b/nagios-notify.spec
@@ -2,12 +2,13 @@ Summary:  Nagios Notify Script
 Summary(pl.UTF-8): Skrypt powiadamiający dla Nagiosa
 Name:  nagios-notify
 Version:   0.14
-Release:   2
+Release:   3
 License:   GPL v2
 Group: Applications
 Source0:   %{name}-%{version}.tar.bz2
 # Source0-md5: 47c06d14e2944f222fe08298a62ef607
 Patch0:headers.patch
+Patch1:duration.patch
 URL:   http://glen.alkohol.ee/nagios-notify/
 Requires:  awk
 Requires:  nagios-common
@@ -55,6 +56,7 @@ Powody, dla których dobrze jest używać tego skryptu:
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/duration.patch b/duration.patch
new file mode 100644
index 000..bc5a452
--- /dev/null
+++ b/duration.patch
@@ -0,0 +1,20 @@
+diff -urN nagios-notify-0.14.org/templates/notify-host-by-email.tmpl 
nagios-notify-0.14/templates/notify-host-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-host-by-email.tmpl 2018-02-21 
20:49:01.969994349 +0100
 nagios-notify-0.14/templates/notify-host-by-email.tmpl 2018-02-21 
20:55:06.047582770 +0100
+@@ -14,4 +14,5 @@
+ Address: $HOSTADDRESS$
+ Info: $HOSTOUTPUT$
+ 
++Duration: $SERVICEDURATION$
+ Date/Time: $LONGDATETIME$
+diff -urN nagios-notify-0.14.org/templates/notify-service-by-email.tmpl 
nagios-notify-0.14/templates/notify-service-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-service-by-email.tmpl  
2018-02-21 20:49:19.157176605 +0100
 nagios-notify-0.14/templates/notify-service-by-email.tmpl  2018-02-21 
20:55:16.601232698 +0100
+@@ -15,6 +15,7 @@
+ Address: $HOSTADDRESS$
+ State: $SERVICESTATE$
+ 
++Duration: $SERVICEDURATION$
+ Date/Time: $LONGDATETIME$
+ 
+ Additional Info:


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-notify.git/commitdiff/f84f47adf25604ce20770e3dc9f25b3f99754cdb

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit