aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.2
Commit message (Collapse)AuthorAgeFilesLines
* Try to mount and unmount both linproc and linprocfs: the formerTrevor Johnson2004-02-081-0/+12
| | | | | | | is documented in linprocfs(5) but I have seen and used the latter. Notes: svn path=/head/; revision=100418
* Add sizes.Trevor Johnson2004-02-061-0/+33
| | | | Notes: svn path=/head/; revision=100096
* Fix CONFLICTS lines, as requested by eik then petef:Trevor Johnson2004-02-051-1/+1
| | | | | | | | | | | | | | | | | I think it's a bug that linux_base thinks it conflicts with itself. --petef The problem occurs if you do make install; make install FORCE_PKG_REGISTER=yes which is somewhat supported, although [seldom] (never?) used. --eik Also record conflicts with cle_base. Notes: svn path=/head/; revision=100091
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98793
* Use the latest glibc packages. Changes are described atTrevor Johnson2003-12-042-5/+5
| | | | | | | | | <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0689>, <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0859> and <URL:https://rhn.redhat.com/errata/RHSA-2003-325.html>. Notes: svn path=/head/; revision=94868
* Mention the x11/linux-XFree86-libs port.Trevor Johnson2003-11-211-0/+2
| | | | Notes: svn path=/head/; revision=94607
* Remove the XFree86-libs RPM from here (see ports/x11/linux-XFree86-libs).Trevor Johnson2003-11-192-4/+3
| | | | Notes: svn path=/head/; revision=94392
* I don't see any use for the /compat/linux/initrd directory.Trevor Johnson2003-11-191-1/+1
| | | | Notes: svn path=/head/; revision=94354
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=93890
* Redistribution in binary form must provide a disclaimerTrevor Johnson2003-09-291-0/+3
| | | | | | | | | | | | | that states that the software is based in part of [sic] the work of the FreeType Team, in the distribution documentation. We also encourage you to put an URL to the FreeType web page in your documentation, though this isn't mandatory. -- <URL:http://cvs.freetype.org/cgi-bin/viewcvs.cgi/~checkout~/freetype2/docs/ FTL.txt?rev=1.7> Notes: svn path=/head/; revision=89824
* Add the libattr, libacl, libelf, and bzip2-libs packages, neededTrevor Johnson2003-07-212-5/+9
| | | | | | | | | | | | by programs such as mv (used in installation); remove librpm404 and rpm404-python which are unused. Make rpm an EXTRACT_DEPENDS rather than BUILD_DEPENDS, based on Phil Pennock's suggestion for the sgifonts port. Submitted by: Frank Reppin (adding libattr and libacl) Notes: svn path=/head/; revision=85257
* security fix: update the XFree86 libraries to 4.2.1 because ofTrevor Johnson2003-07-032-5/+5
| | | | | | | | | | | | | | | | | what is described at <URL:http://www.xfree86.org/security/> as "an Xlib problem that made it possible to load (and execute) arbitrary code in privileged clients" "local users [may] gain root privileges via a modified LD_PRELOAD environment variable that points to a malicious module" --CAN-2002-1472 <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1472> The hash matches the one in RHSA-2003:067-19 at <URL:http://rhn.redhat.com/errata/RHSA-2003-067.html>. Notes: svn path=/head/; revision=84158
* Register conflicts among linux_base ports.Trevor Johnson2003-07-031-0/+1
| | | | Notes: svn path=/head/; revision=84140
* new i386-only linux_base port, which installs bits from release 8.0Trevor Johnson2003-07-036-19480/+106
| | | | | | | of a Linux distribution Notes: svn path=/head/; revision=84138
* Lars Eggert reports:Trevor Johnson2003-06-101-0/+16
| | | | | | | | | | | | | | | | Installation of linux_base-7.1_2 fails when linprocfs is mounted. Unmounting linprocfs before installing works around the issue. At Lars' suggestion, this script also mounts the linprocfs after installation. I assume that if the user has a linprocfs entry in /etc/fstab, the user wants it to be mounted. It also seemed like a good idea to un-mount it before de-installation. PR: 46172 Notes: svn path=/head/; revision=82685
* security update:Trevor Johnson2003-06-015-10/+10
| | | | | | | | | | | | | | | | The function gzprintf within zlib, when called with a string longer than Z_PRINTF_BUFZISE (= 4096 bytes), can overflow without giving a warning. zlib-1.1.4 and earlier exhibit this behavior. There are no known exploits of the gzprintf overrun, and only a few programs, including rpm2html and gimp-print, are known to use the gzprintf function. The problem has been fixed by checking the length of the output string within gzprintf. --<URL:http://rhn.redhat.com/errata/RHSA-2003-079.html> Notes: svn path=/head/; revision=81876
* Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included intoYoshio MITA2003-05-192-3/+5
| | | | | | | | | | | | | | | | | package. libstdc++-2.96 is a core package that is referenced by many linux_base applications such as linux-eagle. For instance, linux-eagle doesn't work with linux_base-7.1_3. Despite the importance, libstdc++-2.96 has been forgotten to be extracted since 6 months. (Actually, the RPM package is listed in the Makefile, but was badly defined so that no extraction was performed.) Since linux_base is an important package, I hesitated to commit this correction (for a long time :). If there is any incovenience in the way of package definition, please feel free to correct my change. Notes: svn path=/head/; revision=81340
* For the Alpha, update glibc and un-forbid (untested).Trevor Johnson2003-04-092-6/+7
| | | | | | | | PR: 50313 Submitted by: Miguel Mendez Notes: svn path=/head/; revision=78642
* For i386, update glibc and for the Alpha, mark forbidden due toTrevor Johnson2003-04-082-5/+9
| | | | | | | | | | | | | | | remotely exploitable RPC bug (Red Hat advisory RHSA-2003-089 and CERT advisory CA-2003-10). According to <URL:http://www.redhat.com/apps/support/errata/>, "all errata support for Alpha products, Sparc products, and Powertools products have reached end of life." I didn't do proper run-time testing of this, but "make package deinstall" leaves a clean /compat/linux/ behind. Notes: svn path=/head/; revision=78624
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* Duplicate the two different MD5 checksums for redhat-release-*.rpmMarcel Moolenaar2002-12-102-0/+2
| | | | | | | | | | in both distinfo files. The alpha and i386 versions are identical except for some meta-data. Requested by: trevor Notes: svn path=/head/; revision=71487
* The previous commit deserved a revision bump.Marcel Moolenaar2002-12-031-1/+1
| | | | | | | Acknowledged by: kris Notes: svn path=/head/; revision=71348
* Fix both alpha and i386. The major change is that glibc has beenMarcel Moolenaar2002-12-034-18/+13
| | | | | | | | | updated. Reviewed by: kris Notes: svn path=/head/; revision=71347
* Force links so reinstalls can happen.Mark Murray2002-11-051-2/+2
| | | | Notes: svn path=/head/; revision=69516
* On -CURRENT (i386), installation of the bash RPM failed because ofTrevor Johnson2002-09-261-1/+2
| | | | | | | a missing libtermcap.so.2. Notes: svn path=/head/; revision=67153
* The redhat-release-7.1-1.noarch.rpm from Red Hat 7.1/Alpha has aTrevor Johnson2002-09-262-0/+2
| | | | | | | | | | | different MD5 hash from the corresponding package from 7.1/i386. The contained etc/redhat-release files have the same contents but different time stamps. By having both hashes in both distinfo files, installation can proceed for users who share the same distfile cache for both architectures. Notes: svn path=/head/; revision=67152
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Bump PORTREVISION for the glibc update.Trevor Johnson2002-08-281-1/+1
| | | | Notes: svn path=/head/; revision=65172
* Update glibc to 2.2.4-29, to avoid resolver and RPC security bugs.Trevor Johnson2002-08-285-194/+565
| | | | Notes: svn path=/head/; revision=65171
* These should have the resolver bug too.Trevor Johnson2002-08-261-1/+1
| | | | Notes: svn path=/head/; revision=65027
* Forbid because of XDR security bug.Trevor Johnson2002-08-261-0/+2
| | | | Notes: svn path=/head/; revision=65025
* Use MASTER_SITE_REDHAT_LINUX.Akinori MUSHA2002-07-251-12/+4
| | | | Notes: svn path=/head/; revision=63557
* Upgrade to Red Hat 7.x support. Many binary-only packages are now requiringDavid E. O'Brien2002-05-285-2287/+10574
| | | | | | | Red Hat 7.x to run. Notes: svn path=/head/; revision=60161
* This file isn't used any more -- distinfo.{ARCH} is.David E. O'Brien2002-05-281-55/+0
| | | | Notes: svn path=/head/; revision=60160
* Catch up checksums of arch-neutral files to distinfo.i386Kris Kennaway2002-05-151-4/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=59212
* add missing directory.Norikatsu Shigemura2002-04-282-0/+2
| | | | | | | Reviewed by: knu (mentor) Notes: svn path=/head/; revision=58270
* Bump PORTREVISION for the zlib update.Trevor Johnson2002-03-131-0/+1
| | | | | | | | | Forgotten by: me Reported by: Mike Buchanon <buchanon@mlss15.cl.msu.edu> PR: 35860 Notes: svn path=/head/; revision=56010
* Update for zlib "double free" security bugTrevor Johnson2002-03-126-8/+10
| | | | | | | | (http://www.redhat.com/support/errata/RHSA-2002-026.html). I only tested this on i386. Notes: svn path=/head/; revision=55932
* Fix ownership on ${LINUXBASE}/var/spool/mail.Pete Fritchman2001-12-231-0/+1
| | | | | | | PR: 33096 Notes: svn path=/head/; revision=52033
* Pass maintainership over to ports@FreeBSD.org. The linux_base portsMarcel Moolenaar2001-11-181-1/+1
| | | | | | | are getting beyond my control. Notes: svn path=/head/; revision=50178
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Chase the directory layout on ftp.redhat.com, no checksum changes.Jimmy Olgeni2001-05-241-3/+3
| | | | Notes: svn path=/head/; revision=42998
* Fix unknown uid/gids that come out of the RPMs, to avoid the quotacheckJimmy Olgeni2001-04-251-0/+3
| | | | | | | | | | | | | warning about unknown owners. Add a reminder in the Makefile, because this fix should be removed when a new release of the RPMS fixes the problem. Specifically, the only affected file in the LINUXBASE hierarchy is usr/man/man8/setserial.8 (-> root:wheel) Approved by: marcel Notes: svn path=/head/; revision=41899
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120
* Make this package again on the Alpha.Steve Price2001-03-091-7/+7
| | | | Notes: svn path=/head/; revision=39293
* Add a .uk master site.Ben Smithurst2000-11-251-0/+1
| | | | | | | Approved by: marcel (maintainer) Notes: svn path=/head/; revision=35421
* PREFIX is still needed -- just set it to ${LINUXBASE}.Satoshi Asami2000-11-251-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35403
* The info package seems to be sensitive about the localeMarcel Moolenaar2000-11-211-7/+8
| | | | | | | | | | | settings and fails to install if the language is not C. Override any locale settings when running rpm. PR: 16621 Submitted by: Mikhail Teterin <mi@video-collage.com> Notes: svn path=/head/; revision=35302
* Don't enable NIS by default. The example yp.conf file installedMarcel Moolenaar2000-11-211-2/+2
| | | | | | | | | | | by the port had actual definitions with bogus values. Comment out the definitions. PR: 21554 Originator: Youki Kadobayashi <youki-k@is.aist-nara.ac.jp> Notes: svn path=/head/; revision=35301