Bug 85443 - low limit of smtp port for submitting freedb entry
Summary: low limit of smtp port for submitting freedb entry
Status: RESOLVED FIXED
Alias: None
Product: kscd
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.4.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 21:44 UTC by Paulo Eduardo Neves
Modified: 2004-07-18 23:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo Eduardo Neves 2004-07-18 21:44:11 UTC
Version:           1.4.1 (using KDE 3.2.2, Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:                Linux (i686) release 2.6.7-gentoo-r8

In freedb submit configuration panel I can't set a smtp port greater than 99. I connect to my smtp server via a ssh tunnel in a high number port, with this configuration I can't submit entries to freedb.
Comment 1 Richard Lärkäng 2004-07-18 23:40:43 UTC
CVS commit by larkang: 

Don't set 99 as max portnumber for smtp-connections

CCMAIL: 85443-done@bugs.kde.org


  M +5 -2      cddbconfigwidgetbase.ui   1.25


--- kdemultimedia/libkcddb/kcmcddb/cddbconfigwidgetbase.ui  #1.24:1.25
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 <class>CDDBConfigWidgetBase</class>
 <comment>Used for configuring libkcddb.</comment>
@@ -10,5 +10,5 @@
             <x>0</x>
             <y>0</y>
-            <width>378</width>
+            <width>400</width>
             <height>541</height>
         </rect>
@@ -594,4 +594,7 @@
                                             </sizepolicy>
                                         </property>
+                                        <property name="maxValue">
+                                            <number>65535</number>
+                                        </property>
                                         <property name="value">
                                             <number>25</number>