Project

General

Profile

Download (32.8 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0305284c 01/05/2016 06:55 PM Renato Botelho

Avoid mounting / rw without need when it's possible

5bcad0f5 01/05/2016 06:55 PM Renato Botelho

Force update if code reaches this point

4b834523 01/05/2016 01:41 PM Renato Botelho

Make sure filesystem is rw state when pkg operations are called

75bb92c4 01/05/2016 01:41 PM Renato Botelho

Set necessary env vars for pkg db and cache dir on nanobsd or when MFS partition is being used

6b861ecd 12/28/2015 04:27 PM Renato Botelho

Only remove config.xml items on post-deinstall, fixes #5689

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

5a5cbf01 12/07/2015 01:43 PM Jim Pingle

Eliminate an incorrect use of config_file from a pkg info.xml (it should be reading configurationfile, not config_file)
This is the last place that references the old config_file field, it will be safe to remove once this is in snapshots.

9defee3f 11/30/2015 05:50 PM Renato Botelho

Revert "Stick xmlrpc.inc include back to avoid breaking packages"

All packages were fixed, thanks @doktornotor

This reverts commit 21f239d35d3fbd542c5a2e988dea6724bb0b7034.

3138b2e3 11/23/2015 12:40 PM Renato Botelho

Use new host_uuid option name when changing User-Agent

21f239d3 11/21/2015 09:50 PM Doktor Notor

Stick xmlrpc.inc include back to avoid breaking packages

Removing this broke 29 packages which rely on it for configuration sync and include pkg-utils.inc instead of xmlrpc.inc.

b5b51aa6 11/20/2015 04:53 PM Renato Botelho

Always define $last_update_file to avoid calling file_put_contents with empty filename. Fixes #5502

ad3c9763 11/18/2015 10:50 AM Renato Botelho

Add a new function pkg_switch_repo() to change between stable and devel pkg repo

e791dee8 11/18/2015 10:02 AM Renato Botelho

Replace all update_output_window() calls by update_status() that now only print on console. While here, also remove all use of $static_output

59d256a1 11/16/2015 04:58 PM Renato Botelho

Fix typo in variable name

82692fe1 11/13/2015 04:20 PM Renato Botelho

Add broken information on get_pkg_info(), it means config.xml contain package but binary pkg is not installed

d5f0597b 11/13/2015 03:25 PM Renato Botelho

Add get_system_pkg_version(), that return main pkg name, version and installed_version

f5b1c660 11/13/2015 02:20 PM Renato Botelho

Stop forcing pkg_prefix on is_pkg_installed() and pkg_install()

f0dfdae6 11/13/2015 02:20 PM Renato Botelho

Remove unused functions install_package() and delete_package()

37a4c89d 11/13/2015 02:20 PM Renato Botelho

Remove pfSense_BUILDER_BINARIES

b9e2048a 11/13/2015 12:29 PM Renato Botelho

Add shortname and changeloglink to get_pkg_info()

46903fb9 11/12/2015 01:14 PM Renato Botelho

Reinstall packages from old versions when upgrading to 2.3

1262d7e7 11/12/2015 11:15 AM Renato Botelho

platform is always defined in global

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

a2b0d909 10/22/2015 08:48 PM Renato Botelho

Rework the way GUI reads packages tabs, it fixes #5311

c5ecf722 10/20/2015 07:01 PM Renato Botelho

Sort return of get_pkg_info()

54f236f7 10/20/2015 06:55 PM Renato Botelho

Change get_pkg_info() to also return installed_version

77340246 10/20/2015 06:33 PM Renato Botelho

Make get_pkg_info() add a tag saying when package is installed

6551511c 10/20/2015 06:33 PM Renato Botelho

Remove unnecessary functions verify_all_package_servers() and check_package_server_ssl()

d65fc2ff 10/20/2015 06:19 PM Renato Botelho

Teach get_pkg_info() to deal with an array of packages

c8cae8e5 10/20/2015 06:19 PM Renato Botelho

Remove WWW: line from pkg desc

8df1877b 10/20/2015 06:19 PM Renato Botelho

Add pkg_version_compare()

cd51e4f6 10/20/2015 06:19 PM Renato Botelho

Remove fifo debug from internal functions

4999ee1a 10/16/2015 02:38 PM Stephen Beaver

Fixed bogus "Beginning package installation" message from the install_package_XML() function

cc31f1c3 10/14/2015 05:43 PM Renato Botelho

Disable repo auto update

d3ff1e59 10/14/2015 02:57 PM Renato Botelho

Run pkg update once one time every hour, like upgrade script does

a2febf9a 10/06/2015 02:41 PM Stephen Beaver

Partial fix for #5263
Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available

f164ace4 09/28/2015 06:43 AM Doktor Notor

Fix comment language

ce7edfff 09/27/2015 04:39 PM Doktor Notor

Remove syslog.conf entries on package uninstall (Bug #5210)

The remove_text_from_file() is not needed at all. However, system_syslogd_start() must be run after the package entries are gone from config.xml, otherwise system_syslogd_start() just re-adds the (now almost removed) package logging configuration from there.

6ed6941d 09/22/2015 05:44 PM Renato Botelho

Use pkg info -e to check if package is installed, it only returns 0/1 without printing anything

e7f954ed 09/22/2015 05:27 PM Renato Botelho

We do not need a blank line on console

a50534b6 09/22/2015 05:10 PM Renato Botelho

Take internal_name into consideration when looking for package id

5c22f8ef 09/22/2015 04:24 PM Stephen Beaver

Unfinished (but better) versions of hte pkg pages and utilities

8a82c222 09/19/2015 06:13 PM Doktor Notor

pkg-utils.inc typo fix

Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).

e8a3a81b 09/18/2015 02:22 PM Renato Botelho

Call conf_mount_ro() in better place

Do not call conf_mount_ro just before call write_config(),
write_config() calls conf_mount_(rw|ro), and if filesystem is already
mounted in rw state, it'll only increase the refcounter

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/