index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
pkg-utils.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused function does_package_depend()
Renato Botelho
2015-05-07
1
-16
/
+0
*
Remove unecessary function force_remove_package()
Renato Botelho
2015-05-07
1
-5
/
+1
*
Drop is_freebsd_pkg_installed() in favour of is_pkg_installed()
Renato Botelho
2015-05-07
1
-15
/
+1
*
Remove unused function walk_depends()
Renato Botelho
2015-05-07
1
-25
/
+0
*
Remove unused function squash_from_bytes()
Renato Botelho
2015-05-07
1
-14
/
+0
*
Remove unused functions get_pkg_sizes() and get_package_install_size()
Renato Botelho
2015-05-07
1
-41
/
+0
*
Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to get_pa...
Renato Botelho
2015-05-07
1
-52
/
+27
*
Rename remove_freebsd_package() to pkg_delete() and introduce pkg_remove_pref...
Renato Botelho
2015-05-07
1
-21
/
+41
*
Cleanup old and unecessary directory creation
Renato Botelho
2015-05-07
1
-9
/
+3
*
Remove use of obsolete packages tag 'modify_system'
Renato Botelho
2015-05-07
1
-25
/
+0
*
Do not try to add package tabs info to config
Renato Botelho
2015-04-17
1
-37
/
+0
*
Remove obsolete logging code which is duplicated in system_syslogd_start()
Robert Nelson
2015-04-09
1
-4
/
+0
*
Code style for pkg-utils
Phil Davis
2015-02-28
1
-296
/
+403
*
Rather than set the g['booting'] on globals provide a function to test for th...
Ermal LUÇI
2014-11-26
1
-2
/
+2
*
Fix misspelling
jim-p
2014-11-21
1
-1
/
+1
*
Fix syntax
Renato Botelho
2014-11-21
1
-2
/
+2
*
Log in system log the result of install_package to be able to troubleshoot la...
Ermal LUÇI
2014-11-20
1
-0
/
+2
*
Force installation even here.
Ermal LUÇI
2014-11-20
1
-1
/
+1
*
Make this code do proper checks in all cases
Ermal LUÇI
2014-11-20
1
-8
/
+6
*
Do not use regex to check filetype to avoid being wrong since . is a regex me...
Renato Botelho
2014-08-27
1
-0
/
+1
*
Move the fetching of a package's config file and additional files to separate...
jim-p
2014-08-19
1
-63
/
+116
*
use HTTPS for files.pfsense.org for update_bogons and priv_url in pkg-utils
Chris Buechler
2014-07-09
1
-1
/
+1
*
Also check and verify the package server's SSL certificate if using HTTPS. Is...
jim-p
2014-07-02
1
-3
/
+45
*
More refinements to the unofficial package repository warning ( Issue #484 ) ...
jim-p
2014-07-02
1
-10
/
+15
*
Detect if an unofficial package repository is in use and warn the user. Part ...
jim-p
2014-07-01
1
-0
/
+30
*
Add local/www to the list of directories that needs to be symlink'd to reduce...
Renato Botelho
2014-06-23
1
-0
/
+1
*
Create some symlinks inside pbi dir to reduce differences between 2.1 and 2.2...
Renato Botelho
2014-06-16
1
-1
/
+22
*
Silent pbi_info
Renato Botelho
2014-06-03
1
-1
/
+1
*
Reduce possible noise
Renato Botelho
2014-06-03
1
-1
/
+1
*
Small cleanup
Manuel Silvoso
2014-05-07
1
-1
/
+0
*
Fix PBI installation when target lies on different directorie
Renato Botelho
2014-04-24
1
-11
/
+11
*
Missed pbi_prefix here
Renato Botelho
2014-04-22
1
-1
/
+3
*
Fix PBI symlink creation and deletion under /usr/local following .pbiopt file...
Renato Botelho
2014-04-22
1
-38
/
+40
*
Get rid of embedded platform. Its time to GC this
Ermal
2014-04-14
1
-1
/
+1
*
replaced uppercase html tags with lowercase
ayvis
2014-03-19
1
-8
/
+8
*
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-maste...
Renato Botelho
2014-03-17
1
-1
/
+1
|
\
|
*
xhtml Compliance
ayvis
2014-03-14
1
-1
/
+1
*
|
standardize URLs
Chris Buechler
2014-03-14
1
-1
/
+1
|
/
*
Do not do any operations on system libraries. Nowdays pbis are used and those...
Ermal
2014-02-18
1
-25
/
+2
*
Grab exec result just to be careful
Renato Botelho
2014-02-17
1
-2
/
+2
*
Abort installation when pbi_add fails
Renato Botelho
2014-02-13
1
-13
/
+22
*
Declare $config global so we can test the pkg_nochecksig option
jim-p
2014-02-10
1
-1
/
+1
*
Add support for signed PBI, help ticket #3365:
Renato Botelho
2014-02-07
1
-1
/
+5
*
escapeshellarg() is not required here
Renato Botelho
2014-02-05
1
-1
/
+1
*
Revert "Set PATH before call pbi related binaries"
Renato Botelho
2014-02-05
1
-4
/
+0
*
Fix some wrong escapeshellarg() calls
Renato Botelho
2014-02-04
1
-2
/
+2
*
Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...
Renato Botelho
2014-02-04
1
-7
/
+7
*
Set PATH before call pbi related binaries
Renato Botelho
2014-02-04
1
-0
/
+4
*
Remove arch from fall back url since it's a single dir now
Renato Botelho
2014-01-30
1
-3
/
+1
*
Merge pull request #888 from PiBa-NL/pkg-utils-append-log
Renato Botelho
2014-01-24
1
-1
/
+1
|
\
[next]