* [Buildroot] [PATCH 01/10] git: bump to version 2.4.4
@ 2015-06-18 16:44 Vicente Olivert Riera
2015-06-18 16:44 ` [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a Vicente Olivert Riera
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2015-06-18 16:44 UTC (permalink / raw)
To: buildroot
- Bump to version 2.4.4
- Update hash file
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/git/git.hash | 2 +-
package/git/git.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/git/git.hash b/package/git/git.hash
index 8cc7be7..cb4ce13 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,2 +1,2 @@
# From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256 18eb8462026a55ab34a657282e894bdaad331ea59bfebeba5eb45b27b58cf825 git-2.3.2.tar.xz
+sha256 f873b15d42281474fcba5921295d01e48a3cd3cddcbeb3d60176bf30f5f30260 git-2.4.4.tar.xz
diff --git a/package/git/git.mk b/package/git/git.mk
index 845c24e..50e5d7b 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GIT_VERSION = 2.3.2
+GIT_VERSION = 2.4.4
GIT_SOURCE = git-$(GIT_VERSION).tar.xz
GIT_SITE = https://www.kernel.org/pub/software/scm/git
GIT_LICENSE = GPLv2 LGPLv2.1+
--
2.3.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
@ 2015-06-18 16:44 ` Vicente Olivert Riera
2015-06-19 19:06 ` Peter Korsgaard
2015-06-18 16:44 ` [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0 Vicente Olivert Riera
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Vicente Olivert Riera @ 2015-06-18 16:44 UTC (permalink / raw)
To: buildroot
- Bump to version 4.6.3a
- Update hash file
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/lftp/lftp.hash | 2 +-
package/lftp/lftp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash
index a832087..f1e45bc 100644
--- a/package/lftp/lftp.hash
+++ b/package/lftp/lftp.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 1e61d5c94b06c333309185e86cfce0729e45e3f69f7496c58d61093b135c8bb9 lftp-4.6.2.tar.xz
+sha256 8c3a12a1f9ec288132b245bdd7d14d88ade1aa5cb1c14bb68c8fab3b68793840 lftp-4.6.3a.tar.xz
diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index 362ad28..b69e2d6 100644
--- a/package/lftp/lftp.mk
+++ b/package/lftp/lftp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LFTP_VERSION = 4.6.2
+LFTP_VERSION = 4.6.3a
LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
LFTP_SITE = http://lftp.yar.ru/ftp
LFTP_LICENSE = GPLv3+
--
2.3.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
2015-06-18 16:44 ` [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a Vicente Olivert Riera
@ 2015-06-18 16:44 ` Vicente Olivert Riera
2015-06-18 18:40 ` Gustavo Zacarias
2015-06-18 16:44 ` [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121 Vicente Olivert Riera
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Vicente Olivert Riera @ 2015-06-18 16:44 UTC (permalink / raw)
To: buildroot
- Bump to version 7.43.0
- Update hash file
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/libcurl/libcurl.hash | 2 +-
package/libcurl/libcurl.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index 59a458e..ee68922 100644
--- a/package/libcurl/libcurl.hash
+++ b/package/libcurl/libcurl.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
-sha256 e2905973391ec2dfd7743a8034ad10eeb58dab8b3a297e7892a41a7999cac887 curl-7.42.1.tar.bz2
+sha256 baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9 curl-7.43.0.tar.bz2
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 0ce2dfd..29a888c 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBCURL_VERSION = 7.42.1
+LIBCURL_VERSION = 7.43.0
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
LIBCURL_SITE = http://curl.haxx.se/download
LIBCURL_DEPENDENCIES = host-pkgconf \
--
2.3.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
2015-06-18 16:44 ` [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a Vicente Olivert Riera
2015-06-18 16:44 ` [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0 Vicente Olivert Riera
@ 2015-06-18 16:44 ` Vicente Olivert Riera
2015-06-19 21:19 ` Peter Korsgaard
2015-06-18 16:44 ` [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4 Vicente Olivert Riera
2015-06-19 18:17 ` [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: Vicente Olivert Riera @ 2015-06-18 16:44 UTC (permalink / raw)
To: buildroot
- Bump to version 2.02.121
- Update hash file
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/lvm2/lvm2.hash | 2 +-
package/lvm2/lvm2.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/lvm2/lvm2.hash b/package/lvm2/lvm2.hash
index e7f7b2d..6137108 100644
--- a/package/lvm2/lvm2.hash
+++ b/package/lvm2/lvm2.hash
@@ -1,2 +1,2 @@
# From ftp://sources.redhat.com/pub/lvm2/md5.sum
-md5 ab5889dae7924b44ed2444161058a419 LVM2.2.02.117.tgz
+md5 702c61bf07a8fc6dc0db6e9d323d9f6d LVM2.2.02.121.tgz
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 6e324eb..a2db504 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LVM2_VERSION = 2.02.117
+LVM2_VERSION = 2.02.121
LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz
LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases
LVM2_INSTALL_STAGING = YES
--
2.3.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
` (2 preceding siblings ...)
2015-06-18 16:44 ` [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121 Vicente Olivert Riera
@ 2015-06-18 16:44 ` Vicente Olivert Riera
2015-06-21 4:39 ` Thomas Petazzoni
2015-06-19 18:17 ` [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: Vicente Olivert Riera @ 2015-06-18 16:44 UTC (permalink / raw)
To: buildroot
- Bump to version 0.9.4
- Update hash file
- Remove upstreamed patches
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/pinentry/0001-fix-include-paths.patch | 42 ----------
package/pinentry/0002-qt-no-accessibility.patch | 102 ------------------------
package/pinentry/pinentry.hash | 2 +-
package/pinentry/pinentry.mk | 2 +-
4 files changed, 2 insertions(+), 146 deletions(-)
delete mode 100644 package/pinentry/0001-fix-include-paths.patch
delete mode 100644 package/pinentry/0002-qt-no-accessibility.patch
diff --git a/package/pinentry/0001-fix-include-paths.patch b/package/pinentry/0001-fix-include-paths.patch
deleted file mode 100644
index c18a613..0000000
--- a/package/pinentry/0001-fix-include-paths.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-qt4: fix include paths
-
-Fix include paths in generated .moc files.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-diff -durN pinentry-0.9.0.orig/qt4/pinentryconfirm.moc pinentry-0.9.0/qt4/pinentryconfirm.moc
---- pinentry-0.9.0.orig/qt4/pinentryconfirm.moc 2014-09-18 10:35:48.000000000 +0200
-+++ pinentry-0.9.0/qt4/pinentryconfirm.moc 2014-12-14 23:09:52.086048672 +0100
-@@ -6,7 +6,7 @@
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
-
--#include "../../../s/pinentry/qt4/pinentryconfirm.h"
-+#include "qt4/pinentryconfirm.h"
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'pinentryconfirm.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 63
-diff -durN pinentry-0.9.0.orig/qt4/pinentrydialog.moc pinentry-0.9.0/qt4/pinentrydialog.moc
---- pinentry-0.9.0.orig/qt4/pinentrydialog.moc 2014-09-18 10:35:48.000000000 +0200
-+++ pinentry-0.9.0/qt4/pinentrydialog.moc 2014-12-14 23:09:36.357871032 +0100
-@@ -6,7 +6,7 @@
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
-
--#include "../../../s/pinentry/qt4/pinentrydialog.h"
-+#include "qt4/pinentrydialog.h"
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'pinentrydialog.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 63
-diff -durN pinentry-0.9.0.orig/qt4/qsecurelineedit.moc pinentry-0.9.0/qt4/qsecurelineedit.moc
---- pinentry-0.9.0.orig/qt4/qsecurelineedit.moc 2014-09-18 10:35:48.000000000 +0200
-+++ pinentry-0.9.0/qt4/qsecurelineedit.moc 2014-12-14 23:09:18.693671498 +0100
-@@ -6,7 +6,7 @@
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
-
--#include "../../../s/pinentry/qt4/qsecurelineedit.h"
-+#include "qt4/qsecurelineedit.h"
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'qsecurelineedit.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 63
diff --git a/package/pinentry/0002-qt-no-accessibility.patch b/package/pinentry/0002-qt-no-accessibility.patch
deleted file mode 100644
index 2f9e508..0000000
--- a/package/pinentry/0002-qt-no-accessibility.patch
+++ /dev/null
@@ -1,102 +0,0 @@
-commit 484465338ea6f5f12eb1341ca0ef84aa79224ed4
-Author: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Date: Mon Dec 8 16:42:42 2014 +0000
-
- pinentry-qt4: make the accessibility part optional
-
- Check if the Qt libraries have support for QT Accessibility before using
- it. Otherwise it will raise error like these one:
-
- main.cpp: In function 'int qt_cmd_handler(pinentry_t)':
- main.cpp:220:51: error: 'class QAbstractButton' has no member named
- 'setAccessibleDescription'
-
- Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-
-Backported from upstream.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-diff --git a/qt4/main.cpp b/qt4/main.cpp
-index 106999e..b2a69f2 100644
---- a/qt4/main.cpp
-+++ b/qt4/main.cpp
-@@ -217,8 +217,9 @@ qt_cmd_handler (pinentry_t pe)
- for ( size_t i = 0 ; i < sizeof buttonLabels / sizeof *buttonLabels ; ++i )
- if ( (buttons & buttonLabels[i].button) && !buttonLabels[i].label.isEmpty() ) {
- box.button( buttonLabels[i].button )->setText( buttonLabels[i].label );
-+#ifndef QT_NO_ACCESSIBILITY
- box.button( buttonLabels[i].button )->setAccessibleDescription ( buttonLabels[i].label );
--
-+#endif
- }
-
- box.setIconPixmap( icon() );
-diff --git a/qt4/pinentryconfirm.cpp b/qt4/pinentryconfirm.cpp
-index dfbd19f..6b3d545 100644
---- a/qt4/pinentryconfirm.cpp
-+++ b/qt4/pinentryconfirm.cpp
-@@ -30,8 +30,10 @@ PinentryConfirm::PinentryConfirm(Icon icon, int timeout, const QString &title,
- connect(_timer, SIGNAL(timeout()), this, SLOT(slotTimeout()));
- _timer->start(timeout*1000);
- }
-+#ifndef QT_NO_ACCESSIBILITY
- setAccessibleDescription (desc);
- setAccessibleName (title);
-+#endif
- raiseWindow (this);
- }
-
-diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
-index 3a6dacc..456f022 100644
---- a/qt4/pinentrydialog.cpp
-+++ b/qt4/pinentrydialog.cpp
-@@ -217,7 +217,9 @@ void PinEntryDialog::setDescription( const QString& txt )
- {
- _desc->setVisible( !txt.isEmpty() );
- _desc->setText( txt );
-+#ifndef QT_NO_ACCESSIBILITY
- _desc->setAccessibleDescription ( txt );
-+#endif
- _icon->setPixmap( icon() );
- setError( QString::null );
- }
-@@ -231,7 +233,9 @@ void PinEntryDialog::setError( const QString& txt )
- {
- if( !txt.isNull() )_icon->setPixmap( icon( QStyle::SP_MessageBoxCritical ) );
- _error->setText( txt );
-+#ifndef QT_NO_ACCESSIBILITY
- _error->setAccessibleDescription ( txt );
-+#endif
- _error->setVisible( !txt.isEmpty() );
- }
-
-@@ -264,14 +268,18 @@ QString PinEntryDialog::prompt() const
- void PinEntryDialog::setOkText( const QString& txt )
- {
- _ok->setText( txt );
-+#ifndef QT_NO_ACCESSIBILITY
- _ok->setAccessibleDescription ( txt );
-+#endif
- _ok->setVisible( !txt.isEmpty() );
- }
-
- void PinEntryDialog::setCancelText( const QString& txt )
- {
- _cancel->setText( txt );
-+#ifndef QT_NO_ACCESSIBILITY
- _cancel->setAccessibleDescription ( txt );
-+#endif
- _cancel->setVisible( !txt.isEmpty() );
- }
-
-@@ -279,7 +287,9 @@ void PinEntryDialog::setQualityBar( const QString& txt )
- {
- if (_have_quality_bar) {
- _quality_bar_label->setText( txt );
-+#ifndef QT_NO_ACCESSIBILITY
- _quality_bar_label->setAccessibleDescription ( txt );
-+#endif
- }
- }
-
diff --git a/package/pinentry/pinentry.hash b/package/pinentry/pinentry.hash
index 851c721..d544efd 100644
--- a/package/pinentry/pinentry.hash
+++ b/package/pinentry/pinentry.hash
@@ -1,2 +1,2 @@
# From https://www.gnupg.org/download/integrity_check.html
-sha1 f8e5c774c35fbb91d84e82559baf76f6b4513236 pinentry-0.9.0.tar.bz2
+sha1 0c47f0ddea4631bcba01ebbeca8bffe0bf43e440 pinentry-0.9.4.tar.bz2
diff --git a/package/pinentry/pinentry.mk b/package/pinentry/pinentry.mk
index c4d83ee..e8db342 100644
--- a/package/pinentry/pinentry.mk
+++ b/package/pinentry/pinentry.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PINENTRY_VERSION = 0.9.0
+PINENTRY_VERSION = 0.9.4
PINENTRY_SOURCE = pinentry-$(PINENTRY_VERSION).tar.bz2
PINENTRY_SITE = ftp://ftp.gnupg.org/gcrypt/pinentry
PINENTRY_LICENSE = GPLv2+
--
2.3.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0
2015-06-18 16:44 ` [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0 Vicente Olivert Riera
@ 2015-06-18 18:40 ` Gustavo Zacarias
0 siblings, 0 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2015-06-18 18:40 UTC (permalink / raw)
To: buildroot
On 18/06/15 13:44, Vicente Olivert Riera wrote:
> - Bump to version 7.43.0
> - Update hash file
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Ditto wireshark, security update as well.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 01/10] git: bump to version 2.4.4
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
` (3 preceding siblings ...)
2015-06-18 16:44 ` [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4 Vicente Olivert Riera
@ 2015-06-19 18:17 ` Peter Korsgaard
4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2015-06-19 18:17 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> - Bump to version 2.4.4
> - Update hash file
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a
2015-06-18 16:44 ` [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a Vicente Olivert Riera
@ 2015-06-19 19:06 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2015-06-19 19:06 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> - Bump to version 4.6.3a
> - Update hash file
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121
2015-06-18 16:44 ` [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121 Vicente Olivert Riera
@ 2015-06-19 21:19 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2015-06-19 21:19 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> - Bump to version 2.02.121
> - Update hash file
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4
2015-06-18 16:44 ` [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4 Vicente Olivert Riera
@ 2015-06-21 4:39 ` Thomas Petazzoni
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2015-06-21 4:39 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Thu, 18 Jun 2015 18:44:28 +0200, Vicente Olivert Riera wrote:
> - Bump to version 0.9.4
> - Update hash file
> - Remove upstreamed patches
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/pinentry/0001-fix-include-paths.patch | 42 ----------
> package/pinentry/0002-qt-no-accessibility.patch | 102 ------------------------
> package/pinentry/pinentry.hash | 2 +-
> package/pinentry/pinentry.mk | 2 +-
> 4 files changed, 2 insertions(+), 146 deletions(-)
> delete mode 100644 package/pinentry/0001-fix-include-paths.patch
> delete mode 100644 package/pinentry/0002-qt-no-accessibility.patch
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-06-21 4:39 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18 16:44 [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Vicente Olivert Riera
2015-06-18 16:44 ` [Buildroot] [PATCH 02/10] lftp: bump to version 4.6.3a Vicente Olivert Riera
2015-06-19 19:06 ` Peter Korsgaard
2015-06-18 16:44 ` [Buildroot] [PATCH 03/10] libcurl: bump to version 7.43.0 Vicente Olivert Riera
2015-06-18 18:40 ` Gustavo Zacarias
2015-06-18 16:44 ` [Buildroot] [PATCH 04/10] lvm2: bump to version 2.02.121 Vicente Olivert Riera
2015-06-19 21:19 ` Peter Korsgaard
2015-06-18 16:44 ` [Buildroot] [PATCH 05/10] pinentry: bump to version 0.9.4 Vicente Olivert Riera
2015-06-21 4:39 ` Thomas Petazzoni
2015-06-19 18:17 ` [Buildroot] [PATCH 01/10] git: bump to version 2.4.4 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox