Age | Commit message (Collapse) | Author | Files | Lines |
|
it. Bump revision for this. Set a number of CHECK_FILES_SKIP entries
to let the package pass CHECK_FILES.
|
|
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
|
|
|
|
/dev/null, create them with MAKEDEV. This avoids ugly problem with
realpath and readlink in linux binaries that try to fully resolve where
/dev/null lives. Bump PKGREVISION to 7.
|
|
|
|
|
|
|
|
|
|
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
|
|
Bump PKGREVISION.
|
|
|
|
USE_BUILDLINK2, if any.
|
|
PR pkg/23900.
|
|
writing to /dev/tty will instead attempt to create the file emul/linux/dev/tty.
|
|
packages. From PR pkg/21864 by ccatrian at eml.cc.
|
|
|
|
|
|
|
|
security update of glibc and libz.
glibc: Shared libraries (from the C library package)
----------------------------------------------------------------------
File: glibc-2.2.4-78.i386.rpm
Version: 2.2.4
Size: 7459 kB
Date: Tue 01 Apr 2003 01:31:31 PM CEST
Source: glibc-2.2.4-78.src.rpm
Security: Yes
----------------------------------------------------------------------
Description: This security update fixes an integer overflow in the RPC xdrmem_getbytes()
function of the glibc that may be exploited to execute arbitrary code with
the privileges of the user running the RPC application.
libz: Data Compression Library
----------------------------------------------------------------------
File: libz-1.1.3-597.i386.rpm
Version: 1.1.3
Size: 92 kB
Date: Wed 27 Feb 2002 08:19:58 PM CET
Source: libz-1.1.3-597.src.rpm
Security: Yes
----------------------------------------------------------------------
Description: Security update: prevent double free() in the compression library.
|
|
|
|
|
|
NetBSD versions as appropriate
|
|
rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
|
|
bump pkgrevision
closes PR 20267
|
|
as the linux kernel bump isn't on the 1.6 branch. Fix ONLY_FOR_PLATFORM
accordingly.
|
|
package have corrupt locale files.
|
|
|
|
|
|
|
|
security vulnerabilities and is no longer available from the master
site.
Bump PKGREVISION.
|
|
(it is the default on later systems), as it is done in the netscape package.
|
|
have been converted to USE_BUILDLINK2.
|
|
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
|
|
make it possible to use recent Linux applications on a NetBSD-current
(1.5ZC built from 2002-04-04 sources) kernel.
|
|
* Fixed libz problems
|
|
this automatically.
|
|
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions
that can be remotely exploitable.
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
|
|
|
|
Fixes pkg/14011 by Martti Kuparinen <martti.kuparinen@iki.fi>
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
root exploit due to a bug in "ld-linux.so.2". Bump version number of the
package to "6.4nb2".
|
|
to 6.4nb1.
|