Upstream revision
This commit is contained in:
parent
ca2a16b7fc
commit
fc0275b903
|
@ -1,8 +1,10 @@
|
||||||
linbpq (6.0.24.38-2) UNRELEASED; urgency=medium
|
linbpq (6.0.24.40-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Fresh upstream release
|
||||||
|
- Patches refreshed
|
||||||
* Secure by default patch
|
* Secure by default patch
|
||||||
|
|
||||||
-- Dave Hibberd <hibby@debian.org> Fri, 05 Jul 2024 08:34:44 +0100
|
-- Dave Hibberd <hibby@debian.org> Sun, 07 Jul 2024 16:06:22 +0100
|
||||||
|
|
||||||
linbpq (6.0.24.38-1) unstable; urgency=medium
|
linbpq (6.0.24.38-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
--- a/BPQMail.rc
|
--- a/BPQMail.rc
|
||||||
+++ b/BPQMail.rc
|
+++ b/BPQMail.rc
|
||||||
@@ -1042,7 +1042,7 @@
|
@@ -1045,7 +1045,7 @@
|
||||||
CONTROL "Delete Log and Message Files to Recycle Bin",
|
CONTROL "Delete Log and Message Files to Recycle Bin",
|
||||||
IDC_DELETETORECYCLE,"Button",BS_AUTOCHECKBOX |
|
IDC_DELETETORECYCLE,"Button",BS_AUTOCHECKBOX |
|
||||||
BS_LEFTTEXT | BS_MULTILINE | WS_TABSTOP,5,142,115,20
|
BS_LEFTTEXT | BS_MULTILINE | WS_TABSTOP,5,142,115,20
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
goto SeeifMore; // SEE IF ANYTHING ELSE
|
goto SeeifMore; // SEE IF ANYTHING ELSE
|
||||||
--- a/templatedefs.c
|
--- a/templatedefs.c
|
||||||
+++ b/templatedefs.c
|
+++ b/templatedefs.c
|
||||||
@@ -1158,7 +1158,7 @@
|
@@ -1165,7 +1165,7 @@
|
||||||
"Send Non-delivery Notifications<br>\r\n"
|
"Send Non-delivery Notifications<br>\r\n"
|
||||||
"for P and T messages <input %sname=\"SendND\" value=\"SendND\" type=\"checkbox\" /><br>\r\n"
|
"for P and T messages <input %sname=\"SendND\" value=\"SendND\" type=\"checkbox\" /><br>\r\n"
|
||||||
" <br />\r\n"
|
" <br />\r\n"
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
"Housekeeping Result <input %sname=\"NoMail\" value=\"Yes\" type=\"checkbox\"><br><br>\r\n"
|
"Housekeeping Result <input %sname=\"NoMail\" value=\"Yes\" type=\"checkbox\"><br><br>\r\n"
|
||||||
"Generate Traffic Report<input %sname=\"GenTraffic\" value=\"Yes\" type=\"checkbox\"><br><br>\r\n"
|
"Generate Traffic Report<input %sname=\"GenTraffic\" value=\"Yes\" type=\"checkbox\"><br><br>\r\n"
|
||||||
"<div style=\"text-align: center;\"><input class='btn' name=RunNow value=\"Run Housekeeping\" type=submit class='btn'></div>\r\n"
|
"<div style=\"text-align: center;\"><input class='btn' name=RunNow value=\"Run Housekeeping\" type=submit class='btn'></div>\r\n"
|
||||||
@@ -1446,7 +1446,7 @@
|
@@ -1454,7 +1454,7 @@
|
||||||
"<div style=\"text-align: left; width: 680px; margin: auto;\">The Nodes to link to box defines which other Chat Nodes should be connected to, or from which "
|
"<div style=\"text-align: left; width: 680px; margin: auto;\">The Nodes to link to box defines which other Chat Nodes should be connected to, or from which "
|
||||||
"connections may be accepted. The format is ALIAS:CALL, eg BPQCHT:G8BPQ-4. If the node is not directly "
|
"connections may be accepted. The format is ALIAS:CALL, eg BPQCHT:G8BPQ-4. If the node is not directly "
|
||||||
"connectable (ie is not in your NODES table) you can add a connect script. This consists of a series of commands "
|
"connectable (ie is not in your NODES table) you can add a connect script. This consists of a series of commands "
|
||||||
|
|
Loading…
Reference in New Issue