From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Feb 2022 17:30:05 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nG1TJ-005fa2-GJ for lore@lore.pengutronix.de; Fri, 04 Feb 2022 17:30:05 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nG1TI-0008AR-91; Fri, 04 Feb 2022 17:30:04 +0100 Received: from mail.pqgruber.com ([52.59.78.55]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nG1T1-00080z-0H for ptxdist@pengutronix.de; Fri, 04 Feb 2022 17:29:48 +0100 Received: from localhost.localdomain (213-47-165-233.cable.dynamic.surfer.at [213.47.165.233]) by mail.pqgruber.com (Postfix) with ESMTPSA id 79B94C34E00; Fri, 4 Feb 2022 17:29:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pqgruber.com; s=mail; t=1643992186; bh=TgXcnkdPW/NCVRsTWqojPFnbreaQBYup8TwaII2vqy0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z+B2CT9l8xQ3JMDn4cJWxywqqzYXF8c6REAAPAEtKhSiXinZA3mcc5vOaFjqpmw9p ibuhfIb5t1u7ZEFuddxlMIupJo8V361Y+5cs/YcR1htBNInACn70y9h0wOpc3OPoZM Szc+9saw8MIs05/XhQUejcXqYW7+8lck2nXf4BAM= From: Clemens Gruber To: ptxdist@pengutronix.de Date: Fri, 4 Feb 2022 17:28:09 +0100 Message-Id: <20220204162809.830058-3-clemens.gruber@pqgruber.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220204162809.830058-1-clemens.gruber@pqgruber.com> References: <20220204162809.830058-1-clemens.gruber@pqgruber.com> MIME-Version: 1.0 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-102.6 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 3/3] protobuf: version bump 3.7.1 -> 3.19.4 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Clemens Gruber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Running autogen.sh is no longer necessary. Signed-off-by: Clemens Gruber --- patches/protobuf-all-3.7.1/autogen.sh | 1 - rules/protobuf.make | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 patches/protobuf-all-3.7.1/autogen.sh diff --git a/patches/protobuf-all-3.7.1/autogen.sh b/patches/protobuf-all-3.7.1/autogen.sh deleted file mode 120000 index 9f8a4cb7d..000000000 --- a/patches/protobuf-all-3.7.1/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -../autogen.sh \ No newline at end of file diff --git a/rules/protobuf.make b/rules/protobuf.make index a5c126443..1cb4bd7d0 100644 --- a/rules/protobuf.make +++ b/rules/protobuf.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf # # Paths and names # -PROTOBUF_VERSION := 3.7.1 -PROTOBUF_MD5 := cda6ae370a5df941f8aa837c8a0292ba +PROTOBUF_VERSION := 3.19.4 +PROTOBUF_MD5 := e96c719ff844bc2fe635efab79e71f55 PROTOBUF := protobuf-all-$(PROTOBUF_VERSION) PROTOBUF_SUFFIX := tar.gz PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/$(PROTOBUF).$(PROTOBUF_SUFFIX) -- 2.35.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de