Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
minicom
minicom.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File minicom.changes of Package minicom
------------------------------------------------------------------- Thu Apr 13 01:13:24 UTC 2017 - sflees@suse.de - Update to 2.7.1 * Contains 1 fix for CVE-2017-7467, bsc#1033783 * Invalid cursor coordinates and scroll regions could lead to code execution ------------------------------------------------------------------- Wed Oct 26 14:20:42 CEST 2016 - kukuk@suse.de - Add PreReq for group uucp ------------------------------------------------------------------- Fri Mar 13 12:30:20 UTC 2015 - tchvatal@suse.com - Split language to subpackage - Remove check phase, it is empty just saying there is nothing to be done - Use name and version macros in Source path ------------------------------------------------------------------- Tue Jan 14 09:13:13 UTC 2014 - dmueller@suse.com - fix Source url ------------------------------------------------------------------- Thu Jan 2 11:12:46 UTC 2014 - vcizek@suse.com - update to 2.7 * Configurable status line via -F option, see manpage for a listing of format specifier. * Improve display of device name in status line. * Script: Binary transmission feature via "!<" * Fixes. ------------------------------------------------------------------- Wed Dec 18 09:58:51 UTC 2013 - mvyskocil@suse.com - update to 2.6.2 * Alternative hex output (to be improved) * Print creation date of serial device file (if < 20 hrs), useful for identifying just plugged in USB-Serial adapters * Support ':' (colon) in device path names. Note, that this changes old behaviour which used ':' as a device path delimiter. * Several language updates. - refreshed/rebased patches * minicom-2.3-no-build-date.patch * minicom-2.4-norootsetup.diff * minicom-2.5-serial_device_path_length.patch ------------------------------------------------------------------- Fri Dec 28 01:31:32 UTC 2012 - crrodriguez@opensuse.org - configure wants "ckermit" present during build and at runtime. - Prefer ncurses6w. ------------------------------------------------------------------- Wed May 30 19:54:13 UTC 2012 - sweet_f_a@gmx.de - remove not needed minicom-2.3-ncurses.patch to get rid of automake dependency - update to 2.6.1 * src/main.c, src/minicom.c: iconv: Handle the case that iconv did not convert anything. Reported by Mike Crowe, Debian #659351. * src/main.c: ETIME -> ETIMEDOUT as ETIME is not available on BSDs * src/main.c: Fix invalid memory used, reported by Larry Baker ------------------------------------------------------------------- Tue May 29 12:31:16 UTC 2012 - puzel@suse.com - fix build with automake-1.12 - add: automake-1.12.patch ------------------------------------------------------------------- Mon Jan 2 14:08:30 UTC 2012 - vcizek@suse.cz - update to 2.6 * Add possibility to add delay after every character transmission. * Fix build issues on Mac OS X. * Stop providing default modem init and reset strings (still available when editing). * Added possibility for timestamps in output, added by minicom * Added lockdev support. * Added new dialdir format that is supposed to be interoperable between 32 and 64 bits archs. ------------------------------------------------------------------- Thu Dec 1 11:22:01 UTC 2011 - coolo@suse.com - add automake as buildrequire to avoid implicit dependency ------------------------------------------------------------------- Tue Oct 18 12:10:47 UTC 2011 - vcizek@suse.com - a complete fix for (bnc#707860) ------------------------------------------------------------------- Wed Aug 24 09:44:30 UTC 2011 - lnussel@suse.de - fix lockdev suppport (bnc#713330) ------------------------------------------------------------------- Tue Jul 26 09:24:27 UTC 2011 - vcizek@novell.com - increased length of serial device (bnc#707860) ------------------------------------------------------------------- Mon Jan 31 10:03:17 UTC 2011 - vcizek@novell.com - update to 2.5 * src/script.c: Make word handling more dynamic, and thus allowing words > 89 chars. Reported via Debian BTS #610511. * src/rwconf.c: Fix config file parsing bug, Thanks Jan Görig, https://bugzilla.redhat.com/show_bug.cgi?id=669406 * src/updown.c: Check for error conditions on fd of running script. for minicom bug-tracker #312517, by Chris Simmonds * src/updown.c: Removed static buffers that limit multi-file zmodem functionality. (Redhat #98654) - removed two unneeded patches ------------------------------------------------------------------- Tue Jan 11 15:52:53 UTC 2011 - lnussel@suse.de - enable and fix socket support (bnc#661749) - change default device to /dev/modem as /dev/tty8 doesn't make sense - save to home if running as non-root ------------------------------------------------------------------- Tue Aug 31 15:46:53 CEST 2010 - anicka@suse.cz - update to 2.4 * Add options -b, -D and -R. * Remove environment variable for the remote charset and make it available via option -R. * remove all code that deals with running as suid-root. Also remove minicom.users as it's not needed anymore. Handle permissions within the file-system. * Consolidate lockfile handling into separate functions and use them, also do lockfile handling before and after launching kermit. * Add -b %b (Baudrate) to kermit command call. ------------------------------------------------------------------- Sun Aug 29 17:51:12 UTC 2010 - cristian.rodriguez@opensuse.org - Do not hardcode build dates in binaries ------------------------------------------------------------------- Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de - use %_smp_mflags ------------------------------------------------------------------- Wed Apr 28 14:53:17 UTC 2010 - lnussel@suse.de - remove 01manual.diff as it's Debian specific ------------------------------------------------------------------- Tue Mar 9 16:16:54 UTC 2010 - lnussel@suse.de - use lockdev (FATE#308360) ------------------------------------------------------------------- Wed Dec 16 17:55:40 UTC 2009 - crrodriguez@opensuse.org - take over the package - Import patches from Ubuntu ------------------------------------------------------------------- Thu Aug 28 17:00:30 CEST 2008 - ro@suse.de - add ncurses include to cflags ------------------------------------------------------------------- Tue Jul 22 22:38:34 CEST 2008 - crrodriguez@suse.de - fix build ------------------------------------------------------------------- Mon Jun 9 14:10:39 CEST 2008 - mmarek@suse.cz - xminicom: display "minicom" in window title (bnc#398423) ------------------------------------------------------------------- Fri Mar 28 15:40:10 CET 2008 - mmarek@suse.cz - updated to 2.3 * New version of the dial format to be little and big endian as well as 32/64 bit safe * Support more baud rates * Handle device disappearances (e.g. serial-USB device unplug) * Various build and other fixes - specfile cleanup ------------------------------------------------------------------- Fri Mar 30 01:43:01 CEST 2007 - ro@suse.de - added ncurses-devel to buildreq ------------------------------------------------------------------- Thu Oct 19 20:47:44 CEST 2006 - mjancar@suse.cz - update to 2.2 * Vietnamese translation added * Norwegian translation added * Traditional chinese translation added * Swedish translation added * Romanian translation added * default to 8bit mode if LANG or LC_ALL are set * default baud rate set to 115200 * Various code cleanups and fixes ------------------------------------------------------------------- Thu Aug 24 12:29:57 CEST 2006 - mkoenig@suse.de - reverted last change (moving scripts from aux/) - changed gettext issues to fix build ------------------------------------------------------------------- Tue Aug 22 18:13:50 CEST 2006 - mkoenig@suse.de - fixed getline name collision - moved autotools scripts out of aux/ ------------------------------------------------------------------- Mon Feb 27 17:50:14 CET 2006 - anicka@suse.cz - fix subscript out of range (#151489) ------------------------------------------------------------------- Wed Jan 25 21:38:19 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Mon Apr 18 10:56:27 CEST 2005 - mcihar@suse.cz - fix for current gcc ------------------------------------------------------------------- Fri Feb 4 14:03:00 CET 2005 - mcihar@suse.cz - fixed permissions (bug #50438) ------------------------------------------------------------------- Mon Jan 12 11:45:30 CET 2004 - adrian@suse.de - add missing %attr ------------------------------------------------------------------- Sat Jan 10 16:51:41 CET 2004 - adrian@suse.de - add %defattr ------------------------------------------------------------------- Wed Jul 23 13:49:20 CEST 2003 - coolo@suse.de - use BuildRoot and %find_lang - package xminicom man page ------------------------------------------------------------------- Mon May 26 16:33:59 CEST 2003 - stepan@suse.de - update to 2.1 ------------------------------------------------------------------- Tue Dec 24 16:24:04 CET 2002 - mfabian@suse.de - fix charset headers in Japanese .po files (messages in ja_JP.UTF-8 were garbled because of this) - remove backslashes in the SJIS encoded Japanese .po file which were only needed as a workaround for deficiencies in older versions of gettext. These extra backslashes cause trouble with newer gettext versions. ------------------------------------------------------------------- Fri Nov 29 09:47:35 CET 2002 - okir@suse.de - add support for resmgr ------------------------------------------------------------------- Mon Nov 18 17:28:48 CET 2002 - schwab@suse.de - Add AM_GNU_GETTEXT_VERSION. ------------------------------------------------------------------- Tue Oct 1 14:48:05 CEST 2002 - uli@suse.de - turned off HW flow control in default setup (bug #20390) ------------------------------------------------------------------- Wed Sep 18 01:49:24 CEST 2002 - ro@suse.de - removed bogus self-provides ------------------------------------------------------------------- Thu Apr 4 13:03:06 CEST 2002 - ro@suse.de - build with current automake/autoconf/gettext ------------------------------------------------------------------- Thu Dec 6 12:42:11 CET 2001 - uli@suse.de - update -> 2.00.0 (fixes, mainly) ------------------------------------------------------------------- Thu Apr 19 12:02:37 CEST 2001 - mfabian@suse.de - fix invalid multibyte characters in ko.po just to make it build ------------------------------------------------------------------- Wed Feb 7 11:54:50 CET 2001 - uli@suse.de - fixed for glibc 2.2.1 ------------------------------------------------------------------- Thu Dec 21 16:22:06 CET 2000 - uli@suse.de - replaced call of "sx" with "sz -X" ------------------------------------------------------------------- Thu Nov 30 15:09:46 CET 2000 - uli@suse.de - fixed some links ------------------------------------------------------------------- Wed Nov 29 15:25:24 CET 2000 - uli@suse.de - update -> 1.83.1 ------------------------------------------------------------------- Wed May 24 15:55:58 MEST 2000 - uli@suse.de - moved docs to /usr/share ------------------------------------------------------------------- Thu Mar 2 19:06:32 CET 2000 - kukuk@suse.de - Use _mandir macro ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Thu May 6 11:25:04 MEST 1999 - kukuk@suse.de - Don't link against libintl.a ------------------------------------------------------------------- Thu Jul 30 10:42:04 MEST 1998 - bs@suse.de - don't start rz with "-E" by default - our rz does not know it. ------------------------------------------------------------------- Tue Jul 28 10:09:26 MEST 1998 - bs@suse.de - marked minicom.users as %config again. ------------------------------------------------------------------- Mon Jul 27 19:35:42 MEST 1998 - werner@suse.de - new version 1.81.1 - applied red hat security patches - DONT set sguid uucp (you can't be saver :) ). User have to be in group uucp, if they want access to modem.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor