aboutsummaryrefslogtreecommitdiff
path: root/utils/minicom
Commit message (Collapse)AuthorAge
* minicom: update to 2.9krant2024-04-12
| | | | | | - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* minicom: remove PKG_FIXUP:autoreconfFlorian Eckert2021-12-03
| | | | | | | | | | | | | | | | | The definition PKG_FIXUP=:autorenconf is no longer necessary. If this option is not removed, I get the following compilation error warning. configure.ac:125: warning: macro 'AM_GNU_GETTEXT' not found in library configure.ac:126: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library And the compilation stops with the following message. ./configure: line 6690: syntax error near unexpected token `external' ./configure: line 6690: `AM_GNU_GETTEXT(external)' Removing the PKG_FIXUP solves this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* minicom: update to 2.8Rosen Penev2021-07-23
| | | | | | | | | | | | | Switch URL to new upstream. Switch to AUTORELEASE for simplicity. Removed most patches as they have been upstreamed. Rebased the remaining one. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* minicom: fix compilation with GCC10Rosen Penev2020-07-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* minicom: update to v2.7.1Álvaro Fernández Rojas2017-12-31
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* minicom: remove build time to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* minicom: fix full language supportÁlvaro Fernández Rojas2015-06-25
| | | | | | Fixes https://github.com/openwrt/packages/issues/1467 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* minicom: fix iconv dependencies, music includes and musl compatibilityÁlvaro Fernández Rojas2015-06-19
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* minicom: Import 2.3 from packages and update to 2.7.Álvaro Fernández Rojas2014-06-12
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>