Bug#984945: answer.c: fix a warning "-Wmissing-field-initializers"

2021-03-10 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 8f87fb5cfae2a880568aed3ce09f7d03e5052dcf Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 10 Mar 2021 01:34:26 + >Subject: [PATCH] answer.c: fix a warning "-Wmissing-f

Bug#985163: match.c: cast a character to an int for comparison with the function "tolower"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From c85762385f0b489bc2dc5c57b2f6ce1811bae6f4 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 13 Mar 2021 21:03:57 + >Subject: [PATCH] match.c: cast a character to an int fo

Bug#985171: nntp.c: remove repeated declaration of "*temp_directory"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 711faf5dfd31df82254c0537e0f96261856c449b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 13 Mar 2021 22:44:51 + >Subject: [PATCH] nntp.c: remove repeated declaration of &quo

Bug#985156: db.c: remove a redeclaration of "*nntp_get_overview()"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1d30d5c79aaa7f1f9370b9c828df841fd5608c6b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 13 Mar 2021 19:20:57 + >Subject: [PATCH] db.c: remove a redeclaration of "*

Bug#985161: term.c: use "NULL" for comparisons with pointers, not "NUL"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 7f2eda3b84849a2bbe9e565c99bdebd7e8897f48 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 13 Mar 2021 20:09:32 + >Subject: [PATCH] term.c: use "NULL" for comparisons w

Bug#985162: match.c: add missing prototypes

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 88879561d042381aa52407616361d4822e6ebd31 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 13 Mar 2021 20:33:12 + >Subject: [PATCH] match.c: add missing prototypes Signed-off-by:

Bug#985175: hostname.c: declare "gethostname()"; add prototype for "nn_gethostname()"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From d84a6a4013d83ebd99603070130a30a8b0b04273 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 14 Mar 2021 00:25:13 + >Subject: [PATCH] hostname.c: declare "gethostname(

Bug#985181: term.c: cast "lbuf" to "char *" in "CALL(completion) ()"

2021-03-13 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From c2266dc9bd7b7cf9d660a50c931c07258a6d47bd Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 14 Mar 2021 00:48:02 + >Subject: [PATCH] term.c: cast "lbuf" to "

Bug#985420: split.c: add the header file "split.h" for a prototype

2021-03-17 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 979f308b1dd871bcf51dc9f7bdda7a752710491d Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 17 Mar 2021 20:40:51 + >Subject: [PATCH] split.c: add the header file "split.h" f

Bug#985419: libnov.c: add the header file "libnov.h" for prototypes

2021-03-17 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3e65dc9ae432c8613665a61c3787a402b4a24f81 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 17 Mar 2021 20:27:24 + >Subject: [PATCH] libnov.c: add the header file "libnov.h"

Bug#985417: hdbm.c: add an attribute for a fall through in case statements

2021-03-17 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 627ef28748d3ff1c9edfd92d7bfb3a314edd0e62 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 17 Mar 2021 19:53:36 + >Subject: [PATCH] hdbm.c: add an attribute for a fall thr

Bug#985426: aux.c: calculate the size of NBUF to accommodate two arrays and a string

2021-03-17 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ced49aa3205279d9e3ea678de129a3326c13f9fb Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 18 Mar 2021 03:51:31 + >Subject: [PATCH] aux.c: calculate the size of NBUF to accommodat

Bug#985382: hdbmint.h: add a type declaration to an empty parenthesis

2021-03-16 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 4a86cb235c7fe0faaa4cff0c5fff8c52ccf59e2b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 16 Mar 2021 23:01:30 + >Subject: [PATCH] hdbmint.h: add a type declaration to an empty

Bug#985381: match.c: add a prototype for the function "regexec_cf()"

2021-03-16 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 93542a17c334bcdb6583b3d61203a5918a9b68c6 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 16 Mar 2021 03:17:17 + >Subject: [PATCH] match.c: add a prototype for the function

Bug#984442: unshar.c: comment out "ftell()", which is already declared in

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ee2272ad92cf4e4250a13c3c0ed8b4f3414300f8 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 18:50:15 + >Subject: [PATCH] unshar.c: comment out "ftell()", whi

Bug#984465: group.h: fix an error from the compiler

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From a09d4736ab1efd42e84d5b8e6e62093f14316477 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 22:24:40 + >Subject: [PATCH] group.h: fix an error from the compiler cc -Iconf -

Bug#984467: menu.h: fix a warning from the compiler

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3abe01c61d7bc1987a6d512fa15680d4c3924b2d Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 22:42:53 + >Subject: [PATCH] menu.h: fix a warning from the compiler In file i

Bug#984464: global.h:. Fix a warning from the compiler

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 027ac74467e9fedb91ad68eac9a14b145a921677 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 21:57:21 + >Subject: [PATCH] global.h:. Fix warning from the compiler cc

Bug#984470: nn_term.h: fix a warning from the compiler

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 647e71c0e726a4dc011c7df471d6032ddb5baa40 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 00:04:12 + >Subject: [PATCH] nn_term.h: fix a warning from the compiler In f

Bug#983601: aux.c: changes in the file

2021-02-26 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 4bbc72a38a25a19afdce68bdb7e4f3d394afbf16 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 27 Feb 2021 00:59:50 + >Subject: [PATCH] aux.c: changes in the file Use named const

Bug#983730: dir.c: use "snprintf()" instead of "sprintf()"

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 09426e21f08502654275884fc0e148bb427565d7 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 22:22:44 + >Subject: [PATCH] dir.c: use "snprintf()" instead of &qu

Bug#983725: admin.c: use "snprintf()" instead of "sprintf" and add an argument to "db_data_path()"

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 903dc0dd6cfcf9aaba6750cc8e6e12a2ec24ce01 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 21:18:29 + >Subject: [PATCH] admin.c: use "snprintf()" instea

Bug#983709: nn: back_act.sh:

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 0f46483d7b072826e6ec74221db0a95d3fe8840c Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 18:08:47 + >Subject: [PATCH] back_act.sh: empty file $ACTIVE after saving it

Bug#983720: db.h: add an argumnet to a prototype for "*db_data_path()"

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 25166e6c3bf6eae37747f9ca849a9bad79eea6a7 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 19:57:47 + >Subject: [PATCH] db.h: add an argumnet to a prototype for &q

Bug#983717: nn: db.c:

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 7ec8452cf4e3903c75f359a20abbde3cf1e6c4c6 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 19:42:50 + >Subject: [PATCH] db.c: add two variables, information to the outpu

Bug#983732: execute.c: add comments related to "signal()"

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From f1c2df4107c73786e9f46d9a42af23ad4bb16f62 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 22:48:47 + >Subject: [PATCH] execute.c: add comments related to "sig

Bug#983813: keymap.c: use "invalid" and "snprintf()"

2021-03-01 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From c4107990d29aa048845b9851791c9b773fda9693 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 1 Mar 2021 22:41:05 + >Subject: [PATCH] keymap.c: use "invalid" and "

Bug#983834: newsrc.c: use "snprintf()"; use "unsigned char" for "isspace()", add a file name to the output of function "prt_unread()"

2021-03-01 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From eb427ff8dcae00b9bcf0a171cc0ee92271a1174c Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 2 Mar 2021 03:04:11 + >Subject: [PATCH] newsrc.c: use "snprintf()"; use "un

Bug#983823: macro.c: add a cast to "ptrdiff_t", use "snprintf()", and make an "unsigned char" cast

2021-03-01 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 7d4406b9160cfbbca4d0b57c922fe48075c8a695 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 2 Mar 2021 01:09:02 + >Subject: [PATCH] macro.c: add a cast to "ptrdiff_t", use &q

Bug#983816: libnov.c: add a prototype "msg(char*, ...)" and an empty line

2021-03-01 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 5cb3ed3d3455c36988127b6201604523550ece04 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 1 Mar 2021 23:20:25 + >Subject: [PATCH] libnov.c: add a prototype "msg(char*, ...)&q

Bug#983543: account.c: use "snprintf()" instead of "sprintf()"

2021-02-25 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From cb0cb7b01ae8049b40d2f2a26ab54ec8ec58665a Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 25 Feb 2021 22:43:26 + >Subject: [PATCH] account.c: use "snprintf()" instead of &q

Bug#983550: articles.c: remove a stray "*/"

2021-02-25 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ad7c80cf5a8d02682096e9c334d5981f56dbfc85 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 26 Feb 2021 01:42:39 + >Subject: [PATCH] articles.c: remove a stray "*/" arti

Bug#983548: answer.c: add MIME header if charset is not us-ascii

2021-02-25 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e05d9f839fafa7bc9ba5308d8be7456604626823 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 26 Feb 2021 00:46:52 + >Subject: [PATCH] answer.c: add MIME header if charset is

Bug#983549: article.c: Add information to the output of "log_entry()" in the label "data_error:"

2021-02-25 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 659beebb427e3163f3600d18b15ef5fe5977d26b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 26 Feb 2021 01:26:08 + >Subject: [PATCH] articles.c: Add information to the output o

Bug#983545: active.c: add "__FILE__" to the ouput of "log_entry()"

2021-02-25 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b7568dd0e37bdcb87eac01b2b017622d54f6140f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 25 Feb 2021 23:02:33 + >Subject: [PATCH] active.c: add "__FILE__" to t

Bug#983894: nntp.c: various additions and changes

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ad4779b0cafc962850b776c9dc1dfc6196c91e84 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 2 Mar 2021 21:46:59 + >Subject: [PATCH] nntp.c: various additions and changes

Bug#984553: init.c: Define "feature_test_macros" for "sbrk(2)", "popen(2)", and "pclose(2)"

2021-03-04 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 870bf32e9591f26ed6f7012be683837cd70346b1 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 21:58:32 + >Subject: [PATCH] init.c: Define "feature_test_macros" for

Bug#984550: proto.c: add definiton of "_POSIX_C_SOURCE" for "kill(2)"

2021-03-04 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 8bf41ff310ec16332e27ea49c73ca43ba5b26e55 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 18:42:21 + >Subject: [PATCH] proto.c: add definiton of "_POSIX_C_SO

Bug#984556: term.c: various changes

2021-03-04 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b0146856d9a253a1cdd23a97dac50a681d0d84aa Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 23:43:29 + >Subject: [PATCH] term.c: various changes The declarations of &qu

Bug#983901: reroute.c: cast an integer to "unsigned char" for the function "isspace()"

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 8a2a44a6a9066dad2abb7177f3ac9d46e9e9ec66 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 02:02:05 + >Subject: [PATCH] reroute.c: cast an integer to "unsigned char&qu

Bug#983900: regexp.c: add information to an error message

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From fcf2da3d78718da87c1210bd878f00166261d0c0 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 01:45:27 + >Subject: [PATCH] regexp.c: add information to an error message

Bug#983898: pack_name.c: add the case for an escape (\\) and add parentheses around some defined macros

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e444b6861b5c3ffe68784350cd357a0e57fe8eda Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 00:56:47 + >Subject: [PATCH] pack_name.c: add the case for an escape

Bug#983899: prefix.c: remove special case "log_file == NULL"

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1453159264b48d40ba5d6d3f70ec5571963412f2 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 01:13:35 + >Subject: [PATCH] prefix.c: remove special case "log_file ==

Bug#983904: sequence.c: some few additions and changes

2021-03-02 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 71af21f0b31f8658392f746f6642aa080f4ab620 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 3 Mar 2021 03:12:49 + >Subject: [PATCH] sequence.c: some few additions and changes Add

Bug#984655: news.h: fix a warning about a missing declaration in a prototype

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 34b4cf72fdb07ce1b37550e10d9064a2406828a1 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 17:11:00 + >Subject: [PATCH] news.h: fix a warning about a missing

Bug#984660: more.c: some changes

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 68d6969f3f7b03fbd308a87cfa50f4ffba48dad5 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 19:11:15 + >Subject: [PATCH] more.c: some changes Use 8bit data, change "

Bug#984663: more.c: remove redeclaration of arrays "pr_fmt[]" and "send_date[]"

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1cafd43f0c34f4397170537530396020725fe74f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 19:24:04 + >Subject: [PATCH] more.c: remove redeclaration of ar

Bug#984658: more.c: fix warnings issued by the compiler

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 303ca6f90afa8d27274f8bfeef0fd46bb634358a Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 17:59:17 + >Subject: [PATCH] more.c: fix warnings issued by the compiler Add

Bug#984659: more.c: fix warnings issued by the compiler

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1122632ccd762a88c941c54140e258d7017c3cce Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 18:31:25 + >Subject: [PATCH] more.c: fix warnings issued by the compiler more.c:

Bug#984681: menu.h: correct prototype for "menu()"

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3d3b4182a08234c50de0841eccd7101225ff2cb0 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 23:10:53 + >Subject: [PATCH] menu.h: correct prototype for "*menu()"

Bug#984675: group.c: fix some warnings issued by the compiler and add other changes.

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From a54bc2423dd39d33a8c5e3cacc8a41e5874516ea Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 21:28:54 + >Subject: [PATCH] group.c: fix some warnings issued by the comp

Bug#984687: menu.h: change prototype of "*menu" to "menu".

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 68e8b0288efbc2af55740b196510b19aa06d0c83 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 03:19:46 + >Subject: [PATCH] menu.h: change prototype of "*menu"

Bug#984688: folder.c: add "folder.h" for prototypes

2021-03-06 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 150bf8643922f310cb945f0e1b3d2350a6dcac75 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 05:14:17 + >Subject: [PATCH] folder.c: add "folder.h" for proto

Bug#984708: sort.c: fix warnings about missing or wrong prototypes

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b7537ae4483b8e158ccc4b4510cdff98e5ae5150 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 14:12:42 + >Subject: [PATCH] sort.c: fix warnings about missing or wrong proto

Bug#984711: articles.c: comment out a redeclaration of a prototype for "test_article()"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 29ed01b11175a050ee3e6d2edd7b6a08321afdc8 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 15:24:55 + >Subject: [PATCH] articles.c: comment out a redeclaration of

Bug#984712: sequence.c: comment out a repeated prototype for "*rc_sequence"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e5be7d6e321b9efe2ca6480274e373732d2463f0 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 15:42:35 + >Subject: [PATCH] sequence.c: comment out a repeated prototype for >

Bug#984476: nn_term.h: make "prompt_line" again to an external variable

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From dd7750dd553e3bf455b43c9099363e35edc27a39 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 01:20:14 + >Subject: [PATCH] nn_term.h: make "prompt_line" again t

Bug#984482: nn.c: silence warnings about a possible fall through

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b400f526f90b73bf6eb0127f528a9c806e5d854e Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 02:44:37 + >Subject: [PATCH] nn.c: silence warnings about a possible fall th

Bug#984484: nn.c: remove a duplicate of "seq_cross_filtering"

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 2df591af239b7a53c53d59dcbe9588ce1eb6a600 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 03:10:04 + >Subject: [PATCH] nn.c: remove a duplicate of "seq_cross_filterin

Bug#984485: admin.c: remove a duplicate declaration of the array "group_path_name[]"

2021-03-03 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 971dc8c6aeeaaf94205e7e68f339ff928421 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 4 Mar 2021 03:31:02 + >Subject: [PATCH] admin.c: remove a duplicate declaration

Bug#984750: decode.c: add missing header file "data.h"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 5eeaef7beab911c03b7c0b6211f734b93e8b9665 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 23:09:28 + >Subject: [PATCH] decode.c: add missing header file "data.

Bug#984751: pack_date.c: fix a typo "FALLTRHOUGH" instead of "FALLTHROUGH"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From a965b4359c0bf425ff71b515690fec1f8fad9276 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 23:35:43 + >Subject: [PATCH] pack_date.c: fix a typo "FALLTRHOUGH" ins

Bug#984755: master.c: remove declaration of the unused array "delayed_msg[]"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1f7132067db1adcd87c9ec11c0c91c1bd48e5953 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 8 Mar 2021 01:07:27 + >Subject: [PATCH] master.c: remove declaration of the unused array &g

Bug#984743: execute.c: define _POSIX_C_SOURCE for "kill(2)"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 14f86301cfd258d8a909fc38e22976235a6b59d6 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 22:16:35 + >Subject: [PATCH] execute.c: define _POSIX_C_SOURCE for "kil

Bug#984758: hash.h: fix declarations: add types to empty parentheses

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e2b5669457f782c884d9c8ae69e7ede8c0365dfc Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 8 Mar 2021 01:56:59 + >Subject: [PATCH] hash.h: fix declarations: add types to empty parenth

Bug#984839: nntp.c: Use strchr() instead of index(); add feature_test_macros

2021-03-08 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 4acca3d0ca72bb50c0fedbff1a59d49872789958 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 8 Mar 2021 23:06:25 + >Subject: [PATCH] nntp.c: Use strchr() instead of

Bug#984840: Some files: define a macro NDELAYED_MSG and use it for the size of the array "delayed_msg[]!

2021-03-08 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From d66640fce092fd7cded61a4243e3ba2fa07abfbe Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 9 Mar 2021 00:43:16 + >Subject: [PATCH] Some files: define a macro NDELAYED

Bug#984841: global.h: fix a typo, "MST" instead of "MSG"

2021-03-08 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From dc5b130e6ffd04f81ce7c6006895734ed4cb77af Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 9 Mar 2021 01:26:53 + >Subject: [PATCH] global.h: fix a typo, "MST" instea

Bug#984722: save.c: define _POSIX_C_SOURCE and change a type for a cast

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ec3335894e2b46e27f9d9c9602f2f6c0754178dc Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 16:59:33 + >Subject: [PATCH] save.c: define _POSIX_C_SOURCE and change a type

Bug#984724: decode.c: include "decode.h" for prototypes

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From a4ef7f2518a0a134860142da5d50e60f5a853f01 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 17:35:14 + >Subject: [PATCH] decode.c: include "decode.h" for

Bug#984715: kill.c: cast a "long" to "size_t" for a comparison

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b772cf1cdd554f330d521cc9d37105a53d1883ae Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 16:06:31 + >Subject: [PATCH] kill.c: cast a "long" to "size_t&q

Bug#984718: fullname.c: add header file "fullname.h" for prototypes

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 88a5c87cc56327125cf3164e48693eeae17dbcd3 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 16:36:26 + >Subject: [PATCH] fullname.c: add header file "fullname.h"

Bug#984723: unshar.c: Add header file "unshar.h" for prototypes

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3d42e7849a519aea50c3035b8966a9e9415d2558 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 17:17:39 + >Subject: [PATCH] unshar.c: Add header file "unshar.h" for

Bug#983743: group.c: use "snprintf()" instead of "sprintf()"

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From edfaa6658b316e4c0c84ce2d452b5bc4102d Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 1 Mar 2021 00:51:48 + >Subject: [PATCH] group.c: use "snprintf()" instead of "

Bug#983739: folder.c: add information to a prototype and a message

2021-02-28 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 2e7a41d46acfda86a5a1073b7949f846b6270ca2 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 23:54:15 + >Subject: [PATCH] folder.c: add information to a prototype and a me

Bug#983642: aux.c: remove leftover '+' in column 1; add block delimiters

2021-02-27 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 9148e0fdf7fde8c18e79cd8b4a6268d5c2e05027 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 27 Feb 2021 18:32:15 + >Subject: [PATCH] aux.c: remove leftover '+' in column 1; add bloc

Bug#983647: aux.c: fix the use of a named constant in the declaration of an array

2021-02-27 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 46885e769883a98efb191f94a2c80a3fa9c29fbe Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 27 Feb 2021 23:52:48 + >Subject: [PATCH] aux.c: fix the use of a named constant in the

Bug#983649: menu.c: use "snprintf()" instead of "sprintf()"

2021-02-27 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 2ae6e446a99aaf29d50923c241da1ed2a7dd99eb Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 28 Feb 2021 01:44:08 + >Subject: [PATCH] menu.c: use "snprintf()" instead of "

Bug#983781: init.c: various additions and corrections

2021-03-01 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 5fa6eef9a1162d9ce90a8a45f6dad138502d60e2 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 1 Mar 2021 02:29:22 + >Subject: [PATCH] init.c: Include for the declaration of t

Bug#983490: menu.c, more.c: add the code for K_MIME

2021-02-24 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, I forgott to send this patch, it comes after "nntp.c: fix use of ipport_nntp". Author: Bjarni Ingi Gislason >Date: Wed Feb 24 01:00:07 2021 + Add "K_MIME" to "menu.c" an

Bug#983489: nntp.c: fix use of ipport_nntp

2021-02-24 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, I forgot to send this patch, it comes after "nntp.c: fix use of mkstemp()" Author: Bjarni Ingi Gislason >Date: Tue Feb 23 22:37:47 2021 + nntp.c: fix use of ipport_nntp nn

Bug#983420: nntp.c: fix use of mkstemp()

2021-02-23 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1fd28131cea7a322dd3ac8f0a449ba44a893f519 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Tue, 23 Feb 2021 20:42:59 + >Subject: [PATCH] nntp.c: fix use of mkstemp() nntp.c: fix us

Bug#983430: admin.c: fix an "else" selection

2021-02-23 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3be12c5873e833204fc12cb872cb1eb2cf65eb72 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Wed, 24 Feb 2021 01:33:25 + >Subject: [PATCH] admin.c: fix "else" selection F

Bug#984612: term.c: Patch "term.c: various changes", remove part of it

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 8038177822b036a08d98f3415b11887c07de657b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 5 Mar 2021 18:15:47 + >Subject: [PATCH] Patch "term.c: various changes", remov

Bug#984619: keymap.c: fix an error the compiler reported

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 5c6df55004338b0468e43688e9503e6acd15d6f6 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 5 Mar 2021 21:50:36 + >Subject: [PATCH] keymap.c: fix an error the compiler report

Bug#984624: regexp.c: cast an int to size_t in a comparison

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 31b27501562ac5c96b62e290afcf2a35679d936d Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Fri, 5 Mar 2021 23:02:04 + >Subject: [PATCH] regexp.c: cast an int to size_t in a comparison reg

Bug#984631: more.h: change type "fct_type" to "fct_type_int" in "next_header_field()"

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From ed38d205c62e39306ce24febffc3fdce895405d1 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 00:45:20 + >Subject: [PATCH] more.h: change type "fct_type&

Bug#984632: menu.c: Add FALLTHROUGH to avoid warnings

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From deff7d2d59ed063e24aea5be2a1ad329dd5a0b45 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 02:24:24 + >Subject: [PATCH] menu.c: Add FALLTHROUGH to avoid warnings In cas

Bug#984634: menu.c: Fix errors

2021-03-05 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 7affc9ce4fca374a256f8195eea7800033d20a96 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 6 Mar 2021 03:19:19 + >Subject: [PATCH] menu.c: Fix errors In case constructs:

Bug#983050: Variable AWK is not defined

2021-02-18 Thread Bjarni Ingi Gislason
Source: nn Severity: normal Dear Maintainer, * What led up to the situation? Running "./inst" showed: ./inst: line 123: AWK: unbound variable ### The variable AWK is used in several files, like "aux.sh", "inst.sh", "inst.sh.apollo", "nnstats.sh", "nnusage.sh", "prefix.c", and

Bug#983049: nn.c: fix missing braces around initializer

2021-02-18 Thread Bjarni Ingi Gislason
Source: nn Severity: normal Tags: patch Dear Maintainer, >From 2a894c008df5abec4271e03cc3e6d41caec4520c Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Thu, 18 Feb 2021 15:33:08 + >Subject: [PATCH] nn.c: add braces around initializer Fix warnings from the compiler

Bug#983191: Add code to create a "mime_command" to display articles with a different encoding

2021-02-20 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From fded6b930c7d30c01e5da75bb44e58c3432af06b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 20 Feb 2021 19:15:05 + >Subject: [PATCH] Add code to create a "mime_command&quo

Bug#983192: variable.c: define "keep_active_file"

2021-02-20 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 614f794778ddfdb9629a7540888592a215ac154f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 20 Feb 2021 21:34:37 + >Subject: [PATCH] variable.c: define "keep_active_file"

Bug#983193: variable.c: define "only_newsrc_groups"

2021-02-20 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1b87c008419dbb3979356be4bb0a619cbc971bd2 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 20 Feb 2021 21:48:11 + >Subject: [PATCH] variable.c: define "only_newsrc_groups"

Bug#983195: save.c: define "DO_MIME" and "pager"

2021-02-20 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3b6b67d3ad6628029c366f59f34f0576138260d8 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sat, 20 Feb 2021 22:40:56 + >Subject: [PATCH] save.c: define "DO_MIME" and "pa

Bug#983199: save.c: include chset.h

2021-02-20 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 8d491a71390bbb9ac913a6ae35fa1be91474fc76 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 21 Feb 2021 00:02:33 + >Subject: [PATCH] save.c: include chset.h Error from the compi

Bug#983257: global.c

2021-02-21 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 3ce77904fbb554af01ec01b35af3705798186d46 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 21 Feb 2021 00:16:07 + >Subject: [PATCH] global.c: use "mkstemp" instead of &q

Bug#983258: db.c: add "keep_active_file" and "only_newsrc_groups" and use them

2021-02-21 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 93b9b1e521748665423964c660c9b6fd259cbf6f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 21 Feb 2021 16:02:07 +A >Subject: [PATCH] db.c: add "keep_active_file" and "

Bug#983288: db.c: add subroutine "readpartactfile"

2021-02-21 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From c8c65bbca53fba5acac88955bb15b47cb66e1b19 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 21 Feb 2021 19:15:05 + >Subject: [PATCH] db.c: add subroutine "readpartactfile"

Bug#983296: db.c: define some variables for subroutine "readactfile"

2021-02-21 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 73ee09c5ef39c6ad89a07f3a284b89734bbe517f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 22 Feb 2021 01:26:45 + >Subject: [PATCH] db.c: define some variables for subroutine

<    1   2   3   4   5   6   7   8   >