OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
3.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../wvstreams/gcc41.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. diff -Nur wvstreams-4.2.2-orig/include/uniconfkey.h wvstreams-4.2.2/include/uniconfkey.h
  18. --- wvstreams-4.2.2-orig/include/uniconfkey.h 2005-11-24 19:46:46.000000000 +0000
  19. +++ wvstreams-4.2.2/include/uniconfkey.h 2006-04-02 06:22:18.356916500 +0000
  20. @@ -113,7 +113,7 @@
  21. bool iswild() const;
  22. /** Returns true if the key has a trailing slash. */
  23. - bool UniConfKey::hastrailingslash() const;
  24. + bool hastrailingslash() const;
  25. /**
  26. * Returns the number of segments in this path.
  27. diff -Nur wvstreams-4.2.2-orig/include/wvhttppool.h wvstreams-4.2.2/include/wvhttppool.h
  28. --- wvstreams-4.2.2-orig/include/wvhttppool.h 2005-11-24 19:46:46.000000000 +0000
  29. +++ wvstreams-4.2.2/include/wvhttppool.h 2006-04-02 06:29:53.689373000 +0000
  30. @@ -57,7 +57,7 @@
  31. WvString linkname;
  32. WvUrl url;
  33. - WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
  34. + WvUrlLink(WvStringParm _linkname, WvStringParm _url)
  35. : linkname(_linkname), url(_url)
  36. {}
  37. };
  38. diff -Nur wvstreams-4.2.2-orig/include/wvstring.h wvstreams-4.2.2/include/wvstring.h
  39. --- wvstreams-4.2.2-orig/include/wvstring.h 2005-11-24 19:46:46.000000000 +0000
  40. +++ wvstreams-4.2.2/include/wvstring.h 2006-04-02 06:19:47.519489750 +0000
  41. @@ -393,7 +393,7 @@
  42. protected:
  43. void copy_constructor(const WvFastString &s);
  44. - inline void WvString::construct(const char *_str)
  45. + inline void construct(const char *_str)
  46. {
  47. link(&nullbuf, _str);
  48. diff -Nur wvstreams-4.2.2-orig/include/wvx509.h wvstreams-4.2.2/include/wvx509.h
  49. --- wvstreams-4.2.2-orig/include/wvx509.h 2006-01-09 21:42:53.000000000 +0000
  50. +++ wvstreams-4.2.2/include/wvx509.h 2006-04-02 06:25:47.621994750 +0000
  51. @@ -349,19 +349,19 @@
  52. * Set the Certificate to use X509v3, since that's all modern
  53. * PKI uses anyways :)
  54. */
  55. - void WvX509Mgr::set_version();
  56. + void set_version();
  57. /**
  58. * Get and set the keyUsage field.
  59. */
  60. - WvString WvX509Mgr::get_key_usage();
  61. - void WvX509Mgr::set_key_usage(WvStringParm values);
  62. + WvString get_key_usage();
  63. + void set_key_usage(WvStringParm values);
  64. /**
  65. * Get and set the extendedKeyUsage field.
  66. */
  67. - WvString WvX509Mgr::get_ext_key_usage();
  68. - void WvX509Mgr::set_ext_key_usage(WvStringParm values);
  69. + WvString get_ext_key_usage();
  70. + void set_ext_key_usage(WvStringParm values);
  71. /**
  72. * Return the Subject alt name if it exists, and WvString::null if