Bug 234582 - www/apt-cacher-ng: Fix build with SSL (error: use of undeclared identifier 'm_ssl')
Summary: www/apt-cacher-ng: Fix build with SSL (error: use of undeclared identifier 'm...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2019-01-02 21:43 UTC by keve
Modified: 2019-01-05 02:17 UTC (History)
0 users

See Also:
koobs: merge-quarterly?


Attachments
svn diff for apt-cacher-ng-3.2_1 (7.92 KB, patch)
2019-01-02 21:43 UTC, keve
keve: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description keve 2019-01-02 21:43:44 UTC
Created attachment 200725 [details]
svn diff for apt-cacher-ng-3.2_1

To whom it may concern, 

attached an update on the www/apt-cacher-ng addressing
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212097#c19

The attached diff requires
svn add files/patch-source_acngtool.cc
svn add files/patch-source_tcpconnect.cc

I have also moved acngtool and acngfs into sbin as these are architecture specific binaries.
Small modification to pkg-plist to set restrictive mode for security configuration file.

I am looking forward to getting this merged.

Cheers,

Keve
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-05 02:17:28 UTC
A commit references this bug:

Author: swills
Date: Sat Jan  5 02:16:35 UTC 2019
New revision: 489293
URL: https://svnweb.freebsd.org/changeset/ports/489293

Log:
  www/apt-cacher-ng: Restore SSL option

  While here, move acngtool and acngfs into sbin and set tigher
  permissions on sample security config

  PR:		234582
  Submitted by:	keve@keve.hu (maintainer)

Changes:
  head/www/apt-cacher-ng/Makefile
  head/www/apt-cacher-ng/files/patch-conf_acng.conf.in
  head/www/apt-cacher-ng/files/patch-fs_CMakeLists.txt
  head/www/apt-cacher-ng/files/patch-source_CMakeLists.txt
  head/www/apt-cacher-ng/files/patch-source_acfg__defaults.cc
  head/www/apt-cacher-ng/files/patch-source_acngtool.cc
  head/www/apt-cacher-ng/files/patch-source_tcpconnect.cc
  head/www/apt-cacher-ng/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-05 02:17:41 UTC
Committed, thanks!