[hamradio-commits] [direwolf] branch master updated (f8ffcc3 -> 879e566)

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Feb 2 00:46:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a change to branch master
in repository direwolf.

      from  f8ffcc3   Changed architecture for direwolf to whitelist of el architectures. #774389
       new  5178f71   Imported Upstream version 1.1
       new  8a117eb   Merge tag 'upstream/1.1'
       new  bb7abd9   Added a .gitignore to ignore .pc
       new  879e566   Updates for new upstream 1.1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                  |    1 +
 APRStt-Implementation-Notes.pdf             |  Bin 1034778 -> 1035197 bytes
 CHANGES.txt                                 |   85 +-
 Makefile.linux                              |  134 +-
 Makefile.win                                |   64 +-
 Raspberry-Pi-APRS-Tracker.pdf               |  Bin 0 -> 716558 bytes
 Raspberry-Pi-APRS.pdf                       |  Bin 835647 -> 1278049 bytes
 User-Guide.pdf                              |  Bin 2728705 -> 3108791 bytes
 aclients.c                                  |    5 +-
 aprs_tt.c                                   |   17 +-
 aprs_tt.h                                   |    9 +-
 atest.c                                     |   64 +-
 audio.c                                     |   82 +-
 audio.h                                     |    8 +-
 audio_win.c                                 |    2 +-
 ax25_pad.c                                  |  664 ++++++----
 ax25_pad.h                                  |   49 +-
 beacon.c                                    |  173 ++-
 beacon.h                                    |    2 +
 config.c                                    |  315 ++++-
 config.h                                    |   28 +-
 debian/changelog                            |    6 +
 debian/control                              |    3 +-
 debian/patches/fix_documentation_path.patch |    2 +-
 debian/patches/fix_hardening-no-relro.patch |   89 +-
 debian/patches/makefile_install.patch       |   87 +-
 decode_aprs.c                               | 1833 ++++++++++++++++-----------
 decode_aprs.h                               |  103 +-
 demod_afsk.c                                |    7 +-
 digipeater.c                                |   42 +-
 digipeater.h                                |    5 +
 direwolf.c                                  |  148 ++-
 direwolf.conf                               |  136 +-
 direwolf.h                                  |   22 +-
 dsp.c                                       |   22 +-
 dwgps.c                                     |  100 +-
 encode_aprs.c                               |   87 +-
 encode_aprs.h                               |    2 +-
 fsk_demod_state.h                           |   44 +
 grm_sym.h                                   |  501 ++++++++
 hdlc_rec.c                                  |    1 +
 hdlc_rec2.c                                 |  592 +++++++--
 hdlc_rec2.h                                 |   64 +-
 kiss.c                                      |  207 +--
 kiss_frame.c                                |  400 ++++--
 kiss_frame.h                                |   14 +-
 kissnet.c                                   |   49 +-
 latlong.c                                   |  242 +++-
 latlong.h                                   |    7 +
 log.c                                       |  362 ++++++
 log.h                                       |   16 +
 log2gpx.c                                   |  535 ++++++++
 mgn_icon.h                                  |  267 ++++
 misc/README-dire-wolf.txt                   |    1 +
 multi_modem.c                               |  136 +-
 nmea.c                                      | 1037 +++++++++++++++
 nmea.h                                      |   19 +
 ptt.c                                       |  185 ++-
 rdq.c                                       |   18 +-
 regex/README-dire-wolf.txt                  |    1 +
 rpack.h                                     |   94 ++
 rrbb.c                                      |   72 +-
 rrbb.h                                      |   11 +-
 server.c                                    |  432 ++++---
 symbols-new.txt                             |   68 +-
 symbols.c                                   |   50 +-
 symbolsX.txt                                |  144 ++-
 telemetry.c                                 | 1038 +++++++++++++++
 telemetry.h                                 |   15 +
 textcolor.c                                 |   28 +-
 tocalls.txt                                 |   11 +-
 utm/README.txt                              |    6 +-
 version.h                                   |    4 +-
 xmit.c                                      |   55 +-
 xmit.h                                      |    2 +-
 75 files changed, 9118 insertions(+), 2006 deletions(-)
 create mode 100644 .gitignore
 create mode 100755 Raspberry-Pi-APRS-Tracker.pdf
 create mode 100755 grm_sym.h
 create mode 100755 log.c
 create mode 100755 log.h
 create mode 100755 log2gpx.c
 create mode 100644 mgn_icon.h
 create mode 100755 nmea.c
 create mode 100755 nmea.h
 create mode 100755 rpack.h
 create mode 100755 telemetry.c
 create mode 100755 telemetry.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/direwolf.git



More information about the pkg-hamradio-commits mailing list