Commit graph

21 commits

Author SHA1 Message Date
drochner
6dc8a40afc update to 2.1.2
This release provides the following fixes:

Security fixes:
 KDEsu. The KDEsu which shipped with earlier releases of
  KDE 2 writes a (very) temporary but world-readable file
  with authentication information. A local user can
  potentially abuse this behavior to gain access to the X
  server and, if KDEsu is used to perform tasks that require
  root-access, can result in comprimise of the root account.
Bug fixes:
 kio_http. Fixed problems with "protocol for http://x.y.z
  died unexpectedly" and with proxy authentication with
  Konqueror.
 kparts. Fixed crash in KOffice 1.1 when splitting views.
  khtml. Fixed memory leak in Konqueror. Fixed minor
  HTML rendering problems.
 kcookiejar. Fixed minor problems with HTTP cookies.
  kconfig. Fixed problem with leading/trailing spaces in
  configuration values.
 kdebug. Fixed memory leak in debug output.
  klineedit. Fixed problem with klineedit emitting "return
  pressed" twice.

(The security fix was already dealt with by patches.)
2001-09-07 14:32:21 +00:00
drochner
dad337d577 change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
2001-09-07 14:27:10 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:51 +00:00
jlam
b5499bcc74 Add -Wl,-R${X11BASE}/lib to USER_LDFLAGS to head of possible problems when
libraries move from pkgsrc into the main X11 distribution.
2001-07-18 22:44:30 +00:00
jlam
a9d3656a8b Add bin/dcopserver to list of files linked into ${BUILDLINK_DIR} as some
programs (qt2-designer-kde) test for that file to determine the presence
of KDE2.
2001-07-15 11:06:10 +00:00
jlam
e1fc034a8c Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
2001-07-14 05:12:10 +00:00
skrll
1b852d48f2 Nuke unused target. 2001-07-09 16:48:39 +00:00
skrll
fbd1fd2e84 Bring the jade dependency back 2001-07-09 13:42:16 +00:00
skrll
b7967972de Remove unnecessary .include ".../qt2-libs/buildlink.mk" we're covered
by kde2/Makefile.part2

Remove unnecessary .include ".../jade/buildlink.mk" we don't need any
libraries from jade, just a binary.
2001-07-09 13:37:08 +00:00
zuntum
1b2294aff5 Add USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" to CONFIGURE_ENV.
This change is untested, but won't break things and should fix
Chuck Cranor's KDE2 build problem (could you confirm it, please?)
I have too slow box to compile whole kde2 now.

Fix by Johnny C. Lam
2001-07-08 11:28:44 +00:00
jlam
fcd1239d71 Add SSL settings to this Makefile and remove SSL settings from
buildlink.mk.  Also add $(KDE_RPATH) to some Makefiles to properly compile
when libqt.la isn't found.  The USER_LDFLAGS setting is thus unnecessary.
2001-07-05 17:31:27 +00:00
jlam
5816b86b09 - Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. The
conversion generally consisted of making sure that -L options passed to
  the compiler in the configure script didn't refer to any directories
  outside of ${BUILDLINK_DIR} and ${X11BASE}, and replacing dependencies
  with buildlink.mk file inclusions.
- Add a buildlink.mk for use by other package Makefiles.
2001-07-05 05:53:53 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
skrll
1517a4c70f Introduce a new variable KJS_USE_PCRE that controls the regex library
used in KJS (javascript) for kdelibs2.

This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24 22:18:21 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
skrll
a7fab53356 Pull in security fixes for kdesu from KDE-2.1.2.
Bump version of kdelibs to 2.1nb1 and update dependencies to the new
version.
2001-05-01 09:46:36 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
skrll
a00a4f14f5 Oops. Add missing USE_LTDL. 2001-03-28 14:04:13 +00:00
skrll
eb23105f2f Here goes...
Import of KDE 2.1 kdelibs package.
2001-03-14 15:59:44 +00:00