[contribteam] [Bug 12587] composer installs skins in plugins folder

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12587

--- Comment #1 from Jean-Philippe Pialasse  ---
see https://forums.koozali.org/index.php/topic,55149.45.html

cd /usr/share/roundcubemail
export COMPOSER_ROOT_VERSION=`rpm -q roundcubemail --queryformat "%{VERSION}"`

COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php81  -d allow_url_fopen=1
/usr/local/bin/composer require "roundcube/classic:~1.6.0"

cp plugins/classic skins/

if you mv the folder and rerun composer it will copy again in plugins

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12587] composer installs skins in plugins folder

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12587

Bug ID: 12587
   Summary: composer installs skins in plugins folder
Classification: Contribs
   Product: SME Contribs
   Version: 10.0
  Hardware: ---
OS: ---
Status: CONFIRMED
  Severity: normal
  Priority: P3
 Component: smeserver-roundcube
  Assignee: contribteam@lists.contribs.org
  Reporter: te...@pialasse.com
QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

"roundcube/larry": "~1.6.0", is a skin and should be added in skins not
plugins.
when using composer, same thing with "roundcube/classic": "~1.6.0"


need to check if this is because of us, because of remi rpm or if it is the
behaviour if we install from sources

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12582] Denyhosts ValidFrom from Configurations DB not used

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12582

--- Comment #5 from Jean-Philippe Pialasse  ---
Walter,

I do not see what is your issue ?
before fixing something we should document an issue

why would put ValidFrom in denyhosts,conf ?
why would like a coma separated list of ip/mask as FROM address for an email ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12582] Denyhosts ValidFrom from Configurations DB not used

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12582

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 CC||te...@pialasse.com
  Component|Console |smeserver-denyhosts
Version|10.1|10.0
   Assignee|bugt...@lists.contribs.org  |te...@pialasse.com
Product|SME Server 10.X |SME Contribs
 QA Contact|bugt...@lists.contribs.org  |contribteam@lists.contribs.
   ||org

--- Comment #4 from Jean-Philippe Pialasse  ---
moving to contrib

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12586] xt_geoip locations not being updated correctly

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12586

John Crisp  changed:

   What|Removed |Added

 Status|CONFIRMED   |CLOSED
 Resolution|--- |NOTABUG

--- Comment #2 from John Crisp  ---
Closing notabug but appreciate any input.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12586] xt_geoip locations not being updated correctly

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12586

--- Comment #1 from John Crisp  ---
Hmmm - I don't understand as on another server they appear to have been
updated.

This works but I am not sure where the whois file comes from?

/usr/libexec/xtables-addons/xt_geoip_build GeoIPCountryWhois.csv

Was that the original file with geoip? Or is it just a dummy argument to
xt_geoip_build because if I run without that filename it still processes the
downloaded files. H.

Be grateful for Michels input on this!!

I think it is not a bug but it is a little confusing!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 12586] xt_geoip locations not being updated correctly

2024-04-04 Thread bugzilla-daemon--- via contribteam
https://bugs.koozali.org/show_bug.cgi?id=12586

Bug ID: 12586
   Summary: xt_geoip locations not being updated correctly
Classification: Contribs
   Product: SME Contribs
   Version: 10.0
  Hardware: ---
OS: ---
Status: CONFIRMED
  Severity: normal
  Priority: P3
 Component: smeserver-xt_geoip
  Assignee: mab...@misouk.com
  Reporter: jcr...@safeandsoundit.co.uk
QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

I was idly looking at some issues I had with IP addresses being wrongly block
and tried to run a manual update.

cat update_base

cd /usr/share/xt_geoip
if ( ./xt_geoip_dl )
then
/usr/libexec/xtables-addons/xt_geoip_build GeoIPCountryWhois.csv
fi

So it wants a file called GeoIPCountryWhois.csv but I can't see that anywhere.

We retrieve a zip here in xt_geoip_dl:

wget -O GeoLite2-Country-CSV.zip -q
"https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV_key=${LicenseKey}=zip

But it looks like MaxMind updated something because when we extract this file
we get this directory

GeoLite2-Country-CSV_20240329

That contains the CSV files.

We then need to run /usr/libexec/xtables-addons/xt_geoip_build with a -D for
the directory to expand too eg something like this:

/usr/libexec/xtables-addons/xt_geoip_build -D /usr/share/xt_geoip *.csv

That then appears to work as expected.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/