[Pkg-wmaker-commits] [wmbiff] tag wmbiff_0_4_11 created (now c85ac2a)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:24 UTC 2015


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

dtorrance-guest pushed a change to tag wmbiff_0_4_11
in repository wmbiff.

        at  c85ac2a   (commit)
This tag includes the following new commits:

       new  68c8944   Initial revision
       new  bdaea17   Updated Changelog and Makefile for 0.2r.
       new  43f97d4   Uncommitted stuff to deal with the removal of the xmp link
       new  c587383   Mark's wmbiffrc parsing fix, small Makefile changes and bump version to 0.3.0.
       new  9d044be   Updated some obsolete info in README
       new  a82313a   Committing Mark Hurley's patch
       new  77ef1c8   An FHS fix for wmbiff.c and use $(CC) in the Makefile
       new  6305441   * Another big patch that mucks with everything.  I probably deserve to be   flamed for this practice.  Feel free... :-) * Added maint/prerelease.sh script.  Run it before making any releases. * Added maint/changelog.sed.  Add your SourceForge userid here. * Moved ChangeLog to RELEASE-NOTES (see below). * Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates   all the CVS changes. * Added "distclean" to wmbiff/Makefile. * Added CVS Id$ to all the f [...]
       new  6b40cd1   * Whoops!  Messed up CVS expansion in maint/prerelease.sh.  Fixed it. * Also changed maint/prerelease.sh a bit.
       new  ef0ac66   Renamed to NEWS and ChangeLog
       new  bba8da8   Renamed CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release scripts accordingly. Added Mark to the sed file.
       new  766a215   Imap fix from Rob Funk
       new  5c1e9a5   Removed duplicate entry for Vladimir Popov in README.
       new  39e597e   Released wmbiff 0.3.1.
       new  b513a79   Removed -t to cvs2cl invocation, to make cleaner ChangeLogs.
       new  de89434   Added APOP support, patch from NAKAYAMA Takao <hoehoe at wakaba.jp>. Fixed some bits of the manpage (Jordi) Bumped version to 0.3.2.
       new  e2e16d6   Backed out hoehoe's patch, preparing to apply Neil's.
       new  1b81d63   Added my other SF account, which I intend to use now.
       new  83e6359   Removed unneeded Apop support code, now integrated in Neil and Jay's patch.
       new  0b77492   * Big patch from Neil Spring which adds lots of crypto support to WMBiff. * WMBiff can now speak IMAP over TLS and CRAM-MD5, and APOP using libgcrypt. * Known problems:   - gnutls is being developed still, so it may have security related bugs.   - A bug in gnutls (a too-small buffer) may cause problems     in the parsing of openssl certificates. This should be fixed by gnutls     soon, hopefully. Added error messages if this bug is tickled. If you've     got problems [...]
       new  18675b1   Changed order of additions to LIBS and EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
       new  b0de056   Bump WMBIFF_VERSION to 0.3.2.
       new  00974fa   Released WMBiff 0.3.2.
       new  5779e43   error check just in case sighup patch is applied
       new  d77dcd0   Added Neil to the sed script.
       new  221b0cf   Bugfix: initialize libgcrypt properly before cram-md5 (or probably apop) authentication.
       new  956ac1c   Preparation for 0.3.3. Documentation updates.
       new  6c09335   Indent run.
       new  9bf9fba   Released WMBiff 0.3.3.
       new  c0151f6   Small debugging message to help if a connection ends unexpectedly.
       new  ca19bad   Prefer "imaps" instead of "sslimap" (sslimap is still supported, but imaps is documented, and a better name).
       new  2a6eb71   -Wwrite-strings cleanliness
       new  ca5a574   made pixmap const char
       new  20535ca   authentication method list, reduced indentation to fit screen better
       new  2f8d237   blacklist and debugging updates for gnutls 0.2.10 and DM macro
       new  dae13cc   regex helpers common to pop3 and imap4 clients extracted and moved here
       new  05bd5bf   rewrite of authentication code to a) allow users to specify authentication type, b) fall back to other authentication methods when hash-based authentication fails (because not everybody uses the cleartext password file) c) fix debug messages
       new  12adaa6   -Wwrite-strings cleanliness
       new  afc746f   regexes limit password and username to 32 characters
       new  fafca71   one down
       new  be585c6   Doc updates for 0.3.4.
       new  d081600   Bumped version to 0.3.4, and release.
       new  d85f1f7   Released WMBiff 0.3.4.
       new  86702bd   update for the interface change in gnutls 0.3.0
       new  93d1537   clarify what to do with gnutls version define
       new  dacb2fd   debugging for gnutls3
       new  73cce22   quote patch from Nick Mitchell, ref debian #128863
       new  c65d80a   Bump WMBIFF_VERSION to 0.3.5.
       new  6ccf89f   Released WMBiff 0.3.5.
       new  7924666   Alternate regex for imap/imaps which allows "@" in passwords. Fix to correctly handle the auth list in imap. Patch from David Smith <davidsmith at acm.org>.
       new  5449a43   Bump WMBIFF_VERSION to 0.3.6.
       new  19699db   Indent fixes.
       new  dc99674   Released WMBiff 0.3.6.
       new  7beeab5   Some fixes for the maint scripts.
       new  6adfacd   Makefile fixes from Simon L. Nielsen, which help building wmbiff in FreeBSD. Fixed the previous IMAP regex patch.
       new  3c45262   Bumped WMBIFF_VERSION to 0.3.7.
       new  f5186d6   Released WMBiff 0.3.7.
       new  a31b909   Replaced DEBUG_x preprocessor defines with a -debug option and debug configuration keyword.  Replaced most debugging messages with a DM (debug message) macro.  Removed gnutls version 0.2.x support.  Added troubleshooting section to man page.
       new  4d6030a   Fixed install rule in Makefile.
       new  45250c6   Added -debug to help text. Removed Gennady's mail address and added our devel list.
       new  c31082a   bugfix to support compilation without crypto
       new  78908b2   use off_t instead of size_t in Licq and Maildir for file sizes from stat()
       new  61b5a3b   rearrange which compiler warnings are implied by DEBUG
       new  4f8cca5   gcc attribute tags, minor debug message cleanup
       new  0fd8d90   attribute tags for warning cleanup w/o gnutls
       new  74d4a1a   minor reorganization of gcrypt-needing authentication schemes
       new  7028a99   indent run (oops)
       new  7ed4c50   add preprocessor define to handle portability of __attribute__ tag to non-gcc compilers (untested)
       new  3230a12   a little -Wshadow and -Wcast-qual cleanup (or, eliminate the use of 'index' as a variable name)
       new  90f1e90   convert a lingering fprintf to DM
       new  57af31c   cosmetic changes
       new  51c53f1   Draft shell command and gnomeicu support from Benoît Rouits with minor modifications 1) implement gicu using the shell module rather than as a separate module, 2) edit Ben's shell format to have extra colons for extensibility, 3) add some extra error checking in the shell method. I also added a test wmbiffrc that can be used to verify that the gicu and shell methods "work".
       new  025acb8   fix a potential file descriptor leak
       new  d76ea48   rename in Read_Config_File for more 'index' purging
       new  0b6f72b   misplaced string.h
       new  bbbcc97   fix my sloppy mistake in shell path parsing
       new  5c32c50   appropriate credits
       new  dca061e   fix error return status (ben's 'lil' patch)
       new  a7156f2   credit Ben
       new  2241bca   minor warning cleanups
       new  3848fc3   debug messages cleanup; start handling pclose errors; remove open() function pointer assignment; #include fix
       new  2a809d9   slightly better message on expect failure
       new  1b3bb1d   additional todo list items
       new  56e359f   fixed misunderstanding of the use of ## in macros with strings - the compiler does the concatenation, not the preprocessor
       new  42a7c65   correct and expand upon crypto instructions
       new  dec8217   un-shadow a global variable
       new  8e2d239   un-shadow index
       new  55ae5b0   add failure handling in expect
       new  7b2fc6a   Released WMBiff 0.3.8.
       new  12be48c   interactive password prompting support for imap - leave password in the : format blank to use
       new  12fe683   askpass having a space in it is an INFO, not an ERR.
       new  05957c5   explicit handling of timeouts
       new  e026c16   documentation of askpass and skin
       new  c0c26a9   askpass - invoke ssh-askpass to fill in passwords for IMAP servers; skin - dynamically load an .xpm background
       new  537017e   a first cut higher-contrast skin
       new  df5a5ec   automake required file, duplicated from README
       new  d1f9e7b   use automake / autoconf; after checkout run ./FromCVS.sh
       new  3c039aa   allow for automake 1.5's need for depcomp
       new  a1b76d2   don't try to configure gnutls if libz or libgdbm aren't installed
       new  3e8a4a9   automatically generate wmbiffrc.5 based on the results of configure, so that the configure-time chosen defaults are accurately shown
       new  9a530c8   _DATA files don't get distributed, add the skins into extra_dist. automake can be confusing
       new  7354900   permissions checking for .wmbiffrc (if it exists), some minor cleanup associated with this.
       new  3f53c05   some explicit casts to make compiling on non-linux a bit more warning-free
       new  4dbe69e   try to tell the difference between running make dist with cvs and missing cvs2cl (an error), and running make dist without cvs (which should be ok).
       new  05d8b9e   bump version to 0.4.0pre3 - permissions checking for .wmbiffrc added.
       new  72ad1ef   APOP bugfix (unreleased bug)
       new  f5912aa   attempt to fix Jordi's configure bug
       new  ec1216f   Shouldn't be in CVS...
       new  50ca189   Ignorable flies.
       new  ee50ed0   extra debugging messages, to be in-line with our -debug to stdout philosophy
       new  118da39   derive wmbiff-master-contrast.xpm from wmbiff-master-led.xpm
       new  4018e61   support yellow text
       new  8fb72ee   return sigchld to default hander before using popen; handle text input. Much complexity, I hope it's worth it.
       new  699ba97   duplicate perl's chomp()
       new  612cade   use chomp to remove the newline from ssh-askpass output
       new  28ca66c   support TextString as status; factor blitMsgCounters as displayMsgCounters was starting to get ugly, add finger recipe to use ShellClient instead of a separate module
       new  fad45d5   TextStatus to hold a three-character status message
       new  7fdb719   test finger as well
       new  9450000   add Andelko Horvat to the list of contributors, remove author list from README
       new  ee9545d   0.4.0pre4 - finger support, text from shell support, minor code reorganization
       new  1a12074   slightly nicer message
       new  d96776e   waitpid until done
       new  6047251   document finger, changes to shell
       new  f1cbf78   chmod 0444 wmbiffrc.5 to remind me not to try to edit it.
       new  276614f   treat  all gicu messages as new (they're unread)
       new  cadf087   a little documentation
       new  111b4ff   try to make the distcheck target work correctly.  voodoo.
       new  d75f734   bugfix to sigchld_handler (argh)
       new  04dabbf   run make indent; also tolerate standard geometry string (dumping the dimensions provided)
       new  d66a8d0   be descriptive in TODO
       new  e68123f   dist the FAQ
       new  69fc43e   unnecessary now that autoconf is involved
       new  08e2e9e   remove vestigial pc->open()
       new  2405e35   a little wordsmithing
       new  d3eccc0   ctime has become useless; new prototypes to handle backtick
       new  7e52822   add tests for bbacktick expansion
       new  abe7e84   refactor command execution code to support backtick foo expansion
       new  fada037   refactor mailbox stat()'ting to reduce duplicated code and supprort backticks.
       new  e69fd1d   oops (indent)
       new  6e61a4e   document back-tick expansion, deprecate mbox style without mbox: prefix
       new  35bba51   finish deprecating
       new  93dd439   ignorance
       new  1d1cca4   correct syntax for making a test program
       new  6d2848d   update meta-information for prerelease 5
       new  3b35897   move msgs=-1 assignment on failure to the common openMailbox()
       new  b69901a   BSD fix (no strndup, no sighandler_t)
       new  fbbcaad   correct a problem uncovered by sourceforge's compile farm
       new  979a5c2   add ignorance of test binary
       new  80eb87e   mention MH patch / shell workaround
       new  2320791   add m4 macros for libgcrypt and libgnutls to the repository, so that FromCVS can be run to regenerate configure.in, even on systems without gnutls.
       new  5eb8580   hack attempt at supporting gnutls built locally
       new  2a8c5fa   add a note about gnutls version 0.3.5
       new  fa82610   GNUTLS warning
       new  a6e205e   apparently aclocal barfs when macros are defined both in the system directory and in a local copy.  semper fragile.
       new  8fd537e   move passwordMgr testing to test_wmbiff.c; catch a small bug in handling empty passwords
       new  7843e2b   Once you make lists, they grow out of control
       new  3fc335a   cleanup to use grabCommandOutput in passwordMgr instead of duplicating the popen/fgets/pclose code
       new  8de2363   tls 0.4; mouse wheel
       new  3352e4d   lclint cleanups - strdup_ordie, some null annotations
       new  4f8d4b5   bugfix when alternates between numeric and text
       new  928c7d9   lpq example creep
       new  9b25f1b   type casting hackery to help architectures I don't have
       new  3950338   consider grabbing headers for display in a tooltip-like window
       new  7386537   don't list TODO changes in ChangeLog, to avoid confusion
       new  bf70e67   Release 0.4.0
       new  5c19b55   release date of 0.4.0
       new  ac4776a   IPv6 support using getaddrinfo from Jun-ichiro itojun Hagino <itojun at iijlab.net>
       new  f5659f9   correct date
       new  c0058db   some basic font support, renaming some variables for clarity
       new  dcf5978   details
       new  12f5998   declare exists()
       new  72b7ec0   a start at certificate checking (a daunting task at the moment)
       new  e3eda9c   font support, disabled by default
       new  3361bab   indent run
       new  595f031   indent run
       new  a0e44b7   prototypes for basic font support
       new  054c00a   release preparation
       new  aada486   release 0.4.1
       new  db2bf43   oops, didn't really want to release with the crazy font stuff quite yet
       new  c67d9ef   0.4.2
       new  3cc7e79   need config.h to get IPv6 support
       new  bcfc76c   basic font support, color selection, cleanup to default configuration code, bugifx and cleanup to mouse region code
       new  ad6f4d6   cleanup for splint annotations
       new  7b9103f   documentation of -fg and -font options
       new  3009829   slightly changed debug messages; exists() is more a test -f than a test -e
       new  56db9d1   font support, ability to erase rectangles
       new  9811787   make the background black when using fonts
       new  14a8395   release 0.4.3 final updates
       new  5192886   remaining stuff for fonts
       new  847e273   keep automake1.6 happy
       new  26d6399   likely bugfix for newer autoconf?
       new  0615ba5   verify that config.h is included in each .c file
       new  a6eef50   highlight color
       new  4acb220   splint support
       new  b07bc7f   clarity and splint
       new  64057a7   config.h
       new  0cf93f1   splint
       new  d90f88d   y_ and x_origin, and num_mailboxes constants, highlight color for fn, restructured mailbox creation routines
       new  a36219f   cleanup to periodic mail checking, removal of the first mail check - now all cases are the same
       new  7f1bb45   basic gnutls 0.4.3 support (that is, it compiles.)
       new  646dae8   basic gnutls 0.4.3 support (that is, it compiles.)
       new  e1e289f   basic gnutls 0.4.3 support (that is, it compiles.)
       new  7718333   indent run
       new  a6601f4   restore certificate checking
       new  cca3e07   roughly finished 0.4.4
       new  42b3371   only compile gnutls-common.[ch] if gnutls is configured in (duh), and only check for gcrypt.h if libgcrypt is installed and current
       new  8b68f5d   corrections to conditional compilation of gnutls-common for automake 1.5 (and thereby the true automake way)
       new  4827301   never underestimate the complexity of solutions involving automake
       new  c340faa   trivial upstream bugfix
       new  0e3e13a   tiny automake 1.6 fix (doesn't appear to use stamp-h.  who knew.)
       new  457d557   migrate to newer autoconf (2.5) to try to debug making-from-scratch problem and get rid of acconfig.h cruft
       new  e0513ad   die configure.in! die acconfig.h!
       new  9b8eb52   Added autom4te.cache.
       new  1f4b5fc   doubled the timeout to 40 seconds.
       new  0e5cad4   add a top-level 'indent' rule
       new  bb42da6   hey, we finished the gnutls 0.4 update!
       new  8dfa126   reminder in where valgrind complains
       new  09bd7e9   valgrind debugging, and support for -exit.  some bugs were probably fixed, but since nobody has noticed yet, I don't know if they mattered
       new  7e578f3   last minute changes for 0.4.5
       new  fd3c161   ignore sigpipe, possible bugfix for abnormal termination during suspend for imap/gnutls
       new  3a2b91c   release version 0.4.6
       new  7d6f438   trivial formatting fixes
       new  db1f25d   seek out and use athe underrated automake 1.6.
       new  7f10870   handle new gnutls/gnutls.h convention, release 0.4.7
       new  bc46cb4   * maildirClient: Added support for quick checking of writable network-mounted   maildirs where directory caching normally causes unwanted delays.
       new  de5e6b9   bugfix to allow imap mailbox filenames to contain spaces, test that it works; also, prepare 0.4.8
       new  52bd4c0   compiler warning fixes
       new  922943a   allow test to run when nnot linked with gnutls
       new  f023be0   support redhat autoconf sadness
       new  441e03f   why doesn't wmbiff update my mailbox count when I read a message
       new  b6925a9   use autoreconf instead of the ad-hockery
       new  9ad65b6   a formatting glitch
       new  34d51e7   Check certificate hostname, using gnutls's new function
       new  8ea79c8   add the 'this file automatically generated' tag
       new  d816b17   use mkstemp instead of mktemp to appease the compiler
       new  088eddf   do not specify Debian GNU/Linux... I'm actually more interested in the Hurd right now :)
       new  26f0482   Add automake-1.7 support.
       new  5aa4bbd   Stop doing the ChangeLog header hack. Instead, remove ChangeLog entirely from CVS and get it generated correctly on dist. Remove unneeded maint scripts.
       new  c56e1bb   Rename FromCVS.sh to autogen.sh, which is the "common" name for such script.
       new  abfe7d4   Typo.
       new  1fe2683   Allow automatic sizing of the wmbiff window, effective for other window managers.
       new  37e9a90   a method for not using the withdrawn state
       new  3411505   red hat hackery
       new  485e255   should really be able to catch these problems earler - without gnutls, the build would fail
       new  ac2c9b0   more robust ETIMEDOUT handling -- just chill out for a few minues rather than blacklist as a compromise between the responsiveness of not retrying unresponsive servers and the robustness of prodding on.  the right thing is probably a non-blocking connect, but that's  messy
       new  c1249f4   require gnutls 0.5.9, release 0.4.9
       new  80bee4d   minor change to timeout behavior, just delay a while before next check
       new  53a4941   Peter McAlpine's globalnotify patch
       new  5ce40c0   globalnotify feature
       new  f6c3e72   0.4.10, -skip-certificate-check option
       new  9822d0a   configuration file parsing cleanup, support longer configuration options, remove some ad-hockery in favor of sscanf
       new  e15c2ba   support arbitrarily long password query commands
       new  9dd4da1   describe the change in support of askpass
       new  a871e18   use automake/autoconf defined PACKAGE_VERSION and PACKAGE_BUGREPORT
       new  50dde21   surgical indent rule
       new  4256c2c   cleanup unused variables
       new  93cb96a   another askpass recipe
       new  de047a3   exec command can take a const char *
       new  08b1cf1   reorder functions to avoid pre-declaration.  should simplify reading the (now very long) code
       new  4c41b06   change signature of *Trim to reflect that they can't fail (void instead of int); the return values are ignored in wmbiff
       new  c5ea7a1   make AddMouseRegion take an unsigned int for the region index (which is an _index_ which means negative values need not apply)
       new  90c6060   autodetect whether to use poll()
       new  a11d240   bad_certificate called as if void, so change the signature
       new  27c9479   general cleanup - use strdup_ordie, malloc_ordie.  reduce using ints and chars interchangeably.  static annotations on module-local variables
       new  f117f8b   new scripts directory to hold debian security checker and install it.
       new  a0cc560   add scripts subdirectory to build system
       new  047fc01   didn't mean to commit with a 6 minute refresh interval
       new  6ade778   add the script to the release announcement
       new  c85ac2a   shell recipe for security.debian.rb

The 269 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.


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



More information about the Pkg-wmaker-commits mailing list