Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Nov 2017 11:43:35
3.28.4_2
 |
dbaio  |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
05 Oct 2017 17:01:04
3.28.4_2
 |
tijl  |
Update nss to 3.28.4-4.el6_9. |
07 Jul 2017 15:09:57
3.28.4_1
 |
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] |
26 May 2017 10:26:39
3.28.4
 |
tijl  |
Update to CentOS 6.9.
PR: 218732
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
31 Jan 2017 16:54:22
3.21.3_2
 |
tijl  |
- 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 ) |
12 Jan 2017 10:44:46
3.21.3_1
 |
tijl  |
Make 64 bit Linux packages the default on amd64. |
23 Nov 2016 10:50:41
3.21.3
 |
tijl  |
Update to nss 3.21.3-2.el6_8 and nss-util 3.21.3-1.el6_8.
PR: 214755
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2016Q4
Security: https://access.redhat.com/errata/RHSA-2016:2779 |
07 Sep 2016 12:43:22
3.21.0_3
 |
tijl  |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
05 Sep 2016 21:31:45
3.21.0_2
 |
tijl  |
Update to nss-softokn 3.14.3-23.3.el6_8.
PR: 208385
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
05 Sep 2016 19:23:42
3.21.0_1
 |
tijl  |
- 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 ) |
01 Aug 2016 13:07:14
3.21.0_1
 |
tijl  |
Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH. |
20 Jun 2016 17:13:26
3.21.0_1
 |
tijl  |
Update Linux ports to Centos 6.8.
PR: 210373
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D6891 |
05 Jun 2016 20:21:00
3.21.0
 |
tijl  |
Update to 3.21.0-0.3.el6_7. |
13 Apr 2016 01:49:24
3.19.1
 |
swills  |
CentOS ports: for c6_64, install 32bit libraries alongside
PR: 206943
Submitted by: xmj |
30 Jan 2016 18:30:40
3.19.1
 |
miwi  |
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. |
16 Jan 2016 15:48:47
3.19.1
 |
pawel  |
Remove deprecated @dirrm
Approved by: portmgr blanket |
09 Aug 2015 19:14:15
3.19.1
 |
netchild  |
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 ) |
26 Jul 2015 13:35:30
3.19.1
 |
antoine  |
Unbreak INDEX, reverting r392921
With hat: portmgr |
26 Jul 2015 13:06:25
3.19.1
 |
netchild  |
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 ) |
15 Jul 2015 16:26:35
3.19.1
 |
tijl  |
Update to nss-3.19.1-3.el6_6 |
11 Nov 2014 13:06:40
3.16.1
 |
xmj  |
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. |
27 Sep 2014 06:00:09
3.16.1
 |
xmj  |
security/linux-c6-nss: update to 3.16.1
Upgrade linux-c6-nss to 3.16.1, due to CVE-2014-1568.
While there, add SRC_DISTFILES necessary due to licensing that did not make it
to r368845.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D846
Security: 48108fb0-751c-4cbb-8f33-09239ead4b55 |
22 Sep 2014 10:40:01
3.15.1
 |
xmj  |
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 ) |