Overview

Request 812778 accepted

- Fix some unneccesary global defenitions to fix build failures with
gcc10.
* fix-upstream-gcc10-build1.patch
* fix-upstream-gcc10-build2.patch
* fix-upstream-gcc10-build3.patch
- 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
- Add PreReq for group uucp
- 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
- fix Source url
- 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.
- 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
- configure wants "ckermit" present during build and at runtime.
- Prefer ncurses6w.
- 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
- fix build with automake-1.12
- add: automake-1.12.patch
- 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.
- add automake as buildrequire to avoid implicit dependency
- a complete fix for (bnc#707860)
- fix lockdev suppport (bnc#713330)
- increased length of serial device (bnc#707860)
- 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
- 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
- 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.
- Do not hardcode build dates in binaries
- use %_smp_mflags
- remove 01manual.diff as it's Debian specific
- use lockdev (FATE#308360)
- take over the package
- Import patches from Ubuntu
- add ncurses include to cflags
- fix build
- xminicom: display "minicom" in window title (bnc#398423)
- 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
- added ncurses-devel to buildreq
- 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
- reverted last change (moving scripts from aux/)
- changed gettext issues to fix build
- fixed getline name collision
- moved autotools scripts out of aux/
- fix subscript out of range (#151489)
- converted neededforbuild to BuildRequires
- fix for current gcc
- fixed permissions (bug #50438)
- add missing %attr
- add %defattr
- use BuildRoot and %find_lang
- package xminicom man page
- update to 2.1
- 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.
- add support for resmgr
- Add AM_GNU_GETTEXT_VERSION.
- turned off HW flow control in default setup (bug #20390)
- removed bogus self-provides
- build with current automake/autoconf/gettext
- update -> 2.00.0 (fixes, mainly)
- fix invalid multibyte characters in ko.po just to make it build
- fixed for glibc 2.2.1
- replaced call of "sx" with "sz -X"
- fixed some links
- update -> 1.83.1
- moved docs to /usr/share
- Use _mandir macro
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Don't link against libintl.a
- don't start rz with "-E" by default - our rz does not know it.
- marked minicom.users as %config again.
- 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.

Loading...
Request History
Simon Lees's avatar

simotek created request

- Fix some unneccesary global defenitions to fix build failures with
gcc10.
* fix-upstream-gcc10-build1.patch
* fix-upstream-gcc10-build2.patch
* fix-upstream-gcc10-build3.patch
- 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
- Add PreReq for group uucp
- 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
- fix Source url
- 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.
- 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
- configure wants "ckermit" present during build and at runtime.
- Prefer ncurses6w.
- 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
- fix build with automake-1.12
- add: automake-1.12.patch
- 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.
- add automake as buildrequire to avoid implicit dependency
- a complete fix for (bnc#707860)
- fix lockdev suppport (bnc#713330)
- increased length of serial device (bnc#707860)
- 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
- 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
- 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.
- Do not hardcode build dates in binaries
- use %_smp_mflags
- remove 01manual.diff as it's Debian specific
- use lockdev (FATE#308360)
- take over the package
- Import patches from Ubuntu
- add ncurses include to cflags
- fix build
- xminicom: display "minicom" in window title (bnc#398423)
- 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
- added ncurses-devel to buildreq
- 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
- reverted last change (moving scripts from aux/)
- changed gettext issues to fix build
- fixed getline name collision
- moved autotools scripts out of aux/
- fix subscript out of range (#151489)
- converted neededforbuild to BuildRequires
- fix for current gcc
- fixed permissions (bug #50438)
- add missing %attr
- add %defattr
- use BuildRoot and %find_lang
- package xminicom man page
- update to 2.1
- 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.
- add support for resmgr
- Add AM_GNU_GETTEXT_VERSION.
- turned off HW flow control in default setup (bug #20390)
- removed bogus self-provides
- build with current automake/autoconf/gettext
- update -> 2.00.0 (fixes, mainly)
- fix invalid multibyte characters in ko.po just to make it build
- fixed for glibc 2.2.1
- replaced call of "sx" with "sz -X"
- fixed some links
- update -> 1.83.1
- moved docs to /usr/share
- Use _mandir macro
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Don't link against libintl.a
- don't start rz with "-E" by default - our rz does not know it.
- marked minicom.users as %config again.
- 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.


Simon Lees's avatar

simotek accepted request

openSUSE Build Service is sponsored by