From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Mon, 22 Jun 2020 00:29:49 +0200 Message-Id: <20200621222953.12596-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/5] ustr: move to staging List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber The download server has been down for more than one week now. The packages was never updated since commit b4c224b6f93802ff2adf (2013-01-07, Wolfram Sang: "ustr: add package"), and the Debian package changelog [0] also shows no new versions since 2008. The only user, libsemanage, is already in staging. [0]: https://metadata.ftp-master.debian.org/changelogs//main/u/ustr/ustr_1.0.4-3_changelog Signed-off-by: Roland Hieber --- rules/host-ustr.in | 7 ++++++- rules/ustr.in | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rules/host-ustr.in b/rules/host-ustr.in index a64b4fd3eca3..65c8c2b895b9 100644 --- a/rules/host-ustr.in +++ b/rules/host-ustr.in @@ -1,5 +1,10 @@ -## SECTION=hosttools_noprompt +## SECTION=staging +## old section: +### SECTION=hosttools_noprompt config HOST_USTR tristate default y if ALLYES + help + STAGING: remove in PTXdist 2021.07.0 + No new versions since 2008, and fails to download. diff --git a/rules/ustr.in b/rules/ustr.in index 5546f564b49d..60cfe89f8dc6 100644 --- a/rules/ustr.in +++ b/rules/ustr.in @@ -1,4 +1,6 @@ -## SECTION=system_libraries +## SECTION=staging +## old section: +### SECTION=system_libraries config USTR tristate @@ -7,3 +9,6 @@ config USTR ustr (Micro string library) is a string API for C. It has tiny overhead over just plain strdup(), is much safer, is easier to use, is faster for many operations, can be used with read-only or automatically allocated data. + + STAGING: remove in PTXdist 2021.07.0 + No new versions since 2008, and fails to download. -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de