Debian Patches

Status for xtel/3.3.0-29

Patch Description Author Forwarded Bugs Origin Last update
debian-changes diff --git a/README_IMINITEL.txt b/README_IMINITEL.txt
index 9f06964..4fb6765 100644
no
motif diff --git b/Config.tmpl a/Config.tmpl
index 4c6460e..07581ca 100644
no
a2ps diff --git a/XTel.ad b/XTel.ad
index dc37b49..ff04720 100644
no
mkstemp diff --git a/Config.tmpl b/Config.tmpl
index 1283be2..d20da21 100644
no
snprintf diff --git a/Config.tmpl b/Config.tmpl
index d20da21..758aed8 100644
no
strerror diff --git a/Config.tmpl b/Config.tmpl
index 758aed8..eb19e7f 100644
no
config diff --git a/Config.tmpl b/Config.tmpl
index eb19e7f..5c52b5c 100644
no
faq no
bash diff -u xtel-3.3.0/make_xtel_lignes.sh xtel-3.3.0/make_xtel_lignes.sh no
xteld.man commit 745dbd7a810d86f9eea8992943e45e30479d6d3d

Cleanup for new upload.

* debian/control:
- New maintainer.
- Bump Standards-Version to 3.8.4 (no changes needed).
- Replace xbase-clients build-dep with xfonts-utils (for bdftopcf and
mkfontdir).
- Replace xutils with xutils-dev (for xmkmf).
- Drop xbase-clients and xfonts-utils Depends.
- Fix spelling.
* xteld.man: Replace quotes with double quotes.
* debian/prerm: Remove call to install-docs.

diff --git a/xteld.man b/xteld.man
index 8fc1b18..f2d04ab 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-03-06
teleinfo commit bebb5af9bb815476cbc0a8068bff2956535f4123

Enable teleinfo support and fix it for UTF-8 support

diff --git a/lecteur.c b/lecteur.c
index dd62d00..deaee4b 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-03-08
maxpathlen commit a02564674c4fee485b43082bbbaadb794825be4b

* Define MAXPATHLEN to fix hurd-i386 build.

diff --git a/xteld.c b/xteld.c
index 2732d4e..e5a7f96 100644
Samuel Thibault <youpi@flubber.bddebian.com> no 2010-03-09
termios commit df413e5a45072d6487d338b140b5717bfb6a181e

Define USE_TERMIOS on kfreebsd-* too.
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-03-10
arrows0 commit 0924c68a2b28cb0a4027d1d7453e4f8416d1e051

ajout support flèches de direction

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index a8e0fdd..0ab0854 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-10-17
arrows commit edbb2eef77544c599e00d344bf3b8e06b4db156f

Fix arrow keys, add a few brown keys

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index 0ab0854..8d21ca8 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-10-23
keys-early commit 703975323aed928383c92633456acff95f240940

rework videotex to catch some keys early (enter, backspace/delete)

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index 8d21ca8..a42e59e 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-10-23
key-bindings commit 72c1c19238563b748c150cc75ebae9bc877c3632

Drop brown key bindings, already handled in lower layers

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index a42e59e..e527dfe 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-10-29
arrows-click commit becb2fd8e25ac2ad7a32312b0b1785fab877c46b

Add support for clicking on on-screen arrows to press arrows.

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index e527dfe..08c77ae 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-10-29
leak commit 45eff750258028220f71957d72383a52eb3cb763

Fix FILE leak, thanks DACA!

diff --git a/config.c b/config.c
index 187e0fa..3d6d141 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2010-12-17
fclose commit 0c1f231373a4177aaf87cd9affe350d4c3f73dfc

* protocoles.c: Fix crash on bogus fclose().

diff --git a/protocoles.c b/protocoles.c
index 24b4c50..450c4d9 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2011-11-07
modem commit 3bbe1adc04541de69402914062689e29a93488e1

modem.c: Fix format security issue.

diff --git a/modem.c b/modem.c
index 53cac98..6c067b8 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2011-11-07
debugging commit 32a730c4c6bc67a0fdd551a17168e0718c88dfa0

* Imakefile: Set debugging flags to -g -O2.

diff --git a/Imakefile b/Imakefile
index 96c93f4..49c6464 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2011-11-07
mdmdetect commit 47a5910b7b0ec5797dc658b86a52c8c8ea249f1a

Fix mdmdetect crash due to incorrect argument parsing

diff --git a/mdmdetect.c b/mdmdetect.c
index d11e6f0..a0d1799 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2013-06-29
no-common commit 7a5a456521aada964a7c26e13ca8b98837a367f9

xm.c: Fix build with -fno-common

which will be the default with gcc-10 (Closes: Bug#958003).

diff --git a/xm.c b/xm.c
index dbb6c43..d0fbcd8 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2020-04-17
ar commit acd97588acd9cfca80353069f70f1703b23e2685

Imakefile: Fix calling ar

diff --git a/Imakefile b/Imakefile
index afce7a4..93fb5ac 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2021-09-13
implicit-func commit 313a27fe0252af3070a3646b15071dfc8d1e723a

Fix build with qa=+bug-implicit-func

diff --git a/Videotex/Videotex.c b/Videotex/Videotex.c
index 08c77ae..2447bbd 100644
Samuel Thibault <samuel.thibault@ens-lyon.org> no 2024-03-13
gcc-14 no

All known versions for source package 'xtel'

Links