Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324832 Details for
Bug 436102
net-analyzer/greenbone-security-desktop-1.2.2: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
greenbone-security-desktop-1.2.2-fedora.patch
greenbone-security-desktop-1.2.2-fedora.patch (text/plain), 1.82 KB, created by
Alexandr Tiurin
on 2012-09-24 13:01:57 UTC
(
hide
)
Description:
greenbone-security-desktop-1.2.2-fedora.patch
Filename:
MIME Type:
Creator:
Alexandr Tiurin
Created:
2012-09-24 13:01:57 UTC
Size:
1.82 KB
patch
obsolete
>diff -ru gsd-1.2.2/src/gsd_control.cpp gsd-1.2.2.new/src/gsd_control.cpp >--- gsd-1.2.2/src/gsd_control.cpp 2012-04-20 23:23:00.000000000 +0200 >+++ gsd-1.2.2.new/src/gsd_control.cpp 2012-04-23 11:33:22.250272013 +0200 >@@ -1405,7 +1405,7 @@ > model_omp_entity *m, > QMap<QString, QString>parameter) > { >- this->connector->modifyEntity (type, id, m, parameter); >+ this->connector->modifyEntity ((omp_utilities::omp_type)type, id, m, parameter); > } > > >@@ -2355,7 +2355,7 @@ > gsd_control::create (int type, QMap<QString, QString> parameter) > { > model_omp_entity *m = new model_omp_entity(); >- connector->createEntity(type, m, parameter); >+ connector->createEntity((omp_utilities::omp_type)type, m, parameter); > } > > /** >Only in gsd-1.2.2.new/src: gsd_control.cpp.orig >diff -ru gsd-1.2.2/src/omp_utilities.h gsd-1.2.2.new/src/omp_utilities.h >--- gsd-1.2.2/src/omp_utilities.h 2012-04-20 23:23:00.000000000 +0200 >+++ gsd-1.2.2.new/src/omp_utilities.h 2012-04-23 11:33:22.313270764 +0200 >@@ -49,7 +49,7 @@ > omp_utilities (); > ~omp_utilities (); > >- enum omp_type_t >+ enum omp_type > { > NONE = 0, > AGENT = 1, >@@ -76,7 +76,7 @@ > PORT_LIST = 22, > PORT_RANGE = 23 > }; >- typedef int omp_type; >+ /* typedef omp_type_t omp_type; */ > > enum omp_entity_command > { >@@ -89,7 +89,7 @@ > OMP_PREFERENCES =36, > OMP_EXPORT = 37, > }; >- typedef int omp_entity_command; >+ /* typedef int omp_entity_command; */ > > enum omp_task_command > { >@@ -99,7 +99,8 @@ > RESUME_STOPPED = 43, > RESUME_PAUSED = 44, > }; >- typedef int omp_task_command; >+ /* typedef int omp_task_command; */ >+ > int checkResponse (QString response); > omp_type getType (QString); > >Only in gsd-1.2.2.new/src: omp_utilities.h.orig
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 436102
:
324826
|
324828
| 324832