Codebase list mbuffer / d88a7f3
Update the Debian packaging for mbuffer-20190119. Peter Pentchev 5 years ago
4 changed file(s) with 28 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 mbuffer (20190119+ds1-1) UNRELEASED; urgency=medium
1
2 * New upstream version, refresh the patches.
3
4 -- Peter Pentchev <roam@debian.org> Wed, 23 Jan 2019 14:09:18 +0200
5
06 mbuffer (20190113+ds1-1) unstable; urgency=medium
17
28 * New upstream version:
44
55 --- a/tapetest.c
66 +++ b/tapetest.c
7 @@ -37,9 +37,6 @@
7 @@ -39,9 +39,6 @@
88
99 #include "mbconf.h" // defines _GNU_SOURCE
1010
44
55 --- a/tapetest.c
66 +++ b/tapetest.c
7 @@ -91,7 +91,7 @@
7 @@ -93,7 +93,7 @@
88 intercept. */
99
1010 /* Add .000, .001, etc. onto the end */
00 Description: Fix some grammatical and typographical errors.
11 Author: Peter Pentchev <roam@ringlet.net>
22 Forwarded: yes
3 Last-Update: 2019-01-14
3 Last-Update: 2019-01-23
44
55 --- a/ChangeLog
66 +++ b/ChangeLog
7 @@ -124,7 +124,7 @@
7 @@ -132,7 +132,7 @@
88 - fix: potential infinite loop on output error
99
1010 20150412:
1313 - fix: clear sa_flags and sa_mask before use, although ignored
1414
1515 20141227:
16 @@ -150,7 +150,7 @@
16 @@ -158,7 +158,7 @@
1717
1818 20130220:
1919 - reverted incorrect fix for -P 100, which may lead to data corruption
2222 - bail out if any output fails to initialize
2323 - refixed hang on -P 100
2424 - reduced sending overhead
25 @@ -274,7 +274,7 @@
25 @@ -282,7 +282,7 @@
2626 20081207:
2727 - fixed some typos in man page
2828 - TCP buffer tuning could be a little bit more intelligent
3131 - tuneable TCP buffer with option --tcpbuffer
3232
3333 20081113:
34 @@ -312,7 +312,7 @@
34 @@ -320,7 +320,7 @@
3535 - docu update
3636
3737 20080910:
4040 - new LICENSE: GPLv3
4141 - fixed a race-condition in logging
4242 - adjusted CFLAGS for gcc
43 @@ -425,7 +425,7 @@
43 @@ -433,7 +433,7 @@
4444 changed all floats to double
4545
4646 20060421:
4949 - fixed a warning
5050
5151 20060324:
52 @@ -434,7 +434,7 @@
52 @@ -442,7 +442,7 @@
5353 performance as it requires a higher number of I/O ops. On systems
5454 without full synchronous data integrity support, no difference will
5555 be observable concerning performance. Systems that support it, will
5858 more precise with -c.
5959 - changed errormessages to include offset
6060 - added support for Solaris' directio hinting
61 @@ -516,7 +516,7 @@
61 @@ -524,7 +524,7 @@
6262
6363 20050125:
6464 - fixed operation of low watermark (-p)
6767 - start output before input thread
6868 - more minor fixes
6969
70 @@ -646,7 +646,7 @@
70 @@ -654,7 +654,7 @@
7171 - experimental feature: output to multiple volumes
7272
7373 20010426:
7676 (credits go to Padraig Brady <padraig@antefacto.com>)
7777 - Bugfix: fixed incorrect display of total datatransfer for >2GB
7878 - Cosmetic: on sighup print newline on stderr
79 @@ -660,7 +660,7 @@
79 @@ -668,7 +668,7 @@
8080
8181 20010124:
8282 - Bugfix: outputThread terminated too early in certain cases
121121
122122 --- a/mbuffer.c
123123 +++ b/mbuffer.c
124 @@ -501,7 +501,7 @@
124 @@ -503,7 +503,7 @@
125125
126126 if (!outfile) {
127127 errormsg("End of volume, but not end of input:\n"
130130 return -1;
131131 }
132132 infomsg("end of volume - last block on volume: %lld\n",Numout);
133 @@ -1182,7 +1182,7 @@
133 @@ -1186,7 +1186,7 @@
134134
135135 /* multi volume input consistency checking */
136136 if ((NumVolumes != 1) && (!Infile))
163163 warningmsg("unable to create socket for input: %s\n",strerror(errno));
164164 --- a/settings.c
165165 +++ b/settings.c
166 @@ -530,7 +530,7 @@
166 @@ -529,7 +529,7 @@
167167 (void) fprintf(stderr,
168168 "mbuffer version "PACKAGE_VERSION"\n"\
169169 "Copyright 2001-2019 - T. Maier-Komor\n"\
172172 "This program comes with ABSOLUTELY NO WARRANTY!!!\n"
173173 "Donations via PayPal to thomas@maier-komor.de are welcome and support this work!\n"
174174 "\n"
175 @@ -559,7 +559,7 @@
175 @@ -558,7 +558,7 @@
176176 "-m <size> : memory <size> of buffer in b,k,M,G,%% (default: %llu%c)\n"
177177 #endif
178178 #ifdef _POSIX_MEMLOCK_RANGE
181181 #endif
182182 "-d : use blocksize of device for output\n"
183183 "-D <size> : assumed output device size (default: infinite/auto-detect)\n"
184 @@ -571,9 +571,9 @@
184 @@ -570,9 +570,9 @@
185185 "--truncate : truncate next file (must be passed before -o)\n"
186186 "-I <h>:<p> : use network port <port> as input, allow only host <h> to connect\n"
187187 "-I <p> : use network port <port> as input\n"
193193 "-T <file> : as -t but uses <file> as buffer\n"
194194 "-l <file> : use <file> for logging messages\n"
195195 "-u <num> : pause <num> milliseconds after each write\n"
196 @@ -592,8 +592,8 @@
197 #endif
196 @@ -588,7 +588,7 @@
197 "-e : stop processing on any kind of error\n"
198198 #if defined HAVE_LIBCRYPTO || defined HAVE_LIBMD5 || defined HAVE_LIBMHASH
199199 "-H\n"
200200 - "--md5 : generate md5 hash of transfered data\n"
201 - "--hash <a> : use alogritm <a>, if <a> is 'list' possible algorithms are listed\n"
202201 + "--md5 : generate md5 hash of transferred data\n"
203 + "--hash <a> : use algorithm <a>, if <a> is 'list' possible algorithms are listed\n"
202 "--hash <a> : use algorithm <a>, if <a> is 'list' possible algorithms are listed\n"
203 #endif
204204 "--pid : print PID of this instance\n"
205 "-W <time> : set watchdog timeout to <time> seconds\n"
206 #endif
207 @@ -655,9 +655,9 @@
205 @@ -651,9 +651,9 @@
208206 return (unsigned long long) d;
209207 default:
210208 if (argv[c][-2] == '-')