non port: emulators/linux_base-c6/Makefile |
SVNWeb
|
Number of commits found: 65 |
Wed, 13 Nov 2019
|
[ 10:33 tijl ]
Update nss to 3.44.0.
|
Wed, 10 Jul 2019
|
[ 14:40 tijl ] (Only the first 10 of 17 ports in this commit are shown above. )
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages. Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available. The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.
With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.
Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
|
Sat, 8 Jun 2019
|
[ 15:59 tijl ] (Only the first 10 of 155 ports in this commit are shown above. )
Address some portlint warnings in the Linux infrastructure ports.
Eliminate LINUXNAME from port Makefiles. This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
|
Fri, 19 Apr 2019
|
[ 12:34 tijl ]
Update glibc to 2.12-1.212.el6_10.3.
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sun, 26 Aug 2018
|
[ 19:53 pi ] (Only the first 10 of 21 ports in this commit are shown above. )
emulators/linux-c6: Update to CentOS 6.10
PR: 229979
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by: xmj
|
Tue, 19 Jun 2018
|
[ 20:31 amdmi3 ]
- Fix OSVERSION conditions
Approved by: portmgr blanket
|
Tue, 17 Apr 2018
|
[ 10:14 tijl ]
Update gcc to 4.4.7-18.el6_9.2.
|
Mon, 29 Jan 2018
|
[ 20:12 tijl ]
Update util-linux-ng to 2.17.2-12.28.el6_9.2.
|
Mon, 11 Dec 2017
|
[ 14:28 tijl ]
Update util-linux-ng to 2.17.2-12.28.el6_9.1.
|
Wed, 1 Nov 2017
|
[ 13:21 tijl ] (Only the first 10 of 17 ports in this commit are shown above. )
Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs.
|
Thu, 5 Oct 2017
|
[ 16:06 tijl ]
Update libacl to 2.2.49-7.el6_9.1.
|
Fri, 7 Jul 2017
|
[ 15:19 tijl ]
Update glibc to 2.12-1.209.el6_9.2.
PR: 220489
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
[ 15:09 tijl ]
- Update security/linux-c6-nss to 3.28.4-3.el6_9. [1]
- Move nss-softokn-freebl to linux_base-c6 because it is needed by
libcrypt.so (part of glibc).
PR: 220146 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
|
Fri, 26 May 2017
|
[ 10:26 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
Update to CentOS 6.9.
PR: 218732
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Thu, 9 Mar 2017
|
[ 19:10 tijl ]
Update util-linux-ng to 2.17.2-12.24.el6_8.3.
PR: 217394
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Wed, 1 Feb 2017
|
[ 17:39 tijl ]
Update GIO module cache on installation.
|
Tue, 31 Jan 2017
|
[ 16:54 tijl ] (Only the first 10 of 887 ports in this commit are shown above. )
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so (Only the first 15 lines of the commit message are shown above )
|
Wed, 18 Jan 2017
|
[ 11:30 tijl ]
Update to bash 4.1.2-41.el6_8 and db4 4.7.25-20.el6_8.1.
Fix check-plist errors.
PR: 216219
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 14 Jan 2017
|
[ 13:13 tijl ]
Don't use @dir for directories that may have filesystems mounted. It may
not be possible to change their mode and timestamp like @dir tries to do.
PR: 215769
MFH: 2017Q1
|
Thu, 12 Jan 2017
|
[ 10:44 tijl ] (Only the first 10 of 76 ports in this commit are shown above. )
Make 64 bit Linux packages the default on amd64.
|
Wed, 23 Nov 2016
|
[ 11:11 tijl ]
Update to util-linux-ng 2.17.2-12.24.el6_8.1.
PR: 214772
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Fri, 4 Nov 2016
|
[ 15:43 jkim ]
Fix modes for /compat/linux/sys.
This commit is analogous to r425303 and r425309 for /compat/linux/proc.
MFH: 2016Q4
|
[ 08:02 bapt ]
Fix modes for /compat/linux/proc
When linprocfs is mounted the mode set to /compat/linux/proc is set to 555
while the package said 755 meaning pkg will try to change it 755 and fail
preventing upgrade or installation of the package because linprocfs does not
support changing attributes.
Enforce it to 555 to prevent that situation
|
Wed, 2 Nov 2016
|
[ 22:45 mat ] (Only the first 10 of 110 ports in this commit are shown above. )
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 22 Oct 2016
|
[ 11:46 tijl ]
Update grep to 2.20-5.el6_8 and use SRC_SUFX.
PR: 213264
Submitted by: pkubaj@anongoth.pl
|
Wed, 19 Oct 2016
|
[ 10:58 tijl ]
Since base r283461 /compat/linux/dev/shm must point to a tmpfs. Make
/compat/linux/dev/shm a plain directory instead of a link to /tmp so we
don't force users to mount tmpfs on /tmp. This also makes /dev/shm a
separate namespace from /tmp.
PR: 207769
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Mon, 1 Aug 2016
|
[ 22:23 tijl ]
Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH to define DISTINFO_FILE and PLIST.
|
Mon, 20 Jun 2016
|
[ 17:13 tijl ] (Only the first 10 of 189 ports in this commit are shown above. )
Update Linux ports to Centos 6.8.
PR: 210373
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D6891
|
Sun, 5 Jun 2016
|
[ 20:53 tijl ]
Bump PORTREVISION for previous commit.
|
[ 19:35 tijl ]
Update krb5-libs to 1.10.3-42z1.el6_7.
|
Sun, 15 May 2016
|
[ 14:51 bapt ]
Do not try to load the linux* modules from the pre install scripts
It will always fail when jailed, it is also inaccurate given we now have
linux and linux64 modules. There is alrady a test before that via checking
compat.linux.* which is good enough to determien if linux emulation is supported
|
Wed, 13 Apr 2016
|
[ 01:49 swills ] (Only the first 10 of 160 ports in this commit are shown above. )
CentOS ports: for c6_64, install 32bit libraries alongside
PR: 206943
Submitted by: xmj
|
Wed, 17 Feb 2016
|
[ 18:25 des ]
Update glibc and glibc-common to latest version
PR: 207272
Submitted by: Johannes Jost Meixner <johannes@meixner.dk>
MFH: 2016Q1
Security: CVE-2015-7547
|
Sat, 30 Jan 2016
|
[ 18:30 miwi ] (Only the first 10 of 195 ports in this commit are shown above. )
Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups
PR: 205846
Submitted by: xmj
In Collaboration with: allanjude, netchild, xmj
Exp-run: antoine
Sponsored by: Perceivon Hosting Inc.
Differential Revision: D3428
We'd like to thanks for all the feedback and comments.
|
Thu, 5 Nov 2015
|
[ 12:36 mat ] (Only the first 10 of 206 ports in this commit are shown above. )
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
|
Wed, 7 Oct 2015
|
[ 20:59 robak ]
emulators/linux_base-c6: fix unfetchable distfiles
- After Centos 6.6 was deprecated, the MASTER_SITE_SUBDIR was pointing to no
longer
existing location. This change gets that fixed, allowing the port to build
again.
Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
MFH: 2015Q4
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Sun, 9 Aug 2015
|
[ 19:14 netchild ] (Only the first 10 of 332 ports in this commit are shown above. )
Re-commit of
64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
- all errors are mine
- 64bit (may) have rough edges
- I validated
* that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
antoine)
* 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
later, when I dare to activate the 64bit linuxulator in the kernel)
- the infrastructure part looks mature enough to let more test-bunnies get
some experience with the new 64 bit parts
- to use it you shall have no linux ports installed and have to specify
(on your own risk) the following in make.conf before installing the ports:
OVERRIDE_LINUX_BASE_PORT=c6_64 (Only the first 15 lines of the commit message are shown above )
|
Sun, 26 Jul 2015
|
[ 13:35 antoine ] (Only the first 10 of 330 ports in this commit are shown above. )
Unbreak INDEX, reverting r392921
With hat: portmgr
|
[ 13:06 netchild ] (Only the first 10 of 330 ports in this commit are shown above. )
64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
- all errors are mine
- 64bit (may) have rough edges
- I validated
* that the 32bit part doesn't has deinstall regressions
* 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
later, when I dare to activate the 64bit linuxulator in the kernel)
- the infrastructure part looks mature enough to let more test-bunnies get
some experience with it
- to use it you shall have no linux ports installed and have to specify
(on your own risk) the following in make.conf before installing the ports:
OVERRIDE_LINUX_BASE_PORT=c6_64
OVERRIDE_LINUX_NONBASE_PORTS=c6_64
(Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Jul 2015
|
[ 18:35 tijl ]
- Update to db4-4.7.25-19.el6_6
- Update to freetype-2.3.11-15.el6_6.1
- Update to glibc-2.12-1.149.el6_6.9
- Update to krb5-libs-1.10.3-37.el6_6
- Add symlink from /usr/lib/librt.so.1 to /lib/librt.so.1. This shadows
FreeBSD /usr/lib/librt.so.1 and fixes some applications (e.g. Maple)
MFH: 2015Q3
Security: CVE-2012-5669
Security: CVE-2013-7423
Security: CVE-2014-6040
Security: CVE-2014-7817
Security: CVE-2014-9657
Security: CVE-2014-9658
Security: CVE-2014-9660 (Only the first 15 lines of the commit message are shown above )
|
Sat, 18 Apr 2015
|
[ 17:29 xmj ]
emulators/linux_base-c6: Add libblkid RPM
- Add libblkid to DISTFILES.
the corresponding src distfile is
util-linux-ng-2.17.2-12.18.el6.src.rpm
PR: 199083
Differential Revision: https://reviews.freebsd.org/D2315
Submitted by: trasz
Reviewed by: eadler, trasz
|
Sun, 8 Feb 2015
|
[ 10:34 tijl ]
- White space fixes
- Like r315899 did for linux_base-f10, add some symlinks to linux_base-c6
for executables that exist in /usr/bin on Linux but /bin on FreeBSD.
This guarantees that Linux shell scripts run the Linux executables and
not the FreeBSD ones.
PR: 197406
|
Wed, 28 Jan 2015
|
[ 08:41 xmj ]
emulators/linux_base-c6: update glibc
- Update to a GHOST-free glibc version.
Differential Revision: https://reviews.freebsd.org/D1695
Security: 0765de84-a6c1-11e4-a0c1-c485083ca99c
Approved by: so@ (des)
MFH: 2015Q1
|
Tue, 9 Dec 2014
|
[ 17:47 xmj ]
Force PREFIX to LINUXBASE
Using pkg with linux packages will generate conflicts with non-linux ports if
PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to
LINUXBASE, which can be overridden separately.
Differential Revision: https://reviews.freebsd.org/D1265
Approved by: koobs, swills (mentors)
|
Tue, 2 Dec 2014
|
[ 18:37 xmj ]
linux_base-f10/c6: add missing gmp
- expr(1) and factor(1) currently shipped with linux emulation fail, due to
missing gmp libraries. Add these to allow the correct behavior
- Bump PORTREVISIONs
PR: 195084
Differential Revision: https://reviews.freebsd.org/D1252
Submitted by: Jan Beich <jbeich@vfemail.net>
Approved by: swills (mentor)
|
Tue, 11 Nov 2014
|
[ 15:20 xmj ]
emulators/linux_base-c6: distfiles cleanup
- replace two i686 distfiles in SRC_DISTFILES with their src.rpm counterpart
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by: swills (mentor)
|
[ 13:06 xmj ] (Only the first 10 of 169 ports in this commit are shown above. )
Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
devel/linux-c6-libsigc++20
graphics/linux-c6-gdk-pixbuf [1]
graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
and security/linux-c6-cyrus-sasl2
- Misc. cleanups
Differential Revision: https://reviews.freebsd.org/D1108
Submitted by: kmoore [1]
Reviewed by: rene (emulation)
Approved by: portmgr (swills)
Approved by: swills (mentor)
Sponsored by: Perceivon Hosting Inc.
|
Mon, 27 Oct 2014
|
[ 13:11 xmj ]
emulators/linux_base-c6: fix build/packaging as unprivileged user.
- Allow build/packaging as unprivileged user.
PR: 193848
Differential Revision: https://reviews.freebsd.org/D989
Submitted by: mandree
Approved by: swills (mentor)
|
Fri, 26 Sep 2014
|
[ 17:06 xmj ]
emulators/linux_base-c6: Use a CVE-free version of bash
Bash 4.1.2 as shipped with this Linux base port is vulnerable to
CVE-2014-6271 and CVE-2014-7169. As EL6 policy is to backport security
patches, use a RPM that is not vulnerable to either remote code execution
vulnerability.
While here:
- Add the proper UDPATES Master site
- remove sample files installation from Makefile, in favor of @sample
Approved by: swills (mentor)
Security: 71ad81da-4414-11e4-a33e-3c970e169bc2
|
Mon, 22 Sep 2014
|
[ 10:40 xmj ] (Only the first 10 of 428 ports in this commit are shown above. )
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above )
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Sun, 2 Feb 2014
|
[ 06:58 netchild ]
Add libuuid:
- f10 had it
- this fixes at least the flashplugin with this linux_base
Fix comment.
PR: 186118
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
Fri, 24 Jan 2014
|
[ 22:01 netchild ]
Update to 6.4.
Submitted by: Johannes Meixner <xmj@chaot.net>
|
Thu, 10 Oct 2013
|
[ 16:12 rene ]
- Add staging support
- Properly handle yp.conf and krb5.conf
- Remove some assignments with default values
Note that staging warns about etc/*shadow not being readable, because their
permissions are 0.
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Thu, 30 May 2013
|
[ 09:11 rene ] (Only the first 10 of 77 ports in this commit are shown above. )
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
|
Mon, 22 Apr 2013
|
[ 16:24 bapt ]
On all supported version of FreeBSD tar do support rpm as an archive format.
So directly use tar to extract linux* distfiles instead of rpm2cpio.
|
Mon, 11 Mar 2013
|
[ 20:49 rene ]
Add back the MASTERSITE containing the sources, to be compliant with
the GPL (it _is_ working after all).
Reported by: netchild@
|
[ 09:13 rene ]
- Fix fetch [1]
- Convert Makefile header
- Slightly pet portlint
Submitted by: tijl@ via freebsd-emulation@ [1]
Tested with: 'make checksum' (before and after)
|
Sun, 22 Apr 2012
|
[ 19:23 netchild ]
Update TODO list.
|
[ 19:20 netchild ]
Add missing source RPMs.
|
[ 09:24 netchild ]
After repocopy (by marcus@) from linux_base-f10:
Add linux_base-c6 port. This is a linux_base port based upon CentOS 6.
CentOS 6 is supported upstream (so far) until November 30, 2020.
Compared to the port as submitted in the PR, I added most SRC_DISTFILES
and set the maintainer to emulation@ (discussed with the submitter).
Not connected to the ports collection (emulation/Makefile) yet, first I want
to find the missing src RPMs (compat-*, stdc++, ...). The port is committed
anyway, so that people can help with the TODO list (in the Makefile).
WARNING: it is highly experimental to use this port instead of the default
linux_base port. You need to set compat.linux.osrelease to 2.6.18, so watch
out for unimplemented syscalls (most recent 8-stable / 9-stable or -current
is recommended for this).
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
PR: 165900
|
Number of commits found: 65 |