Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.25_3 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
3.6.25_3 26 Dec 2016 14:37:58 |
mat |
Don't deprecate net/samba36, too many ports depend on it.
Sponsored by: Absolight |
3.6.25_3 26 Dec 2016 14:33:04 |
mat |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight |
3.6.25_3 19 Nov 2016 20:31:31 |
antoine |
Un-expire, this port and its slaves were deprecated without a plan |
3.6.25_3 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.6.25_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.6.25_3 16 May 2016 14:06:53 |
rene |
Re-add net/libsmbclient and net/samba36, they are still required for some
ports but Tools/scripts/rmport did not warn about those. |
3.6.25_3 16 May 2016 13:09:43 |
rene |
Remove expired ports:
2016-03-01 net/samba41: not supported by the upstream
2016-04-01 net/samba-smbclient: not supported by the upstream
2016-04-01 net/samba-libsmbclient: not supported by the upstream
2016-04-01 net/samba-nmblookup: not supported by the upstream
2016-04-01 net/samba36: not supported by the upstream |
3.6.25_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.6.25_3 11 Mar 2016 11:53:42 |
tijl |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
3.6.25_2 27 Feb 2016 23:50:55 |
junovitch |
net/samba36: add patches corresponding to 16 Dec 2015 security releases
PR: 206808
Reported by: Marcin Gryszkalis <mg@fork.pl>
Submitted by: takefu@airport.fm (original patch)
Approved by: ports-secteam (with hat)
Security: CVE-2015-5252
Security: CVE-2015-5296
Security: CVE-2015-5299
Security: https://vuxml.FreeBSD.org/freebsd/ef434839-a6a4-11e5-8275-000c292e4fd8.html
MFH: 2016Q1 |
3.6.25_1 18 Feb 2016 20:18:13 |
feld |
net/samba36: Extend expiration date
I intended this to align with the next quarterly release. |
3.6.25_1 18 Feb 2016 20:15:52 |
feld |
net/samba36: Mark DEPRECATED
This Samba port was not yet marked deprecated. It has been EoL since 2015-03-04 |
3.6.25_1 21 Jan 2016 15:42:41 |
pawel |
Remove deprecated @dirrm's from pkg-plist of samba ports.
Note that net/samba4 got it's PORTVERSION bumped as stage-qa found
one file not included in pkg-plist.
PR: 205950
Submitted by: myself
Approved by: maintainer timeout |
3.6.25_1 15 Sep 2015 16:22:33 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket |
3.6.25 17 Aug 2015 14:20:41 |
mat |
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 |
3.6.25 08 Jun 2015 01:17:25 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.6.25 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.6.25 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
3.6.25 25 Mar 2015 23:51:06 |
marino |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket |
3.6.25 24 Feb 2015 20:44:11 |
timur |
Update samba ports to address CVE-2015-0240
Security: CVE-2015-0240 |
3.6.25 24 Feb 2015 15:47:34 |
zi |
- Update to 3.6.25 to patch Remote Code Execution vulnerability
With hat: ports-secteam@
Security: 996c219c-bbb1-11e4-88ae-d050992ecde8 |
3.6.24_2 03 Jan 2015 10:33:04 |
danfe |
Minor net/samba* ports cleanups:
- Drop leading article from COMMENT and use neutral spelling of Unix
- Sort USES alphabetically and wrap it if necessary
- Rename FAM_SUPPORT to standard option FAM, drop FAM_SUPPORT_DESC
- Fix a typo in AIO_SUPPORT_DESC (Asyncronous -> Asynchronous)
- Consistently reword PAM_SMBPASS option description
- Kill one case of EOL whitespace and bogus uses of := operator
Approved by: maintainer (timur; timeout since 2014.12.16) |
3.6.24_2 18 Nov 2014 22:29:28 |
timur |
Replace inclusion of libexecinfo with appropriate USES flag. |
3.6.24_2 08 Aug 2014 21:36:33 |
timur |
Add explicitly library path to the corresponding .pc files
PR: 191997 |
3.6.24_2 08 Aug 2014 14:09:14 |
timur |
Add CPE support on request of the security officer. |
3.6.24_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
3.6.24_1 14 Jul 2014 21:59:19 |
adamw |
samba36:
Add DOCS and EXAMPLES OPTIONS, and put the stuff in EXAMPLESDIR behind
PORTEXAMPLES.
samba4/samba41:
Add DOCS OPTION, given that the port already tests for PORT_OPTIONS:MDOCS |
3.6.24_1 12 Jul 2014 22:29:23 |
swills |
net/samba36: fix shebang for bin/findsmb |
3.6.24 12 Jul 2014 17:41:32 |
sunpoet |
- Convert to new LIB_DEPENDS format
Approved by: portmgr (blanket) |
3.6.24 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
3.6.24 23 Jun 2014 18:47:49 |
timur |
Security update for Samba 3.6, 4.0 and 4.1.
PR: 190166
Security: CVE-2014-0244
CVE-2014-3493
CVE-2014-0239
CVE-2014-0178 |
3.6.23 21 Apr 2014 11:18:35 |
timur |
Convert(?) net/samba36 to STAGEDIR |
3.6.23 12 Mar 2014 01:07:30 |
delphij |
Security update:
net/samba36 -> 3.6.23
net/samba4 -> 4.0.16
net/samba41 -> 4.1.6
Security: 03e48bf5-a96d-11e3-a556-3c970e169bc2 |
3.6.22 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
3.6.22 10 Dec 2013 04:18:03 |
timur |
Upgrade port to 3.6.22 to address recently announced vulnerabilities
Security: CVE-2012-6150
CVE-2013-4408 |
3.6.20_1 17 Nov 2013 22:16:17 |
timur |
Attempt to fix broken init script. Hope, this time it's OK :)
PR: 184037 |
3.6.20 16 Nov 2013 23:54:36 |
timur |
Update port to the 3.6.20 version, addressing CVE-2013-4475
Security: CVE-2013-4475 |
3.6.18 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.6.18 05 Sep 2013 20:18:30 |
bsam |
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit) |
3.6.18 16 Aug 2013 16:47:50 |
timur |
Update port to the 3.6.18 version |
3.6.17 06 Aug 2013 00:32:08 |
timur |
Security update
Security: CVE-2013-4124 |
3.6.16_1 01 Jul 2013 02:41:32 |
timur |
Fixed typo in the patch that broke winbind_krb5_locator linking. Add external
dependency on tevent library.
PR: 180074, 180053 |
3.6.16 27 Jun 2013 08:47:26 |
timur |
Upgraded port to the latest 3.6.16 revision. |
3.6.13 06 Jun 2013 22:03:35 |
bapt |
Finish conversion to new options framework
While here remove check for unsupported versions |
3.6.13 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.6.13 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
3.6.13 25 Mar 2013 15:18:59 |
timur |
Bump port to the 3.6.13 version. Incorporate patch for winbind from Samba4.
Switch to OPTIONS_NG. Fix download paths. |
3.6.12 31 Jan 2013 15:59:45 |
timur |
Security update of the port to the 3.6.12 version
Security: CVE-2013-0213, CVE-2013-0214 |
3.6.9 03 Nov 2012 03:08:45 |
timur |
Update port to the 3.6.9 version
Feature safe: yes |
3.6.8 22 Oct 2012 19:58:39 |
timur |
Document behaviour changes in the rc.d/samba startup script.
Feature safe: yes |
3.6.8 22 Oct 2012 09:20:05 |
timur |
Update Samba 3.6 to the 3.6.8 revision.
Feature safe: yes |
3.6.7 15 Aug 2012 00:20:32 |
delphij |
Update to 3.6.7.
PR: ports/170446
Submitted by: Andrey Simonenko <simon comsys ntu-kpi kiev ua>
Approved by: timur |
3.6.5 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
3.6.5 30 Apr 2012 18:48:09 |
delphij |
Security update to address Samba incorrect permission checks vulnerability
(CVE-2012-2111):
- Update net/samba34 to 3.4.17
- Update net/samba35 to 3.5.15
- Update net/samba36 to 3.6.5
Security: 0fa15e08-92ec-11e1-a94a-00215c6a37bb
Approved by: maintainer |
3.6.4_1 13 Apr 2012 09:16:00 |
dougb |
The samba rc.d script uses some clever tricks to start (up to) 3 different
services using the same script. As a result it resets rcvar several times
in order to process the options for each service.
The changes I made on 2012/01/14 to facilitate the removal of set_rc_var()
from HEAD were effective in the case where the WINBIND option was off (the
case that I tested) because that causes the related portions of the rc.d
script to be removed completely on install. However, if installed from a
package, or installed using the the default OPTIONS, WINBIND is on, which
caused the last known rcvar to be winbind_enable.
Since the common case seems to be for users to use samba_enable (which
only enables smb_and nmb_ by default) the fact that rcvar=winbind_enable,
but that knob is off, caused the startup script to trip on a totally
unrelated portion of rc.subr. (Only the first 15 lines of the commit message are shown above ) |
3.6.4 10 Apr 2012 22:33:01 |
delphij |
Security update to address root credential remote code execution issue
(CVE-2012-1182):
- Update samba36 to 3.6.4;
- Update samba35 to 3.5.14;
- Update samba34 to 3.4.16;
All samba users are advised to update.
Security: baf37cd2-8351-11e1-894e-00215c6a37bb
With hat: secteam@ |
3.6.3 08 Feb 2012 10:27:17 |
timur |
Update port to the 3.6.3 version, closing security problem.
PR: 164621
Security: CVE-2012-0817 |
3.6.1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.6.1 21 Oct 2011 02:12:22 |
timur |
New version of net/samba36 port - 3.6.1. |
3.6.0_1 17 Oct 2011 07:46:40 |
timur |
Adjusted plist file. |
3.6.0 16 Oct 2011 22:35:25 |
timur |
Add new version of Samba - 3.6.0.
Most significant improvement is the support of SMB2 protocol. |