Path to this page:
./
comms/minicom,
MS-DOS Telix serial communication program workalike
Branch: CURRENT,
Version: 2.7.1,
Package name: minicom-2.7.1,
Maintainer: pkgsrc-usersMinicom is a serial communication program. It is a un*x clone of the
well-known MS-DOS Telix program. It has ANSI color, dialing directory,
dial-a-list, script language, file up/download support, screen capture,
scroll-back, etc.
The author is Miquel van Smoorenburg (miquels@cistron.nl -or-
miquels@drinkel.ow.org). Note, minicom is covered by the GNU GPL.
Required to run:[
comms/gkermit] [
comms/lrzsz]
Required to build:[
pkgtools/cwrappers]
Package options: nls
Master sites:
SHA1: 915432810e7be05c684a634a2c6d45fec3c92cf9
RMD160: cc538b69d3bbc0de13691ac6394f03e97c5dfb5d
Filesize: 855.409 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-04-18) Updated to version: minicom-2.7.1
- (2016-03-23) Updated to version: minicom-2.7nb1
- (2015-07-26) Updated to version: minicom-2.7
- (2013-10-09) Updated to version: minicom-2.6.2
- (2013-07-12) Updated to version: minicom-2.6.1nb1
CVS history: (Expand)
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-05-07 10:08:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove patch that has no effect.
|
2017-04-18 15:30:57 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Updated minicom to 2.7.1.
New for version 2.7.1:
- CVE-2017-7467: Fix an out of bounds data access that
can lead to remote code execution. This issue was found
by Solar Designer of Openwall during a security audit of
the Virtuozzo 7 product, which contains derived downstream
code in its prl-vzvncserver component. The corresponding
Virtuozzo 7 fix is: \
https://src.openvz.org/projects/OVZ/rep … dcf06ca13f
Openwall would like to thank the Virtuozzo company for
funding the effort.
|
2016-03-23 00:24:10 by Ryo ONODERA | Files touched by this commit (1) |  |
Log message:
Drop setuid for bin/minicom, bump PKGREVISION
setuid bin/minicom makes zmodem support with comms/lrzsz unusable.
|
2015-11-25 13:48:55 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Remove mk/find-prefix.mk usage from the comms category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2015-11-03 02:34:58 by Alistair G. Crooks | Files touched by this commit (79) |
Log message:
Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
|
2015-07-24 12:33:27 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
1.22.2
---
- Fix buffering for funny sample formats (namely, 24 bit), that do not
fit nicely into 32768 bytes. Effect was a nasty endless loop where
mpg123 needs to be externally killed.
1.22.1
---
- Fix mpg123-id3dump when writing images with funny (manipulated) MIME type.
Stupid mistake in length computation of the fallback file extension caused
junk from memory being appended to the filename if the pointer size
is less than 64 bit. For 64 bit pointers (or longer) it was correct by
accident.
- Fix pedantic build by cleaning up out123 source, also now really showing
the encoding list in --longhelp instead of possibly, again, writing junk
from memory in there.
- Not linking libmpg123 against libltdl anymore (bug 215).
- Update MSVC++ ports a bit to make them work again.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|